• It's recommended to check out the latest log via: the Stats page >> View log >> Tail

PROJECT (sourcing_v2), SPIDER (carwow.gb)

2026-03-13 08:21:35 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-13 08:21:35 [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-13 08:21:35 [carwow.gb] INFO: Starting spider carwow.gb
2026-03-13 08:21:35 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-13 08:21:35 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-13 08:21:35 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-13 08:21:35 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-13 08:21:35 [scrapy.extensions.telnet] INFO: Telnet Password: 8bacb97747e628ed
2026-03-13 08:21:36 [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-13 08:21:36 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
 'CLOSESPIDER_TIMEOUT': 7200,
 'CONCURRENT_REQUESTS': 8,
 'DOWNLOAD_MAXSIZE': 52428800,
 'DOWNLOAD_WARNSIZE': 10485760,
 'FEED_EXPORT_ENCODING': 'utf-8',
 'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/carwow.gb/2026-03-13T08_21_33.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-13 08:21:36 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-13 08:21:36 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-13 08:21:36 [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-13 08:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-13 08:21:36 [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-13 08:21:36 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-13 08:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-13 08:21:36 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2095
2026-03-13 08:21:36 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-13 08:21:36 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-13 08:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-13 08:21:36 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-13 08:21:36 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.alx.dev-cluster.alx.tech/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-13 08:21:36 [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-13 08:21:36 [scrapy.core.engine] INFO: Spider opened
2026-03-13 08:21:36 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-13 08:21:36 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-13 08:21:36 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-13 08:21:36 [scrapy-playwright] INFO: Starting download handler
2026-03-13 08:21:36 [scrapy-playwright] INFO: Starting download handler
2026-03-13 08:21:41 [scrapy-playwright] INFO: Launching browser chromium
2026-03-13 08:21:41 [scrapy-playwright] INFO: Browser chromium launched
2026-03-13 08:21:41 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-13 08:21:41 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-13 08:21:41 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes.carwow.co.uk/stock_cars> (resource type: document)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes.carwow.co.uk/stock_cars>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/gt-walsheim-regular-080e0975.woff2> (resource type: font, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/gt-walsheim-regular-080e0975.woff2>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/gt-walsheim-bold-63a8fa5f.woff2> (resource type: font, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/gt-walsheim-bold-63a8fa5f.woff2>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/south-east-cn-black-1ab77116.woff2> (resource type: font, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/south-east-cn-black-1ab77116.woff2>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/wowplate-4c4a5df8.woff2> (resource type: font, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/wowplate-4c4a5df8.woff2>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/shared/carwow_brand_primitives-df1fc703.css> (resource type: stylesheet, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/shared/carwow_brand_primitives-df1fc703.css>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/shared/common-9e44711b.css> (resource type: stylesheet, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/shared/common-9e44711b.css>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/pages/stock_cars/index/index-c0936e23.css> (resource type: stylesheet, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/pages/stock_cars/index/index-c0936e23.css>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/body-scroll-lock-upgrade-82f02387.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/@bugsnag--js-c553fc87.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/@bugsnag--browser-7a9118b8.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/carwow_theme/bugsnag_module-66cc40c8.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/dialog-polyfill-df6e45a5.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/sale_presenter-0bcdec75.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:idiomorph@0.4.0/dist/idiomorph.esm.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/requestjs-ea255a74.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/application-693f7f4e.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/bugsnag-3be827fa.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/stimulus.min-33adc960.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/turbo.min-f10c4e29.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:dropzone@6.0.0-beta.2/dist/dropzone.mjs> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:just-extend@5.1.1/index.esm.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:qr-code-styling@1.6.0-rc.1/lib/qr-code-styling.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:compressorjs@1.2.1/dist/compressor.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/activestorage.esm-27054cac.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/actioncable.esm-3d7ac688.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:exif-js@2.3.0/exif.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/carwow_google_ads/hpto_stories_controller-e749bee9.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/carwow_google_ads/remote_ad_controller-58ade652.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/unified/wrapperMessagingWithoutDetection.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:idiomorph@0.4.0/dist/idiomorph.esm.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:dropzone@6.0.0-beta.2/dist/dropzone.mjs>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:just-extend@5.1.1/index.esm.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:qr-code-styling@1.6.0-rc.1/lib/qr-code-styling.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:compressorjs@1.2.1/dist/compressor.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:exif-js@2.3.0/exif.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/unified/wrapperMessagingWithoutDetection.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/bugsnag-3be827fa.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/carwow_google_ads/hpto_stories_controller-e749bee9.js>
2026-03-13 08:21:42 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fquotes.carwow.co.uk%2Fstock_cars&account_id=145> (resource type: xhr, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:es-module-shims@1.8.2/dist/es-module-shims.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/legacy-8677f829.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/notifications-85eef5aa.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://load.sst.carwow.co.uk/cxzmefbexwun.js?dxqdxyu=BxFKPzEvSzUoRjsiKUQQWFxbRl4BDFsGDwcAFxJMBQpAABw%3D> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/body-scroll-lock-upgrade-82f02387.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/sale_presenter-0bcdec75.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/@bugsnag--js-c553fc87.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/application-693f7f4e.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/carwow_google_ads/remote_ad_controller-58ade652.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/dialog-polyfill-df6e45a5.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/requestjs-ea255a74.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/carwow_theme/bugsnag_module-66cc40c8.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/activestorage.esm-27054cac.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/actioncable.esm-3d7ac688.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/stimulus.min-33adc960.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/@bugsnag--browser-7a9118b8.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/index-5a852d2f.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/application-693f7f4e.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/turbo.min-f10c4e29.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fquotes.carwow.co.uk%2Fstock_cars&account_id=145>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/wrapper/v2/meta-data?hasCsp=true&accountId=145&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=36203&scriptVersion=4.40.1&scriptType=unified> (resource type: xhr, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:es-module-shims@1.8.2/dist/es-module-shims.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/wrapper/v2/meta-data?hasCsp=true&accountId=145&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=36203&scriptVersion=4.40.1&scriptType=unified>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A145%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent.carwow.co.uk%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fquotes.carwow.co.uk%2Fstock_cars%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=5080717835080717835388&scriptVersion=4.40.1&scriptType=unified> (resource type: xhr, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://load.sst.carwow.co.uk/cxzmefbexwun.js?dxqdxyu=BxFKPzEvSzUoRjsiKUQQWFxbRl4BDFsGDwcAFxJMBQpAABw%3D>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/notifications-85eef5aa.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/index-5a852d2f.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/application-b8e6dda5.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/controllers/index-5a852d2f.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/legacy-8677f829.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A145%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent.carwow.co.uk%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fquotes.carwow.co.uk%2Fstock_cars%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=5080717835080717835388&scriptVersion=4.40.1&scriptType=unified>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://consent.carwow.co.uk/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5080717835080717835388&scriptVersion=4.40.1&scriptType=unified> (resource type: xhr, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/index.html?hasCsp=true&message_id=1328244&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.carwow.co.uk%2Fconsent%2Ftcfv2&preload_message=true&version=v1> (resource type: document, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://analytics.google.com/g/collect?a=adblocker_check> (resource type: fetch, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://analytics.google.com/g/collect?a=adblocker_check>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/index.html?hasCsp=true&message_id=1328244&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.carwow.co.uk%2Fconsent%2Ftcfv2&preload_message=true&version=v1>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/Notice.30929.css> (resource type: stylesheet, referrer: https://consent.carwow.co.uk/index.html?hasCsp=true&message_id=1328244&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.carwow.co.uk%2Fconsent%2Ftcfv2&preload_message=true&version=v1)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/polyfills.01516.js> (resource type: script, referrer: https://consent.carwow.co.uk/index.html?hasCsp=true&message_id=1328244&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.carwow.co.uk%2Fconsent%2Ftcfv2&preload_message=true&version=v1)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://consent.carwow.co.uk/Notice.30929.css>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/Notice.8f529.js> (resource type: script, referrer: https://consent.carwow.co.uk/index.html?hasCsp=true&message_id=1328244&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.carwow.co.uk%2Fconsent%2Ftcfv2&preload_message=true&version=v1)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://load.sst.carwow.co.uk/cxzmefbexwun/p?c71f2be5=L2d0YWcvanM%2FaWQ9Ry1RU1QzRlAyQlJDJmN4PWMmZ3RtPTRlNjNiMSZ4LWd0bS1hcz0y> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5080717835080717835388&scriptVersion=4.40.1&scriptType=unified>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://consent.carwow.co.uk/mms/set_consent_cookies?consentUUID=ebb2d019-10f4-4f0e-b115-de1e1dc28532&consentUUID_maxAge=31536000&hasCsp=true> (resource type: xhr, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/application-b8e6dda5.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.amplitude.com/libs/analytics-browser-2.11.11-min.js.gz> (resource type: script, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/polyfills.01516.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/Notice.8f529.js>
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/promotion_banner_controller-74a2b2b4.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_panel_visibility_controller-07838711.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_controller-3a86eec2.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/sticky_filter_button_controller-f7a6b5d7.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/frame_missing_controller-aa33c2b2.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/footer_controller-40487054.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/sticky_scroll_to_top_button_controller-de9f1dad.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/modal_opener_controller-f42e615c.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_panel_tracking_controller-999b7d12.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/modal_controller-3ae209a9.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:43 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/selected_filters_controller-2d8cf9a0.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/chip_controller-ffbc09e7.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/location_controller-acf131b3.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/product_listing_saved_search_controller-e1aafa50.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/signup_modal_form_controller-4d9326f2.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes.carwow.co.uk/make_icons> (resource type: fetch, referrer: https://quotes.carwow.co.uk/stock_cars)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes.carwow.co.uk/stock_cars/deal-cards> (resource type: fetch, referrer: https://quotes.carwow.co.uk/stock_cars)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://load.sst.carwow.co.uk/cxzmefbexwun/p?c71f2be5=L2d0YWcvanM%2FaWQ9Ry1RU1QzRlAyQlJDJmN4PWMmZ3RtPTRlNjNiMSZ4LWd0bS1hcz0y>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/mms/set_consent_cookies?consentUUID=ebb2d019-10f4-4f0e-b115-de1e1dc28532&consentUUID_maxAge=31536000&hasCsp=true>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://consent.carwow.co.uk/consent/tcfv2/vendor-list/categories?siteId=36203> (resource type: fetch, referrer: https://consent.carwow.co.uk/index.html?hasCsp=true&message_id=1328244&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.carwow.co.uk%2Fconsent%2Ftcfv2&preload_message=true&version=v1)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.amplitude.com/libs/analytics-browser-2.11.11-min.js.gz>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/promotion_banner_controller-74a2b2b4.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/swiper-50a24813.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/controllers/promotion_banner_controller-74a2b2b4.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/swiper--modules-003ab661.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/controllers/promotion_banner_controller-74a2b2b4.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_panel_visibility_controller-07838711.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_controller-3a86eec2.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/helpers/stock_cars_v2-dddee543.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_controller-3a86eec2.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/sticky_filter_button_controller-f7a6b5d7.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/frame_missing_controller-aa33c2b2.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/footer_controller-40487054.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/filters_panel_tracking_controller-999b7d12.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/sticky_scroll_to_top_button_controller-de9f1dad.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/modal_controller-3ae209a9.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/helpers/analytical-5f2688a0.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/controllers/modal_controller-3ae209a9.js)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/modal_opener_controller-f42e615c.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/location_controller-acf131b3.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/chip_controller-ffbc09e7.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/selected_filters_controller-2d8cf9a0.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/product_listing_saved_search_controller-e1aafa50.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/signup_modal_form_controller-4d9326f2.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://consent.carwow.co.uk/consent/tcfv2/vendor-list/categories?siteId=36203>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-email-assets.imgix.net/fonts/GT-Walsheim-Bold.woff2> (resource type: font, referrer: https://consent.carwow.co.uk/)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-email-assets.imgix.net/fonts/GT-Walsheim-Bold.woff2>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-email-assets.imgix.net/fonts/GT-Walsheim-Regular.woff2> (resource type: font, referrer: https://consent.carwow.co.uk/)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-email-assets.imgix.net/fonts/GT-Walsheim-Regular.woff2>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes.carwow.co.uk/make_icons>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/helpers/stock_cars_v2-dddee543.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/helpers/analytical-5f2688a0.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/swiper-50a24813.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/swiper--modules-003ab661.js>
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api2.amplitude.com/2/httpapi> (resource type: fetch, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:44 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes.carwow.co.uk/stock_cars/deal-cards>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-2.imgix.net/stock-car-custom-images/original/012a0646-4242-616e-c29a-09db0c227b77?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-0.imgix.net/stock-car-custom-images/original/fed3cd32-8b86-0b80-c834-78e39c27c3d2?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-2.imgix.net/stock-car-custom-images/original/012a0646-4242-616e-c29a-09db0c227b77?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/gem-ce18cfd4.svg> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-0.imgix.net/stock-car-custom-images/original/fed3cd32-8b86-0b80-c834-78e39c27c3d2?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-0.imgix.net/stock-car-custom-images/original/81b634de-83f7-fbfc-733d-fa05f77f0bee?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://quotes-assets.carwow.co.uk/assets/gem-ce18cfd4.svg>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-0.imgix.net/stock-car-custom-images/original/81b634de-83f7-fbfc-733d-fa05f77f0bee?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-1.imgix.net/stock-car-custom-images/original/077699f4-acda-5a48-22ac-0386d7217f1e?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-1.imgix.net/stock-car-custom-images/original/077699f4-acda-5a48-22ac-0386d7217f1e?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-3.imgix.net/stock-car-custom-images/original/890632db-15ea-9528-828a-e983a2d0f61f?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-3.imgix.net/stock-car-custom-images/original/890632db-15ea-9528-828a-e983a2d0f61f?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-2.imgix.net/stock-car-custom-images/original/7603b234-84d6-5e7b-6a04-7d710927eb38?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-2.imgix.net/stock-car-custom-images/original/7603b234-84d6-5e7b-6a04-7d710927eb38?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-3.imgix.net/stock-car-custom-images/original/9778731d-9b07-3773-07a3-86349520d461?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-3.imgix.net/stock-car-custom-images/original/9778731d-9b07-3773-07a3-86349520d461?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-uk-1.imgix.net/stock-car-custom-images/original/5c7cac50-9588-a8ff-0279-f053d4efb72e?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900> (resource type: image, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-uk-1.imgix.net/stock-car-custom-images/original/5c7cac50-9588-a8ff-0279-f053d4efb72e?auto=format&cs=tinysrgb&fit=clip&ixlib=rb-1.1.0&q=60&w=900>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/results_controller-13c032d3.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/animate_css_grid_controller-60e89c52.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/link_tracking_controller-508c0009.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/spdeal_controller-cf6fe047.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/media_slider_controller-d0ef114a.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/deal_location_controller-9ac937f9.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/pagination_controller-68175dcf.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/scroll_controller-d90ff350.js> (resource type: script, referrer: https://quotes-assets.carwow.co.uk/assets/stimulus-loading-2ac04318.js)
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/results_controller-13c032d3.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/spdeal_controller-cf6fe047.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/animate_css_grid_controller-60e89c52.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/link_tracking_controller-508c0009.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/scroll_controller-d90ff350.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/media_slider_controller-d0ef114a.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api2.amplitude.com/2/httpapi>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/deal_location_controller-9ac937f9.js>
2026-03-13 08:21:45 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://quotes-assets.carwow.co.uk/assets/controllers/stock_cars_v2/pagination_controller-68175dcf.js>
2026-03-13 08:21:46 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api2.amplitude.com/2/httpapi> (resource type: fetch, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:46 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api2.amplitude.com/2/httpapi>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/dealers/sign_in> (resource type: document, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://dealers.carwow.co.uk/dealers/sign_in> (location: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/dealers/login> (resource type: document, referrer: https://quotes.carwow.co.uk/)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/dealers/login>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/gt-walsheim-regular-b5a9d5d5a196bff24ed964c19a26158e32339448.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/gt-walsheim-regular-b5a9d5d5a196bff24ed964c19a26158e32339448.woff2>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/gt-walsheim-bold-f32d528c3383cfb16b679ecbaa7b8a580a0a6b38.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/gt-walsheim-bold-f32d528c3383cfb16b679ecbaa7b8a580a0a6b38.woff2>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/south-east-cn-black-ca9b87b1557d50a866e3db31edb79353245d6412.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/south-east-cn-black-ca9b87b1557d50a866e3db31edb79353245d6412.woff2>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/wowplate-13182279fd88a2e95fee573c6bf8c0e494f468c6.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/wowplate-13182279fd88a2e95fee573c6bf8c0e494f468c6.woff2>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/common-3eb052112b57571cdcd3a285f2a1046f0df2653c.css> (resource type: stylesheet, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/common-3eb052112b57571cdcd3a285f2a1046f0df2653c.css>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/pages/dealers/login/show/index-ff4acd823f0b6f1e89be08484b11c6ee5d5d6a4e.css> (resource type: stylesheet, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/pages/dealers/login/show/index-ff4acd823f0b6f1e89be08484b11c6ee5d5d6a4e.css>
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/legacy-e831a75ea109d3ad567f8f38cea3d8bccc8791ae.js> (resource type: script, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/body-scroll-lock-upgrade-c58f78af22d66493a10e436f8b29fdaefafd832c.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@bugsnag--js-ea6b645c0ef43ae38ca4956bf32d4de31b3a105b.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@bugsnag--browser-0fb5a3ffe4a5154ea3f18f463b47daec8433a4cf.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/carwow_theme/bugsnag_module-967a428906915e5c142bd0b25ee4f0396bebc34d.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/dialog-polyfill-2729ab70c7b4681633b713c4df5ba8bc91934eb8.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/sale_presenter-8041df55397001ada019d629f3936eca42191fd5.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/stimulus.min-7ea3d58b7f4507e3603ec999251ff60d16431a30.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/turbo.min-2aaa64c59710f4fea4167e72c8132b4a013314cf.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@airwallex/components-sdk@1.8.1/+esm> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/application-0b16c34a8be4a8b218e1828fc27371ef9729f6a9.js> (resource type: script)
2026-03-13 08:21:49 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/utils/debounce-3fd0bcb1a87bea7a1c5d8687b522c54e7770aad0.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/bugsnag-6c2cf233674c4bba7657921993d2714965b30446.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/performance-metrics-2bc7198da1f6c2937738cddfa3fa6ad288a65d8e.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:js-cookie@3.0.5/dist/js.cookie.mjs> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/zoomist-56844e8b6209d70c9a049de6fc76827a2d6f529c.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/pusher-js-fccb14650db48f61dc74faa73be936112a6551f3.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/autonumeric-eb797cce5fa7983d204e08bdcc4a8590c40baf4e.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/web-vitals--attribution-d9e1d3f00bfd7df5edbdab0d29dab3df92eeb5b0.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@dropbox--ttvc-68b25d3388413095c29fe3aecd31064209c8f539.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/dropzone-7e393615d0ae082f1003a1390ae38b29d61a3e05.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/just-extend-10a4fffb00476fc6596bb4a8c65626470181dc67.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@oddbird--popover-polyfill-9b279e0278603c4f5bc369e75046abb7e61d81f7.js> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/body-scroll-lock-upgrade-c58f78af22d66493a10e436f8b29fdaefafd832c.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@bugsnag--js-ea6b645c0ef43ae38ca4956bf32d4de31b3a105b.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/carwow_theme/bugsnag_module-967a428906915e5c142bd0b25ee4f0396bebc34d.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/sale_presenter-8041df55397001ada019d629f3936eca42191fd5.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/dialog-polyfill-2729ab70c7b4681633b713c4df5ba8bc91934eb8.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@bugsnag--browser-0fb5a3ffe4a5154ea3f18f463b47daec8433a4cf.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@airwallex/airtracker@1.2.0/+esm> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@airwallex/components-sdk@1.8.1/+esm>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:js-cookie@3.0.5/dist/js.cookie.mjs>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/stimulus.min-7ea3d58b7f4507e3603ec999251ff60d16431a30.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/legacy-e831a75ea109d3ad567f8f38cea3d8bccc8791ae.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/utils/debounce-3fd0bcb1a87bea7a1c5d8687b522c54e7770aad0.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/application-0b16c34a8be4a8b218e1828fc27371ef9729f6a9.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/index-0830282f5c8091fda53e0fe21a4bb8da2ae8f98f.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/application-0b16c34a8be4a8b218e1828fc27371ef9729f6a9.js)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/bugsnag-6c2cf233674c4bba7657921993d2714965b30446.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/turbo.min-2aaa64c59710f4fea4167e72c8132b4a013314cf.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/performance-metrics-2bc7198da1f6c2937738cddfa3fa6ad288a65d8e.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:es-module-shims@1.8.2/dist/es-module-shims.js> (resource type: script, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-KSNSGWC> (resource type: script, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.googletagmanager.com/gtm.js?id=GTM-KSNSGWC>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/zoomist-56844e8b6209d70c9a049de6fc76827a2d6f529c.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/web-vitals--attribution-d9e1d3f00bfd7df5edbdab0d29dab3df92eeb5b0.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/pusher-js-fccb14650db48f61dc74faa73be936112a6551f3.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@dropbox--ttvc-68b25d3388413095c29fe3aecd31064209c8f539.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/just-extend-10a4fffb00476fc6596bb4a8c65626470181dc67.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/autonumeric-eb797cce5fa7983d204e08bdcc4a8590c40baf4e.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@oddbird--popover-polyfill-9b279e0278603c4f5bc369e75046abb7e61d81f7.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/dropzone-7e393615d0ae082f1003a1390ae38b29d61a3e05.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/web-vitals@3.5.2/+esm> (resource type: script)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@airwallex/airtracker@1.2.0/+esm>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:es-module-shims@1.8.2/dist/es-module-shims.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/web-vitals@3.5.2/+esm>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/index-0830282f5c8091fda53e0fe21a4bb8da2ae8f98f.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/application-080550a7b4e4555d3d6094f0a742a435fd3535de.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/controllers/index-0830282f5c8091fda53e0fe21a4bb8da2ae8f98f.js)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/application-080550a7b4e4555d3d6094f0a742a435fd3535de.js>
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dealers.carwow.co.uk/admin_users/auth/auth0?login_hint=> (resource type: document, referrer: https://dealers.carwow.co.uk/dealers/login)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://dealers.carwow.co.uk/admin_users/auth/auth0?login_hint=> (location: https://auth.carwow.co.uk/authorize?audience=https%3A%2F%2Fdealers.carwow.co.uk&client_id=ISKwB1pbLJ9uQUhFy0tXOc76h2puKaRS&leeway=60&login_hint=&nonce=82242d424c648eb69db52cc9c1f96a7d&redirect_uri=https%3A%2F%2Fdealers.carwow.co.uk%2Fdealers%2Flogin%2Fcallback%3Flogin_hint%3D&response_type=code&scope=openid+offline_access+profile+email&state=ca3bdb8230339d2f1ff22d0780ea9f6660c046d4a0a4e3b5)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auth.carwow.co.uk/authorize?audience=https%3A%2F%2Fdealers.carwow.co.uk&client_id=ISKwB1pbLJ9uQUhFy0tXOc76h2puKaRS&leeway=60&login_hint=&nonce=82242d424c648eb69db52cc9c1f96a7d&redirect_uri=https%3A%2F%2Fdealers.carwow.co.uk%2Fdealers%2Flogin%2Fcallback%3Flogin_hint%3D&response_type=code&scope=openid+offline_access+profile+email&state=ca3bdb8230339d2f1ff22d0780ea9f6660c046d4a0a4e3b5> (resource type: document, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:21:50 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://auth.carwow.co.uk/authorize?audience=https%3A%2F%2Fdealers.carwow.co.uk&client_id=ISKwB1pbLJ9uQUhFy0tXOc76h2puKaRS&leeway=60&login_hint=&nonce=82242d424c648eb69db52cc9c1f96a7d&redirect_uri=https%3A%2F%2Fdealers.carwow.co.uk%2Fdealers%2Flogin%2Fcallback%3Flogin_hint%3D&response_type=code&scope=openid+offline_access+profile+email&state=ca3bdb8230339d2f1ff22d0780ea9f6660c046d4a0a4e3b5> (location: /u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM)
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auth.carwow.co.uk/u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM> (resource type: document, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auth.carwow.co.uk/u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM>
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.auth0.com/ulp/react-components/1.181.0/css/main_wcag_compliant.cdn.min.css> (resource type: stylesheet)
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn.auth0.com/ulp/react-components/1.181.0/css/main_wcag_compliant.cdn.min.css>
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/669d5713-9b6a-46bb-bd7e-c542cff6dd6a/fd3b9df23c344e6f9add6c40659764c8/carwow_2024_logo.png> (resource type: image)
2026-03-13 08:21:51 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/669d5713-9b6a-46bb-bd7e-c542cff6dd6a/fd3b9df23c344e6f9add6c40659764c8/carwow_2024_logo.png>
2026-03-13 08:21:59 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://auth.carwow.co.uk/u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM> (resource type: document, referrer: https://auth.carwow.co.uk/u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM)
2026-03-13 08:21:59 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://auth.carwow.co.uk/u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM> (location: /authorize/resume?state=4Rm-m6GivrL3Q6Zdkv9zzAtoi0SWk9mU)
2026-03-13 08:21:59 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auth.carwow.co.uk/authorize/resume?state=4Rm-m6GivrL3Q6Zdkv9zzAtoi0SWk9mU> (resource type: document, referrer: https://auth.carwow.co.uk/u/login?state=hKFo2SAwMXNzOXNjdHVhdGdTNzlvNW4wTjFpa2ZHVlJkWUg3bqFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIDRSbS1tNkdpdnJMM1E2WmRrdjl6ekF0b2kwU1drOW1Vo2NpZNkgSVNLd0IxcGJMSjl1UVVoRnkwdFhPYzc2aDJwdUthUlM)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://auth.carwow.co.uk/authorize/resume?state=4Rm-m6GivrL3Q6Zdkv9zzAtoi0SWk9mU> (location: https://dealers.carwow.co.uk/dealers/login/callback?login_hint=&code=ajM4EDbeLus3AVRVOUJ6PQwUaXm1o4He_3-QsOplK_dMd&state=ca3bdb8230339d2f1ff22d0780ea9f6660c046d4a0a4e3b5)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/dealers/login/callback?login_hint=&code=ajM4EDbeLus3AVRVOUJ6PQwUaXm1o4He_3-QsOplK_dMd&state=ca3bdb8230339d2f1ff22d0780ea9f6660c046d4a0a4e3b5> (resource type: document)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://dealers.carwow.co.uk/dealers/login/callback?login_hint=&code=ajM4EDbeLus3AVRVOUJ6PQwUaXm1o4He_3-QsOplK_dMd&state=ca3bdb8230339d2f1ff22d0780ea9f6660c046d4a0a4e3b5> (location: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/dealers/listings/filtered/stock> (resource type: document)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/dealers/listings/filtered/stock>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/gt-walsheim-regular-b5a9d5d5a196bff24ed964c19a26158e32339448.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/gt-walsheim-regular-b5a9d5d5a196bff24ed964c19a26158e32339448.woff2>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/gt-walsheim-bold-f32d528c3383cfb16b679ecbaa7b8a580a0a6b38.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/gt-walsheim-bold-f32d528c3383cfb16b679ecbaa7b8a580a0a6b38.woff2>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/south-east-cn-black-ca9b87b1557d50a866e3db31edb79353245d6412.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/south-east-cn-black-ca9b87b1557d50a866e3db31edb79353245d6412.woff2>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/wowplate-13182279fd88a2e95fee573c6bf8c0e494f468c6.woff2> (resource type: font, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/wowplate-13182279fd88a2e95fee573c6bf8c0e494f468c6.woff2>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/common-3eb052112b57571cdcd3a285f2a1046f0df2653c.css> (resource type: stylesheet, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/common-3eb052112b57571cdcd3a285f2a1046f0df2653c.css>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/pages/selling_listings/index/index-208f0b475a8d1fa4fd93e73bceab2df469b1656d.css> (resource type: stylesheet, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/pages/selling_listings/index/index-208f0b475a8d1fa4fd93e73bceab2df469b1656d.css>
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/body-scroll-lock-upgrade-c58f78af22d66493a10e436f8b29fdaefafd832c.js> (resource type: script)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@bugsnag--js-ea6b645c0ef43ae38ca4956bf32d4de31b3a105b.js> (resource type: script)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@airwallex/components-sdk@1.8.1/+esm> (resource type: script)
2026-03-13 08:22:00 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:js-cookie@3.0.5/dist/js.cookie.mjs> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@bugsnag--browser-0fb5a3ffe4a5154ea3f18f463b47daec8433a4cf.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/carwow_theme/bugsnag_module-967a428906915e5c142bd0b25ee4f0396bebc34d.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/dialog-polyfill-2729ab70c7b4681633b713c4df5ba8bc91934eb8.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/sale_presenter-8041df55397001ada019d629f3936eca42191fd5.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/stimulus.min-7ea3d58b7f4507e3603ec999251ff60d16431a30.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/turbo.min-2aaa64c59710f4fea4167e72c8132b4a013314cf.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/application-0b16c34a8be4a8b218e1828fc27371ef9729f6a9.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/utils/debounce-3fd0bcb1a87bea7a1c5d8687b522c54e7770aad0.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/bugsnag-6c2cf233674c4bba7657921993d2714965b30446.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/performance-metrics-2bc7198da1f6c2937738cddfa3fa6ad288a65d8e.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/zoomist-56844e8b6209d70c9a049de6fc76827a2d6f529c.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/pusher-js-fccb14650db48f61dc74faa73be936112a6551f3.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/autonumeric-eb797cce5fa7983d204e08bdcc4a8590c40baf4e.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/web-vitals--attribution-d9e1d3f00bfd7df5edbdab0d29dab3df92eeb5b0.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@dropbox--ttvc-68b25d3388413095c29fe3aecd31064209c8f539.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/dropzone-7e393615d0ae082f1003a1390ae38b29d61a3e05.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/just-extend-10a4fffb00476fc6596bb4a8c65626470181dc67.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/@oddbird--popover-polyfill-9b279e0278603c4f5bc369e75046abb7e61d81f7.js> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://s3-eu-west-1.amazonaws.com/carwow-error-pages/500.png> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://s3-eu-west-1.amazonaws.com/carwow-error-pages/500.png>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ga.jspm.io/npm:es-module-shims@1.8.2/dist/es-module-shims.js> (resource type: script, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/selling_listings/index-7e0cd92ad255eb7e4f944a91d77b73f77282b145.js> (resource type: script, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-KSNSGWC> (resource type: script, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.googletagmanager.com/gtm.js?id=GTM-KSNSGWC>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@airwallex/airtracker@1.2.0/+esm> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@airwallex/components-sdk@1.8.1/+esm>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:js-cookie@3.0.5/dist/js.cookie.mjs>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/body-scroll-lock-upgrade-c58f78af22d66493a10e436f8b29fdaefafd832c.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@bugsnag--js-ea6b645c0ef43ae38ca4956bf32d4de31b3a105b.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/carwow_theme/bugsnag_module-967a428906915e5c142bd0b25ee4f0396bebc34d.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/dialog-polyfill-2729ab70c7b4681633b713c4df5ba8bc91934eb8.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/sale_presenter-8041df55397001ada019d629f3936eca42191fd5.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@bugsnag--browser-0fb5a3ffe4a5154ea3f18f463b47daec8433a4cf.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/application-0b16c34a8be4a8b218e1828fc27371ef9729f6a9.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/stimulus.min-7ea3d58b7f4507e3603ec999251ff60d16431a30.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/index-0830282f5c8091fda53e0fe21a4bb8da2ae8f98f.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/application-0b16c34a8be4a8b218e1828fc27371ef9729f6a9.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/turbo.min-2aaa64c59710f4fea4167e72c8132b4a013314cf.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/utils/debounce-3fd0bcb1a87bea7a1c5d8687b522c54e7770aad0.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/bugsnag-6c2cf233674c4bba7657921993d2714965b30446.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/performance-metrics-2bc7198da1f6c2937738cddfa3fa6ad288a65d8e.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/web-vitals--attribution-d9e1d3f00bfd7df5edbdab0d29dab3df92eeb5b0.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ga.jspm.io/npm:es-module-shims@1.8.2/dist/es-module-shims.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/zoomist-56844e8b6209d70c9a049de6fc76827a2d6f529c.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@dropbox--ttvc-68b25d3388413095c29fe3aecd31064209c8f539.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/@oddbird--popover-polyfill-9b279e0278603c4f5bc369e75046abb7e61d81f7.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/pusher-js-fccb14650db48f61dc74faa73be936112a6551f3.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/just-extend-10a4fffb00476fc6596bb4a8c65626470181dc67.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/autonumeric-eb797cce5fa7983d204e08bdcc4a8590c40baf4e.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/dropzone-7e393615d0ae082f1003a1390ae38b29d61a3e05.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/selling_listings/index-7e0cd92ad255eb7e4f944a91d77b73f77282b145.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/web-vitals@3.5.2/+esm> (resource type: script)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@airwallex/airtracker@1.2.0/+esm>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/index-0830282f5c8091fda53e0fe21a4bb8da2ae8f98f.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/application-080550a7b4e4555d3d6094f0a742a435fd3535de.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/controllers/index-0830282f5c8091fda53e0fe21a4bb8da2ae8f98f.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/web-vitals@3.5.2/+esm>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/application-080550a7b4e4555d3d6094f0a742a435fd3535de.js>
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/tabs_controller-8db9367c0f694a713d5f19ea55a8d14b84b0cedb.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/listings_controller-70bfa174e3084bef86fd0860296880d633625ce9.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/chip_controller-89589eb107a0f5bf9035ded514428ed167c966c5.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/saved_filters_controller-be827dfe1d5d488e59f53201a9fdfc2a65cde409.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/modal_opener_controller-eb867d3a566ca1308511d51ec41169ede13a9ef5.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/filters_ui_controller-8acf3d3996d8fd8e1d3fe27e692d0bd54a62e2b9.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/filters_search_controller-496ead6af67cc7b65a40e994619ca4f5daca5f6f.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/checkbox_collection_controller-f89564940cb841025e8935e121f932294728551c.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/range_select_controller-d5c3904b38ccd3a96481b3b8a3675d9385999074.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/modal_controller-552313f60a7412b064e6ddd3ee12b94526498569.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/filters_modal_ui_controller-76f8663751b2911ea34b9d98afd8759023ff8f37.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/checkbox_select_all_controller-07daf9b5285d148149cbf7f4a4160e5a43c6800a.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/saved_filters_modal_controller-db7c3e7b12435279a02e6bb464767572a10f172a.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/listing_card_loading_state_component_animations_controller-e371dd24697653ab811dbf40ef5eea8d53c3cb9d.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/dealers/listings/filtered/stock/stats> (resource type: fetch, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock> (resource type: fetch, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:01 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://widget.intercom.io/widget/vjkwj1t5> (resource type: script, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/tabs_controller-8db9367c0f694a713d5f19ea55a8d14b84b0cedb.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/listings_controller-70bfa174e3084bef86fd0860296880d633625ce9.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/chip_controller-89589eb107a0f5bf9035ded514428ed167c966c5.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/filters_search_controller-496ead6af67cc7b65a40e994619ca4f5daca5f6f.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/saved_filters_controller-be827dfe1d5d488e59f53201a9fdfc2a65cde409.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/checkbox_collection_controller-f89564940cb841025e8935e121f932294728551c.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/modal_opener_controller-eb867d3a566ca1308511d51ec41169ede13a9ef5.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/filters_ui_controller-8acf3d3996d8fd8e1d3fe27e692d0bd54a62e2b9.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/range_select_controller-d5c3904b38ccd3a96481b3b8a3675d9385999074.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/saved_filters_modal_controller-db7c3e7b12435279a02e6bb464767572a10f172a.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/modal_controller-552313f60a7412b064e6ddd3ee12b94526498569.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/filters_modal_ui_controller-76f8663751b2911ea34b9d98afd8759023ff8f37.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/checkbox_select_all_controller-07daf9b5285d148149cbf7f4a4160e5a43c6800a.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/helpers/analytical-52e225a66153d6b6a9fe0cca164ef31ebe539e38.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/controllers/modal_controller-552313f60a7412b064e6ddd3ee12b94526498569.js)
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/listing_card_loading_state_component_animations_controller-e371dd24697653ab811dbf40ef5eea8d53c3cb9d.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/helpers/analytical-52e225a66153d6b6a9fe0cca164ef31ebe539e38.js>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://widget.intercom.io/widget/vjkwj1t5>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/dealers/listings/filtered/stock/stats>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/selling/sort_order_controller-53be6386740d71f3c1775e5e9a180aeda05cc25a.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock>
2026-03-13 08:22:02 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/selling/sort_order_controller-53be6386740d71f3c1775e5e9a180aeda05cc25a.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/iiooqlek47eic6nmr51v42fbu2ei?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/flag-checkered-b2d91d33ea0b4c2c8fc74b455943743c45880e1b.svg> (resource type: image, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/iiooqlek47eic6nmr51v42fbu2ei?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/bookmark-blue-heart-b49872a59f3fe19f346f512579891645119172ea.svg> (resource type: image, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/flag-checkered-b2d91d33ea0b4c2c8fc74b455943743c45880e1b.svg>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/bookmark-grey-heart-297590a7fe869a9fc55f75374b3f7b014bc8a1d8.svg> (resource type: image, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/bookmark-blue-heart-b49872a59f3fe19f346f512579891645119172ea.svg>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/distance-marker-9c4eb4481e6acd7017e55b6ad8e6a209896f8c43.svg> (resource type: image, referrer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/bookmark-grey-heart-297590a7fe869a9fc55f75374b3f7b014bc8a1d8.svg>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/n6g3e9gqziltkthrz0wed1756l9y?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://dealers.carwow.co.uk/assets/distance-marker-9c4eb4481e6acd7017e55b6ad8e6a209896f8c43.svg>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/4n6g3zfy9rahq0twt7fwtnnmpw8w?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/n6g3e9gqziltkthrz0wed1756l9y?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/zxt1npq6gjkea2l5igmrihutua6y?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/4n6g3zfy9rahq0twt7fwtnnmpw8w?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/jdvgzqqzicw0167v2wvurtvxa8gt?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/zxt1npq6gjkea2l5igmrihutua6y?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/jdvgzqqzicw0167v2wvurtvxa8gt?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/hc7jgetghtj6kbkvkj1pqox156rb?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/hc7jgetghtj6kbkvkj1pqox156rb?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/nqtgotjzfu4yra7ex4qsev037qjr?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/nqtgotjzfu4yra7ex4qsev037qjr?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/t4kb5uob2nldh11m8hjzcosd6vhe?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/t4kb5uob2nldh11m8hjzcosd6vhe?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/vcdyupmfd3kni95kyaj6j1sqxjp5?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/vcdyupmfd3kni95kyaj6j1sqxjp5?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/o4anoh51d4i9dk3nkgbfsww2zmpi?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/o4anoh51d4i9dk3nkgbfsww2zmpi?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/cq1rs75wmy1b2frwmhfizaeky5bh?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/cq1rs75wmy1b2frwmhfizaeky5bh?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/t9xog80zvduqzalrotcipx6t2ph6?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/t9xog80zvduqzalrotcipx6t2ph6?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/q7scc8tkhgc36quwl2lwpogqzkkx?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/q7scc8tkhgc36quwl2lwpogqzkkx?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/70yf1xqq2fym0dm41fnkxouc80ke?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/70yf1xqq2fym0dm41fnkxouc80ke?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/5tfwiphgfybfipvglq048lj4fxhg?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/5tfwiphgfybfipvglq048lj4fxhg?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/pg6y50gsizeizuf9ojla66t7jlt5?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/pg6y50gsizeizuf9ojla66t7jlt5?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/eavid83azbrzhco8yr40ih0q33er?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/eavid83azbrzhco8yr40ih0q33er?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/ajgsarhoedm63bllac57kc1etawz?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/ajgsarhoedm63bllac57kc1etawz?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/57wqlyanitihh1uuwizv8ugxfvfs?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/57wqlyanitihh1uuwizv8ugxfvfs?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/6monhtk8dnahea1svcukpmyvpxmo?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/6monhtk8dnahea1svcukpmyvpxmo?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/vejrf55od3hjvphkfx8sja69xxto?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/vejrf55od3hjvphkfx8sja69xxto?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/a2ojz5c29sbi6ucs3kzedec88bxp?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/a2ojz5c29sbi6ucs3kzedec88bxp?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/bgispit0gx99ogmwlvt5czembxtw?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/bgispit0gx99ogmwlvt5czembxtw?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/wtr47x9q9nnfhmnxc8eh3w92v0y1?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/wtr47x9q9nnfhmnxc8eh3w92v0y1?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/i6swnrz2u7hzw77cpo3axbr8cbke?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/i6swnrz2u7hzw77cpo3axbr8cbke?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/rwt3ui8o896r73eg3er8s8lb7qog?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/rwt3ui8o896r73eg3er8s8lb7qog?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/xvu4nxowi3o6f7nwzgoxu95zypfo?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/xvu4nxowi3o6f7nwzgoxu95zypfo?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/5kltrz2x4t7e7lp4y3ieeffg136x?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/5kltrz2x4t7e7lp4y3ieeffg136x?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/srgrdm85bm67utooaoypz7uovans?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/srgrdm85bm67utooaoypz7uovans?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/kv83q83jzesvuvr3x9xnp8kpdmew?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/kv83q83jzesvuvr3x9xnp8kpdmew?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/an0c77t0o9lndxmbgajxb6nwy6ht?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/an0c77t0o9lndxmbgajxb6nwy6ht?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carwow-sell-my-car.imgix.net/0qba2wanynlxhesu5lhc4ect8hct?w=423&auto=compress,format&q=60&cs=srgb&dpr=2> (resource type: image, referrer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carwow-sell-my-car.imgix.net/0qba2wanynlxhesu5lhc4ect8hct?w=423&auto=compress,format&q=60&cs=srgb&dpr=2>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/listing_card_tracker_controller-4c5d6fa5c70b24f91b66101c2a7610a065509db2.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/listing_card_gallery_component_controller-845518674d9e9c6b04a9f5b15a3c08eab60337ef.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/listing_card_sale_timer_component_controller-3cb1b6736472e12d9a640579c151c72d855a0a0d.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/listing_bookmark_component_controller-d5b1d60f709ba40d10bf443cc596ac090c097b92.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/copy_to_clipboard_controller-bfffe205fb7ed35641ec81e92e9d02dc5bc9be3f.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/stimulus-loading-25917588565633495ac04a032df7c72f2a9368de.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/listing_card_tracker_controller-4c5d6fa5c70b24f91b66101c2a7610a065509db2.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/controllers/helpers/analytics-ec97c8cecc18b58e3e4bb454a5122706f08a1255.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/controllers/listing_card_tracker_controller-4c5d6fa5c70b24f91b66101c2a7610a065509db2.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/listing_card_gallery_component_controller-845518674d9e9c6b04a9f5b15a3c08eab60337ef.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/swiper-c8a57d6ea1ab0ad7d6713a3349619c6db9592578.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/controllers/listing_card_gallery_component_controller-845518674d9e9c6b04a9f5b15a3c08eab60337ef.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://dealers.carwow.co.uk/assets/swiper--modules-f131bc89ed23cfd9c74937c57a337439eb81f85d.js> (resource type: script, referrer: https://dealers.carwow.co.uk/assets/controllers/listing_card_gallery_component_controller-845518674d9e9c6b04a9f5b15a3c08eab60337ef.js)
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/listing_card_sale_timer_component_controller-3cb1b6736472e12d9a640579c151c72d855a0a0d.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/listing_bookmark_component_controller-d5b1d60f709ba40d10bf443cc596ac090c097b92.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/copy_to_clipboard_controller-bfffe205fb7ed35641ec81e92e9d02dc5bc9be3f.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/controllers/helpers/analytics-ec97c8cecc18b58e3e4bb454a5122706f08a1255.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/swiper-c8a57d6ea1ab0ad7d6713a3349619c6db9592578.js>
2026-03-13 08:22:03 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dealers.carwow.co.uk/assets/swiper--modules-f131bc89ed23cfd9c74937c57a337439eb81f85d.js>
2026-03-13 08:22:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://quotes.carwow.co.uk/stock_cars> (referer: None) ['playwright']
2026-03-13 08:22:12 [carwow.gb] INFO: Extracted 14 cookies from Playwright session
2026-03-13 08:22:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1> (referer: https://dealers.carwow.co.uk/dealers/listings/filtered/stock)
2026-03-13 08:22:12 [carwow.gb] INFO: Page 1: found 33 listings
2026-03-13 08:22:12 [carwow.gb] INFO: Scrape type for 12245293: 0
2026-03-13 08:22:12 [carwow.gb] INFO: Scrape type for 12243013: 0
2026-03-13 08:22:12 [carwow.gb] INFO: Scrape type for 12172788: 0
2026-03-13 08:22:12 [carwow.gb] INFO: Scrape type for 12233963: 0
2026-03-13 08:22:12 [carwow.gb] INFO: Scrape type for 12245094: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12202504: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12221366: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12226129: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12240069: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12243271: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12232944: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12213415: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12243148: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12242712: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12233391: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12247098: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12161457: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12187314: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12245301: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12222237: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12241350: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12234761: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12234022: 0
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12245954: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12237860: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12208224: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12228138: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12239615: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12235821: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12221524: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12238425: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12240416: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Scrape type for 12241828: 1
2026-03-13 08:22:13 [carwow.gb] INFO: Page 1: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2
2026-03-13 08:22:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245954> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12237860> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221524> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12228138> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235821> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239615> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:14 [carwow.gb] INFO: Page 2: found 33 listings
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12196346: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12210435: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12229965: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12233578: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12234111: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12181162: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12232977: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12227560: 1
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12245954> (referer: https://dealers.carwow.co.uk/dealers/listings/12245954)
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12214619: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12228819: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12226756: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12243550: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12241963: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Scrape type for 12221299: 1
2026-03-13 08:22:14 [carwow.gb] INFO: Provenance enriched listing 12245954: vin=WBY1Z42040V585147, engine=0 litres, hp=170, doors=5, seats=4
2026-03-13 08:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fadc7e33-7a1c-5157-a365-7b62d44f5fbd with identifier: 12245954
2026-03-13 08:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fadc7e33-7a1c-5157-a365-7b62d44f5fbd with scrape type 1
2026-03-13 08:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fadc7e33-7a1c-5157-a365-7b62d44f5fbd
2026-03-13 08:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wtr47x9q9nnfhmnxc8eh3w92v0y1 not downloaded yet
2026-03-13 08:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238425> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12233869: 1
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240416> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wekti59282r5z9platv0eta5yrex not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12230732: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wfqexlnfalw41gr4njz879sf8rip not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12235548: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1oldwkawrwie4x18qw5jw85r8py3 not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12234790: 1
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12208224> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2s5y73fq71wj3fur61nmvzsehxpk not downloaded yet
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12221524> (referer: https://dealers.carwow.co.uk/dealers/listings/12221524)
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12240576: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r2j6j38t4g5oc5wii0kzipgl0feg not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12231268: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4sbr1acqp1q70xr5y017vlojya9v not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12240348: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yhzpze1ljczs1lrbstgfnu9v97yh not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12186914: 1
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12228138> (referer: https://dealers.carwow.co.uk/dealers/listings/12228138)
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l13al3d6km5iivrk3d9xo1ddid8q not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Provenance enriched listing 12221524: vin=W0V0XEP68J4161199, engine=1.4 litres, hp=75, doors=5, seats=5
2026-03-13 08:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d33e3023-a3be-57a7-b629-551f7da9f2da with identifier: 12221524
2026-03-13 08:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d33e3023-a3be-57a7-b629-551f7da9f2da with scrape type 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d33e3023-a3be-57a7-b629-551f7da9f2da
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/srgrdm85bm67utooaoypz7uovans not downloaded yet
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241828> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=1)
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12239511: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/09nwhvq14jc6xki9at2ecrsj83bj not downloaded yet
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l2jdc0higy60ikwhvk0fu3igmn3p not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12168459: 1
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12227560> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wsubshyk3uuke6fa7l88atymjvl6 not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12235102: 1
2026-03-13 08:22:15 [carwow.gb] INFO: Provenance enriched listing 12228138: vin=WF05XXGCC5FD82469, engine=1 litre, hp=125, doors=5, seats=5
2026-03-13 08:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a936029-8c4e-5285-a846-44f707fc47ca with identifier: 12228138
2026-03-13 08:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a936029-8c4e-5285-a846-44f707fc47ca with scrape type 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rwt3ui8o896r73eg3er8s8lb7qog not downloaded yet
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/enrgkp9if9r0hbtrss6mzw5d250u not downloaded yet
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12237860> (referer: https://dealers.carwow.co.uk/dealers/listings/12237860)
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12244822: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eks90o7oxoyers0hqtrjgiq35ild not downloaded yet
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wtr47x9q9nnfhmnxc8eh3w92v0y1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ldhaa1u738ixmi24hc1z7vz3t8mp not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12186055: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ep7odh59l9mqjnpezjtga3zj7g5p not downloaded yet
2026-03-13 08:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12238425> (referer: https://dealers.carwow.co.uk/dealers/listings/12238425)
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yeh8amft28i4khosyz0756jj40p4 not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Scrape type for 12245539: 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kwip3fzqgd8qco6n8qc3kog5ssuh not downloaded yet
2026-03-13 08:22:15 [carwow.gb] INFO: Provenance enriched listing 12237860: vin=SJNFEAF15U7118231, engine=1.2 litres, hp=115, doors=5, seats=5
2026-03-13 08:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 768d3f5b-0989-58ad-a1b9-539e9c00fd6b with identifier: 12237860
2026-03-13 08:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b with scrape type 1
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i6swnrz2u7hzw77cpo3axbr8cbke not downloaded yet
2026-03-13 08:22:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:15 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-13 08:22:15 [common.azure_blobstore] INFO: Using managed identity with client ID: 36f195bf-b061-498b-bebd-997f7853af90
2026-03-13 08:22:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c84f050>
2026-03-13 08:22:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-13 08:22:16 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2087
2026-03-13 08:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxdev.blob.core.windows.net:443
2026-03-13 08:22:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fadc7e33-7a1c-5157-a365-7b62d44f5fbd/fadc7e33-7a1c-5157-a365-7b62d44f5fbd_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wtr47x9q9nnfhmnxc8eh3w92v0y1 saved to cache
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fadc7e33-7a1c-5157-a365-7b62d44f5fbd
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221299> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aeb0craa3cwgnsit939n0bc0qx6y not downloaded yet
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12186914> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12208224> (referer: https://dealers.carwow.co.uk/dealers/listings/12208224)
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234790> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:16 [carwow.gb] INFO: Scrape type for 12225731: 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qfuslab8fi93t87fcqt3baoufwoe not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ahckkc4iya3oiuoyco91y3nxb1l not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ejkpdsm0so4xmmnf1x3jwyvh28j9 not downloaded yet
2026-03-13 08:22:16 [carwow.gb] INFO: Provenance enriched listing 12238425: vin=WF0CXXGAKCEJ39878, engine=1 litre, hp=125, doors=3, seats=5
2026-03-13 08:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cea3a7a-d9e6-5064-8cea-2c945f681b9e with identifier: 12238425
2026-03-13 08:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e with scrape type 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kv83q83jzesvuvr3x9xnp8kpdmew not downloaded yet
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/enrgkp9if9r0hbtrss6mzw5d250u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:16 [carwow.gb] INFO: Scrape type for 12223584: 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qnrwg7vjtq4ft59fjgkbdoa0a5fh not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d1pdlsvnlryunuiryhrzctl9dcrq not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/79f3neqjaul1co846w1cb4br83jr not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xydnwszw448m2nvxdxxcdg1rpo4s not downloaded yet
2026-03-13 08:22:16 [carwow.gb] INFO: Scrape type for 12220148: 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1xwxj0a6lqtrplwjykwyiyfpzhj6 not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mghp72740k28tociflw6r4z1y42z not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/28b8ugwzd82c1eemng036mnfi2nx not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gqu16zkfogksl8r7xpwxwqmoy4mb not downloaded yet
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12168459> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:16 [carwow.gb] INFO: Scrape type for 12240932: 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5x5mnxgmb0qx6xowgfemygyuura0 not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kcqpm6rvoe92zkz4aa720iopmjex not downloaded yet
2026-03-13 08:22:16 [carwow.gb] INFO: Provenance enriched listing 12208224: vin=WVWZZZAWZJU007238, engine=1 litre, hp=65, doors=5, seats=5
2026-03-13 08:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b with identifier: 12208224
2026-03-13 08:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b with scrape type 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wlx8zwsgih9bdfo6g99eiuonto02 not downloaded yet
2026-03-13 08:22:16 [carwow.gb] INFO: Scrape type for 12240849: 1
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xl4zmtokrhkux2kzleismiemzbdx not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uh16tcpwdb6nvqddudiwestt610l not downloaded yet
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sdfbhhql4arav7bc41z1qz0r2ou3 not downloaded yet
2026-03-13 08:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rwt3ui8o896r73eg3er8s8lb7qog> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0y0r1jv11pbaidybf6j70vhbm95n not downloaded yet
2026-03-13 08:22:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce24510>
2026-03-13 08:22:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d33e3023-a3be-57a7-b629-551f7da9f2da/d33e3023-a3be-57a7-b629-551f7da9f2da_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/enrgkp9if9r0hbtrss6mzw5d250u saved to cache
2026-03-13 08:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d33e3023-a3be-57a7-b629-551f7da9f2da
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kv83q83jzesvuvr3x9xnp8kpdmew> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [carwow.gb] INFO: Page 2: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6nfurl4yyjon00k1ew0av97wrlka not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g4ai1n0qysfo3eio4ceoddrll3qj not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pp5bw2pigcs18iwq1u83eyqw0zx3 not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ep7odh59l9mqjnpezjtga3zj7g5p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fpzi8470rshapr17m02maz135f6x not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c2db8beiqxs1869tnx1y9tvg9f4q not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iblr4y1htdgfagxvanmqvg4atjw8 not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p5bve8qcc3ohpqjjdwnvxzwn4f8w not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q4s43407v7lbqg26j493r4orxue2 not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y2l5yowqltpliy5ea92g1ljnqoen not downloaded yet
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3380d0>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rwt3ui8o896r73eg3er8s8lb7qog saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yy75iqudb1uv15tts2mu5020tvm5 not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i6swnrz2u7hzw77cpo3axbr8cbke> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yeh8amft28i4khosyz0756jj40p4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wlx8zwsgih9bdfo6g99eiuonto02> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kwip3fzqgd8qco6n8qc3kog5ssuh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12227560> (referer: https://dealers.carwow.co.uk/dealers/listings/12227560)
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9ae2ub3jct6ut11rmbz1ggjqoom1 not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/01f36y82c2qxmiax19ugkvczrzd0 not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w1h5qsmw8iofqfe43knfjza662vc not downloaded yet
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3f8bd0>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kv83q83jzesvuvr3x9xnp8kpdmew saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d23dd90>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ep7odh59l9mqjnpezjtga3zj7g5p saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gg4hf2l1dx3grajkkair5xp4wgf9 not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mghp72740k28tociflw6r4z1y42z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p8uib93igpanc1m9r6tnyu83ca6f not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sdfbhhql4arav7bc41z1qz0r2ou3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bx1nvis49p7gei6uotf76gprjmxu not downloaded yet
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1818d0>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i6swnrz2u7hzw77cpo3axbr8cbke saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26c7d0>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d33e3023-a3be-57a7-b629-551f7da9f2da/d33e3023-a3be-57a7-b629-551f7da9f2da_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yeh8amft28i4khosyz0756jj40p4 saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d33e3023-a3be-57a7-b629-551f7da9f2da
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d278150>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wlx8zwsgih9bdfo6g99eiuonto02 saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c705cd0>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kwip3fzqgd8qco6n8qc3kog5ssuh saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:17 [carwow.gb] INFO: Provenance enriched listing 12227560: vin=VF1RFE00759011016, engine=1.2 litres, hp=130, doors=5, seats=5
2026-03-13 08:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f96d008-3776-503d-82cc-556ef1aa10b9 with identifier: 12227560
2026-03-13 08:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f96d008-3776-503d-82cc-556ef1aa10b9 with scrape type 1
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jde33uyiz89040o8lztxflyu0i84 not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12168459> (referer: https://dealers.carwow.co.uk/dealers/listings/12168459)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p5bve8qcc3ohpqjjdwnvxzwn4f8w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/62oh0xiumfpruq9yw2nwnbac9xtk not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2dqzrlwij229wf0010rj0ci4mptn not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yy75iqudb1uv15tts2mu5020tvm5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6eb50>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mghp72740k28tociflw6r4z1y42z saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2ea950>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sdfbhhql4arav7bc41z1qz0r2ou3 saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/69xiy9xa7sc9ijpldf9t5vyonjcq not downloaded yet
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dunvmakcrs7v1q14348yyfp18o5m not downloaded yet
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y2l5yowqltpliy5ea92g1ljnqoen> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q4s43407v7lbqg26j493r4orxue2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w1h5qsmw8iofqfe43knfjza662vc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9zpssmctxmdo3dxfd8tgq6kaf1j7 not downloaded yet
2026-03-13 08:22:17 [carwow.gb] INFO: Provenance enriched listing 12168459: vin=WF0KXXGCBKCR83424, engine=1.6 litres, hp=125, doors=5, seats=5
2026-03-13 08:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01dd5f42-9686-5811-8f9e-fac25f4aa904 with identifier: 12168459
2026-03-13 08:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01dd5f42-9686-5811-8f9e-fac25f4aa904 with scrape type 1
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/65le7abm5otor6ugxwpf8vyar3af not downloaded yet
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d2050>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p5bve8qcc3ohpqjjdwnvxzwn4f8w saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa5990>
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yy75iqudb1uv15tts2mu5020tvm5 saved to cache
2026-03-13 08:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/iblr4y1htdgfagxvanmqvg4atjw8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gg4hf2l1dx3grajkkair5xp4wgf9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gvg6vloalxurh6btz1jrev7unmwx not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/atv9c3l7z5rxp59mr3ynq8tg54x9 not downloaded yet
2026-03-13 08:22:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7234d0>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y2l5yowqltpliy5ea92g1ljnqoen saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1eb9d0>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q4s43407v7lbqg26j493r4orxue2 saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74a8d0>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w1h5qsmw8iofqfe43knfjza662vc saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f7b4mish96rfjbehpo4pm6e0her4 not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a8ufhgr9vd577qtya13mql5ehsb1 not downloaded yet
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bx1nvis49p7gei6uotf76gprjmxu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pe4pavfe793rrpsytezi39trl5nf not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ap7y3y96irq5hrnup8l9yn99v69i not downloaded yet
2026-03-13 08:22:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d373750>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iblr4y1htdgfagxvanmqvg4atjw8 saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d33b450>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gg4hf2l1dx3grajkkair5xp4wgf9 saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g11o7vr4i73tf77nx67ay1gpxukt not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w5u6rzlar7u4z0blnjwvah9zdfst not downloaded yet
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/69xiy9xa7sc9ijpldf9t5vyonjcq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26e3d0>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bx1nvis49p7gei6uotf76gprjmxu saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0iuyisxcezdy6xlcv7ne3n5avyr7 not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/seuprujqhyds0vgpgh4bhq2rgq6h not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xd6pfbo0k39fpic1ladkno7r8f12 not downloaded yet
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t9axlwoia3k7f8kup6g194ly1pgf not downloaded yet
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/65le7abm5otor6ugxwpf8vyar3af> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rnxuw6dlmddqsffs92udn4iginjm not downloaded yet
2026-03-13 08:22:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d03cf50>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/69xiy9xa7sc9ijpldf9t5vyonjcq saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p8uib93igpanc1m9r6tnyu83ca6f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vbxik5ialjqhl6p0en63s72f1yd2 not downloaded yet
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a8ufhgr9vd577qtya13mql5ehsb1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n4x6di2fs7nsv2xwo1wmvkbgus16 not downloaded yet
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8cf210>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/65le7abm5otor6ugxwpf8vyar3af saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c75a650>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p8uib93igpanc1m9r6tnyu83ca6f saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d34d750>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a8ufhgr9vd577qtya13mql5ehsb1 saved to cache
2026-03-13 08:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dunvmakcrs7v1q14348yyfp18o5m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jde33uyiz89040o8lztxflyu0i84> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t9axlwoia3k7f8kup6g194ly1pgf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ap7y3y96irq5hrnup8l9yn99v69i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2dqzrlwij229wf0010rj0ci4mptn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c757d10>
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dunvmakcrs7v1q14348yyfp18o5m saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d33af90>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jde33uyiz89040o8lztxflyu0i84 saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d010510>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t9axlwoia3k7f8kup6g194ly1pgf saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3ead10>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ap7y3y96irq5hrnup8l9yn99v69i saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c71a9d0>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2dqzrlwij229wf0010rj0ci4mptn saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rnxuw6dlmddqsffs92udn4iginjm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n4x6di2fs7nsv2xwo1wmvkbgus16> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9zpssmctxmdo3dxfd8tgq6kaf1j7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xd6pfbo0k39fpic1ladkno7r8f12> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2518d0>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rnxuw6dlmddqsffs92udn4iginjm saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c823d50>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n4x6di2fs7nsv2xwo1wmvkbgus16 saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2eb290>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9zpssmctxmdo3dxfd8tgq6kaf1j7 saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w5u6rzlar7u4z0blnjwvah9zdfst> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vbxik5ialjqhl6p0en63s72f1yd2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/seuprujqhyds0vgpgh4bhq2rgq6h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d03d050>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xd6pfbo0k39fpic1ladkno7r8f12 saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c785d10>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w5u6rzlar7u4z0blnjwvah9zdfst saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d03c850>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vbxik5ialjqhl6p0en63s72f1yd2 saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d235190>
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/seuprujqhyds0vgpgh4bhq2rgq6h saved to cache
2026-03-13 08:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f7b4mish96rfjbehpo4pm6e0her4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/01f36y82c2qxmiax19ugkvczrzd0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/62oh0xiumfpruq9yw2nwnbac9xtk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/atv9c3l7z5rxp59mr3ynq8tg54x9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pe4pavfe793rrpsytezi39trl5nf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g11o7vr4i73tf77nx67ay1gpxukt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9ae2ub3jct6ut11rmbz1ggjqoom1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fpzi8470rshapr17m02maz135f6x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0iuyisxcezdy6xlcv7ne3n5avyr7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c2db8beiqxs1869tnx1y9tvg9f4q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pp5bw2pigcs18iwq1u83eyqw0zx3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf2d250>
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f7b4mish96rfjbehpo4pm6e0her4 saved to cache
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3f8b50>
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/01f36y82c2qxmiax19ugkvczrzd0 saved to cache
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3ded90>
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/62oh0xiumfpruq9yw2nwnbac9xtk saved to cache
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50e390>
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/atv9c3l7z5rxp59mr3ynq8tg54x9 saved to cache
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 01dd5f42-9686-5811-8f9e-fac25f4aa904
2026-03-13 08:22:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01dd5f42-9686-5811-8f9e-fac25f4aa904, skipping ID generation
2026-03-13 08:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01dd5f42-9686-5811-8f9e-fac25f4aa904 with scrape type 1
2026-03-13 08:22:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01dd5f42-9686-5811-8f9e-fac25f4aa904 sending to next pipeline
2026-03-13 08:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 01dd5f42-9686-5811-8f9e-fac25f4aa904, identifier: 12168459
2026-03-13 08:22:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4e9690>
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pe4pavfe793rrpsytezi39trl5nf saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfedb50>
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g11o7vr4i73tf77nx67ay1gpxukt saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d252490>
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9ae2ub3jct6ut11rmbz1ggjqoom1 saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c824f50>
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fpzi8470rshapr17m02maz135f6x saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa4f50>
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0iuyisxcezdy6xlcv7ne3n5avyr7 saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c784850>
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c2db8beiqxs1869tnx1y9tvg9f4q saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c73c690>
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pp5bw2pigcs18iwq1u83eyqw0zx3 saved to cache
2026-03-13 08:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 01dd5f42-9686-5811-8f9e-fac25f4aa904 with identifier: 12168459
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-13 08:22:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-13 08:22:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 01dd5f42-9686-5811-8f9e-fac25f4aa904 with identifier: 12168459
2026-03-13 08:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 01dd5f42-9686-5811-8f9e-fac25f4aa904 with identifier: 12168459 to the API
2026-03-13 08:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:22:22 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/atv9c3l7z5rxp59mr3ynq8tg54x9>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.6 litres',
 'engine_horse_power': 125,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '01dd5f42-9686-5811-8f9e-fac25f4aa904',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'NA61XLH',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12168459',
 'listing': 'auction',
 'location': 'Toothill, Swindon',
 'make': 'Ford',
 'model': 'Focus',
 'odometer': 71000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 184363,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/65le7abm5otor6ugxwpf8vyar3af',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197604,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/atv9c3l7z5rxp59mr3ynq8tg54x9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204526,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a8ufhgr9vd577qtya13mql5ehsb1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 170067,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ap7y3y96irq5hrnup8l9yn99v69i',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 119022,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w5u6rzlar7u4z0blnjwvah9zdfst',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103281,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/seuprujqhyds0vgpgh4bhq2rgq6h',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 127578,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t9axlwoia3k7f8kup6g194ly1pgf',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 166774,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rnxuw6dlmddqsffs92udn4iginjm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 135052,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vbxik5ialjqhl6p0en63s72f1yd2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01dd5f42-9686-5811-8f9e-fac25f4aa904/01dd5f42-9686-5811-8f9e-fac25f4aa904_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 118207,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n4x6di2fs7nsv2xwo1wmvkbgus16',
             'Width': 1280}],
 'price': 3000.0,
 'price_includes_vat': True,
 'registration_date': '2012-02-22',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Ford Focus 1.6 125 Zetec 5dr Powershift',
 'transmission': 'automatic',
 'trim': '1.6 125 Zetec 5dr Powershift',
 'vin': 'WF0KXXGCBKCR83424',
 'year': 2012}
2026-03-13 08:22:22 [carwow.gb] INFO: Saving data for 12168459: {'created_time': 1773390142.181947, 'last_price_update_time': 1773390142.181962, 'auction_closing_time': 1773415800.0}
2026-03-13 08:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gvg6vloalxurh6btz1jrev7unmwx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uh16tcpwdb6nvqddudiwestt610l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6nfurl4yyjon00k1ew0av97wrlka> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0y0r1jv11pbaidybf6j70vhbm95n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g4ai1n0qysfo3eio4ceoddrll3qj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xl4zmtokrhkux2kzleismiemzbdx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d165ad0>
2026-03-13 08:22:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gvg6vloalxurh6btz1jrev7unmwx saved to cache
2026-03-13 08:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1f96d008-3776-503d-82cc-556ef1aa10b9
2026-03-13 08:22:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f96d008-3776-503d-82cc-556ef1aa10b9, skipping ID generation
2026-03-13 08:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f96d008-3776-503d-82cc-556ef1aa10b9 with scrape type 1
2026-03-13 08:22:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f96d008-3776-503d-82cc-556ef1aa10b9 sending to next pipeline
2026-03-13 08:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 1f96d008-3776-503d-82cc-556ef1aa10b9, identifier: 12227560
2026-03-13 08:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 1f96d008-3776-503d-82cc-556ef1aa10b9 with identifier: 12227560
2026-03-13 08:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:22:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-13 08:22:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 1f96d008-3776-503d-82cc-556ef1aa10b9 with identifier: 12227560
2026-03-13 08:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 1f96d008-3776-503d-82cc-556ef1aa10b9 with identifier: 12227560 to the API
2026-03-13 08:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/gvg6vloalxurh6btz1jrev7unmwx>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.2 litres',
 'engine_horse_power': 130,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '1f96d008-3776-503d-82cc-556ef1aa10b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SE67AKK',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12227560',
 'listing': 'auction',
 'location': 'Rotherham',
 'make': 'Renault',
 'model': 'Kadjar',
 'odometer': 77250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 22,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5274554,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jde33uyiz89040o8lztxflyu0i84',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5089842,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2dqzrlwij229wf0010rj0ci4mptn',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4649173,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dunvmakcrs7v1q14348yyfp18o5m',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4376790,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9zpssmctxmdo3dxfd8tgq6kaf1j7',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3753030,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gvg6vloalxurh6btz1jrev7unmwx',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1996784,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f7b4mish96rfjbehpo4pm6e0her4',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4102300,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pe4pavfe793rrpsytezi39trl5nf',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3741511,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g11o7vr4i73tf77nx67ay1gpxukt',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3760527,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0iuyisxcezdy6xlcv7ne3n5avyr7',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f96d008-3776-503d-82cc-556ef1aa10b9/1f96d008-3776-503d-82cc-556ef1aa10b9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3845780,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xd6pfbo0k39fpic1ladkno7r8f12',
             'Width': 4032}],
 'price': 4700.0,
 'price_includes_vat': True,
 'registration_date': '2017-11-27',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Renault Kadjar 1.2 TCE Dynamique S Nav 5dr',
 'transmission': 'manual',
 'trim': '1.2 TCE Dynamique S Nav 5dr',
 'vin': 'VF1RFE00759011016',
 'year': 2017}
2026-03-13 08:22:23 [carwow.gb] INFO: Saving data for 12227560: {'created_time': 1773390143.259886, 'last_price_update_time': 1773390143.259901, 'auction_closing_time': 1773415800.0}
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5x5mnxgmb0qx6xowgfemygyuura0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kcqpm6rvoe92zkz4aa720iopmjex> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12186914> (referer: https://dealers.carwow.co.uk/dealers/listings/12186914)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240849> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12221299> (referer: https://dealers.carwow.co.uk/dealers/listings/12221299)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234790> (referer: https://dealers.carwow.co.uk/dealers/listings/12234790)
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10ea90>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uh16tcpwdb6nvqddudiwestt610l saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf21050>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6nfurl4yyjon00k1ew0av97wrlka saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74f910>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0y0r1jv11pbaidybf6j70vhbm95n saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7720d0>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g4ai1n0qysfo3eio4ceoddrll3qj saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c787e10>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xl4zmtokrhkux2kzleismiemzbdx saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa4690>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5x5mnxgmb0qx6xowgfemygyuura0 saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c709250>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kcqpm6rvoe92zkz4aa720iopmjex saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:23 [carwow.gb] INFO: Page 3: found 33 listings
2026-03-13 08:22:23 [carwow.gb] INFO: Scrape type for 12185449: 1
2026-03-13 08:22:23 [carwow.gb] INFO: Provenance enriched listing 12186914: vin=VSSZZZ5FZJR142352, engine=1.8 litres, hp=180, doors=5, seats=5
2026-03-13 08:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87566f55-f6af-549e-96dc-ec7949950b29 with identifier: 12186914
2026-03-13 08:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87566f55-f6af-549e-96dc-ec7949950b29 with scrape type 1
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 87566f55-f6af-549e-96dc-ec7949950b29
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zqdoo7lwy3twe9215c6slosdqmez not downloaded yet
2026-03-13 08:22:23 [carwow.gb] INFO: Provenance enriched listing 12221299: vin=MMZDJ6H551W207232, engine=1.5 litres, hp=90, doors=5, seats=5
2026-03-13 08:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e03413e7-cb97-5a08-a596-84ce104bede3 with identifier: 12221299
2026-03-13 08:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e03413e7-cb97-5a08-a596-84ce104bede3 with scrape type 1
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e03413e7-cb97-5a08-a596-84ce104bede3
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t056f933nkvmgj1q7pypftt0e1g9 not downloaded yet
2026-03-13 08:22:23 [carwow.gb] INFO: Provenance enriched listing 12234790: vin=NLHB251BLFZ015011, engine=1.2 litres, hp=75, doors=5, seats=5
2026-03-13 08:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: decdec1f-e266-5386-b71b-45a8ab56db16 with identifier: 12234790
2026-03-13 08:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item decdec1f-e266-5386-b71b-45a8ab56db16 with scrape type 1
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item decdec1f-e266-5386-b71b-45a8ab56db16
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8ny1vc59vjl3o5yi4rii9yaygsu9 not downloaded yet
2026-03-13 08:22:23 [carwow.gb] INFO: Scrape type for 12218922: 1
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nigukoe7j40rp24s9jwyu0hf7pvj not downloaded yet
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/chp0viqkciis1cpr5dv0ok8q1m2c not downloaded yet
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jq156hhzgjuxdbiyvhrcb0aejrbu not downloaded yet
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1xwxj0a6lqtrplwjykwyiyfpzhj6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/79f3neqjaul1co846w1cb4br83jr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/28b8ugwzd82c1eemng036mnfi2nx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:23 [carwow.gb] INFO: Scrape type for 12240084: 1
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wbdwgo02gm5p6qm52uq8vo9nkh5v not downloaded yet
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t27vpihvb3e1lfowewfhoh73x2ui not downloaded yet
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0s0jtfbu0rkdss10fpwo5vmp93wt not downloaded yet
2026-03-13 08:22:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82f710>
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs saved to cache
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b
2026-03-13 08:22:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b, skipping ID generation
2026-03-13 08:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b with scrape type 1
2026-03-13 08:22:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b sending to next pipeline
2026-03-13 08:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b, identifier: 12208224
2026-03-13 08:22:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gqu16zkfogksl8r7xpwxwqmoy4mb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xydnwszw448m2nvxdxxcdg1rpo4s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b with identifier: 12208224
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK HTTP/1.1" 200 None
2026-03-13 08:22:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b with identifier: 12208224
2026-03-13 08:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b with identifier: 12208224 to the API
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1 litre',
 'engine_horse_power': 65,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'OE67SYA',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12208224',
 'listing': 'auction',
 'location': 'N6, London',
 'make': 'Volkswagen',
 'model': 'Polo',
 'odometer': 60232,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 27,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 436491,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/63lwyscofkxb3dkm6uvdmn87l3rs',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 408472,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sdfbhhql4arav7bc41z1qz0r2ou3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 394145,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pp5bw2pigcs18iwq1u83eyqw0zx3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 416271,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/iblr4y1htdgfagxvanmqvg4atjw8',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 218265,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/y2l5yowqltpliy5ea92g1ljnqoen',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 227874,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/01f36y82c2qxmiax19ugkvczrzd0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 277341,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gg4hf2l1dx3grajkkair5xp4wgf9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 315523,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bx1nvis49p7gei6uotf76gprjmxu',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 363116,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/62oh0xiumfpruq9yw2nwnbac9xtk',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b/9c4219b8-6c9f-5bc8-8bd9-5da65288bf5b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 330277,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/69xiy9xa7sc9ijpldf9t5vyonjcq',
             'Width': 1280}],
 'price': 7600.0,
 'price_includes_vat': True,
 'registration_date': '2018-01-28',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volkswagen Polo 1.0 SE 5dr',
 'transmission': 'manual',
 'trim': '1.0 SE 5dr',
 'vin': 'WVWZZZAWZJU007238',
 'year': 2018}
2026-03-13 08:22:24 [carwow.gb] INFO: Saving data for 12208224: {'created_time': 1773390144.452865, 'last_price_update_time': 1773390144.452876, 'auction_closing_time': 1773415800.0}
2026-03-13 08:22:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d1pdlsvnlryunuiryhrzctl9dcrq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240932> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:24 [carwow.gb] INFO: Scrape type for 12233377: 1
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/trrkcubnddt38efvveon1i8va3zq not downloaded yet
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zjwlddvwrx3k1t8srbpoykvpfkwx not downloaded yet
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ytx2fczcx4m6sb0jy1qz7bek4d3h not downloaded yet
2026-03-13 08:22:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12220148> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=2)
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf4f690>
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a936029-8c4e-5285-a846-44f707fc47ca/7a936029-8c4e-5285-a846-44f707fc47ca_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1xwxj0a6lqtrplwjykwyiyfpzhj6 saved to cache
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7a936029-8c4e-5285-a846-44f707fc47ca
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3e8d50>
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d33e3023-a3be-57a7-b629-551f7da9f2da/d33e3023-a3be-57a7-b629-551f7da9f2da_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/79f3neqjaul1co846w1cb4br83jr saved to cache
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d33e3023-a3be-57a7-b629-551f7da9f2da
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4fa410>
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d33e3023-a3be-57a7-b629-551f7da9f2da/d33e3023-a3be-57a7-b629-551f7da9f2da_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/28b8ugwzd82c1eemng036mnfi2nx saved to cache
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d33e3023-a3be-57a7-b629-551f7da9f2da
2026-03-13 08:22:24 [carwow.gb] INFO: Scrape type for 12170430: 1
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/olx0c8x4wvro1hevwptuy38u57sj not downloaded yet
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dhrrmryes9qxzepby4qf5d7wxdf1 not downloaded yet
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6vjay8iubaeoygopq0l7w5ch8hi5 not downloaded yet
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82eb90>
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gqu16zkfogksl8r7xpwxwqmoy4mb saved to cache
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1b6990>
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xydnwszw448m2nvxdxxcdg1rpo4s saved to cache
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e
2026-03-13 08:22:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cea3a7a-d9e6-5064-8cea-2c945f681b9e, skipping ID generation
2026-03-13 08:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e with scrape type 1
2026-03-13 08:22:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cea3a7a-d9e6-5064-8cea-2c945f681b9e sending to next pipeline
2026-03-13 08:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 8cea3a7a-d9e6-5064-8cea-2c945f681b9e, identifier: 12238425
2026-03-13 08:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 8cea3a7a-d9e6-5064-8cea-2c945f681b9e with identifier: 12238425
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:22:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE HTTP/1.1" 200 None
2026-03-13 08:22:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 8cea3a7a-d9e6-5064-8cea-2c945f681b9e with identifier: 12238425
2026-03-13 08:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 8cea3a7a-d9e6-5064-8cea-2c945f681b9e with identifier: 12238425 to the API
2026-03-13 08:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:22:25 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/xydnwszw448m2nvxdxxcdg1rpo4s>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 3,
 'emission_standard': None,
 'engine': '1 litre',
 'engine_horse_power': 125,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '8cea3a7a-d9e6-5064-8cea-2c945f681b9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BP14FVW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12238425',
 'listing': 'auction',
 'location': 'Ryton, Gateshead',
 'make': 'Ford',
 'model': 'Fiesta',
 'odometer': 90000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204162,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kv83q83jzesvuvr3x9xnp8kpdmew',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 219958,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xydnwszw448m2nvxdxxcdg1rpo4s',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197726,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gqu16zkfogksl8r7xpwxwqmoy4mb',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 215938,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wlx8zwsgih9bdfo6g99eiuonto02',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157754,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0y0r1jv11pbaidybf6j70vhbm95n',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 145088,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fpzi8470rshapr17m02maz135f6x',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 106890,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p5bve8qcc3ohpqjjdwnvxzwn4f8w',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 136343,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yy75iqudb1uv15tts2mu5020tvm5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 160718,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w1h5qsmw8iofqfe43knfjza662vc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8cea3a7a-d9e6-5064-8cea-2c945f681b9e/8cea3a7a-d9e6-5064-8cea-2c945f681b9e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 169740,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p8uib93igpanc1m9r6tnyu83ca6f',
             'Width': 1280}],
 'price': 2210.0,
 'price_includes_vat': True,
 'registration_date': '2014-07-10',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Ford Fiesta 1.0 EcoBoost 125 Titanium X 3dr',
 'transmission': 'manual',
 'trim': '1.0 EcoBoost 125 Titanium X 3dr',
 'vin': 'WF0CXXGAKCEJ39878',
 'year': 2014}
2026-03-13 08:22:25 [carwow.gb] INFO: Saving data for 12238425: {'created_time': 1773390145.339226, 'last_price_update_time': 1773390145.339239, 'auction_closing_time': 1773415800.0}
2026-03-13 08:22:25 [carwow.gb] INFO: Scrape type for 12229431: 1
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ojelhdxe6g18sxel6clfetr94b7r not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oymnn1yv0iuigry6w2ohwvmubvz0 not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wi5b3bn99sxzoeg38oczrzbdbfcr not downloaded yet
2026-03-13 08:22:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c894890>
2026-03-13 08:22:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_768d3f5b-0989-58ad-a1b9-539e9c00fd6b/768d3f5b-0989-58ad-a1b9-539e9c00fd6b_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d1pdlsvnlryunuiryhrzctl9dcrq saved to cache
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 768d3f5b-0989-58ad-a1b9-539e9c00fd6b
2026-03-13 08:22:25 [carwow.gb] INFO: Scrape type for 12218554: 1
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/okbbcdc6tgidei68nk02bl49n67v not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rr1chj7o9tqsucnpjz8v01czyn11 not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kpq2awyquohv1qakyyrsd3ob1n9z not downloaded yet
2026-03-13 08:22:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12218922> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:25 [carwow.gb] INFO: Scrape type for 12237232: 1
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bedtmozg0c6ak3dynikr3awxy4fg not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i7qb6blimubkzamqp8q4byxg3102 not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1l5mr8d6c7czluh612evununqmgn not downloaded yet
2026-03-13 08:22:25 [carwow.gb] INFO: Scrape type for 12228236: 1
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9hj3gj1vfmxmrnpjt92rk3tm2qql not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i7uxr2jhozjl3zktgci96iziifby not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nnbtc5umv01tm5vtko1y2806qqhw not downloaded yet
2026-03-13 08:22:25 [carwow.gb] INFO: Scrape type for 12236777: 1
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/flakm7cm7ztbenvqvm87h9mpuloy not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yagxpq1sdyx5b0h4i7sivke2pc0p not downloaded yet
2026-03-13 08:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/swjwfq7ebx1jj0v2m4xg2ktedw3h not downloaded yet
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12246117: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12243997: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12244522: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12241145: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12242660: 1
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t27vpihvb3e1lfowewfhoh73x2ui> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/chp0viqkciis1cpr5dv0ok8q1m2c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12235315: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12234426: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12223059: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12220052: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12239409: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12241614: 1
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f7610>
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e03413e7-cb97-5a08-a596-84ce104bede3/e03413e7-cb97-5a08-a596-84ce104bede3_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t27vpihvb3e1lfowewfhoh73x2ui saved to cache
2026-03-13 08:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e03413e7-cb97-5a08-a596-84ce104bede3
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce82710>
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e03413e7-cb97-5a08-a596-84ce104bede3/e03413e7-cb97-5a08-a596-84ce104bede3_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/chp0viqkciis1cpr5dv0ok8q1m2c saved to cache
2026-03-13 08:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e03413e7-cb97-5a08-a596-84ce104bede3
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12245530: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12234269: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12236049: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12211870: 1
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8ny1vc59vjl3o5yi4rii9yaygsu9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12239700: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12244005: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12222113: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12234524: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12232160: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12234541: 1
2026-03-13 08:22:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d105990>
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_decdec1f-e266-5386-b71b-45a8ab56db16/decdec1f-e266-5386-b71b-45a8ab56db16_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8ny1vc59vjl3o5yi4rii9yaygsu9 saved to cache
2026-03-13 08:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item decdec1f-e266-5386-b71b-45a8ab56db16
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0s0jtfbu0rkdss10fpwo5vmp93wt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12235521: 1
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241145> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242660> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:26 [carwow.gb] INFO: Scrape type for 12227226: 1
2026-03-13 08:22:26 [carwow.gb] INFO: Page 3: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jq156hhzgjuxdbiyvhrcb0aejrbu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wbdwgo02gm5p6qm52uq8vo9nkh5v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kpq2awyquohv1qakyyrsd3ob1n9z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nigukoe7j40rp24s9jwyu0hf7pvj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7592d0>
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_decdec1f-e266-5386-b71b-45a8ab56db16/decdec1f-e266-5386-b71b-45a8ab56db16_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0s0jtfbu0rkdss10fpwo5vmp93wt saved to cache
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item decdec1f-e266-5386-b71b-45a8ab56db16
2026-03-13 08:22:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d105990>
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_decdec1f-e266-5386-b71b-45a8ab56db16/decdec1f-e266-5386-b71b-45a8ab56db16_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jq156hhzgjuxdbiyvhrcb0aejrbu saved to cache
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item decdec1f-e266-5386-b71b-45a8ab56db16
2026-03-13 08:22:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a6710>
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87566f55-f6af-549e-96dc-ec7949950b29/87566f55-f6af-549e-96dc-ec7949950b29_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wbdwgo02gm5p6qm52uq8vo9nkh5v saved to cache
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 87566f55-f6af-549e-96dc-ec7949950b29
2026-03-13 08:22:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d105990>
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_decdec1f-e266-5386-b71b-45a8ab56db16/decdec1f-e266-5386-b71b-45a8ab56db16_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kpq2awyquohv1qakyyrsd3ob1n9z saved to cache
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item decdec1f-e266-5386-b71b-45a8ab56db16
2026-03-13 08:22:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d131710>
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87566f55-f6af-549e-96dc-ec7949950b29/87566f55-f6af-549e-96dc-ec7949950b29_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nigukoe7j40rp24s9jwyu0hf7pvj saved to cache
2026-03-13 08:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 87566f55-f6af-549e-96dc-ec7949950b29
2026-03-13 08:22:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12211870> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234541> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232160> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235521> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:27 [carwow.gb] WARNING: Skipping listing 12235521: missing year/registration_date
2026-03-13 08:22:27 [carwow.gb] WARNING: Failed to parse item for listing 12235521
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:28 [carwow.gb] INFO: Page 4: found 33 listings
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12215480: 1
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234524> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12208782: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12218705: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12206555: 1
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12227226> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12213355: 1
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12222113> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=3)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12241035: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12234497: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12214326: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12239424: 1
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242660> (referer: https://dealers.carwow.co.uk/dealers/listings/12242660)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12234233: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12198716: 1
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241145> (referer: https://dealers.carwow.co.uk/dealers/listings/12241145)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12240373: 1
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234541> (referer: https://dealers.carwow.co.uk/dealers/listings/12234541)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12232766: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12236257: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Provenance enriched listing 12242660: vin=WDD1770872N015406, engine=1.3 litres, hp=163, doors=5, seats=5
2026-03-13 08:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b03cdd51-1976-5ebf-baf8-eb6a582400f5 with identifier: 12242660
2026-03-13 08:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b03cdd51-1976-5ebf-baf8-eb6a582400f5 with scrape type 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b03cdd51-1976-5ebf-baf8-eb6a582400f5
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/maib4rlk3yntowmklp0qcimfrxnh not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12241672: 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uzze1n3y5f0vq87shwzr2w5ln8lc not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12244435: 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rddryrxcmqrxrxln462dhhu18bya not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12241310: 1
2026-03-13 08:22:28 [carwow.gb] INFO: Provenance enriched listing 12241145: vin=WAUZZZ8V8JA105086, engine=2.0 litres, hp=310, doors=5, seats=5
2026-03-13 08:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 098a3f39-6840-5f54-b378-fd1c4d773008 with identifier: 12241145
2026-03-13 08:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098a3f39-6840-5f54-b378-fd1c4d773008 with scrape type 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 098a3f39-6840-5f54-b378-fd1c4d773008
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zt60mnpa3rqyc2xrrv15z3n9rwb1 not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/thqm3zryn50x0slq5em3f5rgkns5 not downloaded yet
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232160> (referer: https://dealers.carwow.co.uk/dealers/listings/12232160)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12243412: 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wcighxg9xmokrpozcxj9c3selimy not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Provenance enriched listing 12234541: vin=W0V7H9EB7M4320524, engine=1.2 litres, hp=130, doors=5, seats=5
2026-03-13 08:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f73c8af-d976-5fd5-bd73-a27d0ff1796d with identifier: 12234541
2026-03-13 08:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f73c8af-d976-5fd5-bd73-a27d0ff1796d with scrape type 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7f73c8af-d976-5fd5-bd73-a27d0ff1796d
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cqaxf97myxfnnyuxik32g4e6bmyg not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kv83huadzti1qbhen8vn6d0rolgr not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12245415: 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y5v0ba081a82d25ljs93uce6yvv2 not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lbnoxwgaeh5te1km2lrp5td6c1hl not downloaded yet
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12213355> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4)
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/igdw5zzfaw5u62mfva42cu86t5vg not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12232083: 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bc3u6uyqy2ucxzbb96do0q5pv9y9 not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4g736v9flpowiotuxx7rg4uok6vb not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h1o1nztvlt1ayrugzizuwjyjxak0 not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12246294: 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/95w5qwpoxi9bu6kencsy8kunufqd not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/unj9mqto03azqzbyf1gj5njgf7w3 not downloaded yet
2026-03-13 08:22:28 [carwow.gb] INFO: Provenance enriched listing 12232160: vin=WAUZZZ8X9CB237286, engine=1.4 litres, hp=122, doors=5, seats=5
2026-03-13 08:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554f7b3a-7e07-5ec7-a17f-8a73ad011895 with identifier: 12232160
2026-03-13 08:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554f7b3a-7e07-5ec7-a17f-8a73ad011895 with scrape type 1
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 554f7b3a-7e07-5ec7-a17f-8a73ad011895
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6jespsvofx05ajgiytqfq2hczcbk not downloaded yet
2026-03-13 08:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/07lanjhvy339jbx90g3960lsonkd not downloaded yet
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12215480> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4)
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12211870> (referer: https://dealers.carwow.co.uk/dealers/listings/12211870)
2026-03-13 08:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12206555> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4)
2026-03-13 08:22:28 [carwow.gb] INFO: Scrape type for 12243678: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zb567wprehss0it18szadt09q1pc not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jfwf1lg8tvq6atu1rw6vl4d9uphk not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c2spd3oe75zqmwj310yv3v8xv5pf not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ho95svd90itn9fhrc6bpx3jwo6ic not downloaded yet
2026-03-13 08:22:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12227226> (referer: https://dealers.carwow.co.uk/dealers/listings/12227226)
2026-03-13 08:22:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240373> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4)
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12232873: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6o9uuwm5gc4vd6fxcw6fvllvmwj7 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bi5f01punq2jl3h7ecpq71cffhna not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e2h8a8uc1i4h4e27wnmgkvoorgjb not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6szxmqhvuqmx45uvjrygwzvhryhx not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12239186: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2ogqrp5qkk904hdspijtj7mvr1ig not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lsvadg486afm1p9ibxjf9b1oumv not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bhjvuankmcxh8jzuzgpbiyxnv01j not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12213700: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fd78g88dwq50wrysmhhpl54dbtfl not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c6p7ki2rrhbxhcp6ow2akknew1tg not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8ne15dvep1sepq85yg9pzz2ci8ej not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Provenance enriched listing 12211870: vin=WVWZZZ6RZGU039685, engine=1 litre, hp=60, doors=5, seats=5
2026-03-13 08:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8ad72ac-68c3-5f1e-a960-60319b77dce2 with identifier: 12211870
2026-03-13 08:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8ad72ac-68c3-5f1e-a960-60319b77dce2 with scrape type 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d8ad72ac-68c3-5f1e-a960-60319b77dce2
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ejhge555wbsynygg3e60ajabkinw not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12241662: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/je1s819c896w9c2h4rtgqy7gnyk7 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ewsbfr23euwtf0a0t5i8q03jtyi6 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1i37pty1efjnjnfantzc2hhhrjd7 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r62qye3l28k00kwung1md5ubi3rn not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Provenance enriched listing 12227226: vin=JTDKB3FU003551946, engine=1.8 litres, hp=122, doors=5, seats=5
2026-03-13 08:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff425a13-7849-5540-850f-3adacd62c545 with identifier: 12227226
2026-03-13 08:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff425a13-7849-5540-850f-3adacd62c545 with scrape type 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff425a13-7849-5540-850f-3adacd62c545
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dfcn6qz45ds8ypi9phshnu9f02j7 not downloaded yet
2026-03-13 08:22:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234524> (referer: https://dealers.carwow.co.uk/dealers/listings/12234524)
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12243849: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hrzlo55x1b7ugcsymjn5qrmesbix not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tkbgupufq3l3cbtoaeqd5m0xwxjx not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7rfjtmjstc8a9lgsmyi0d96psjc2 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/765ljorqdwu6t4zaxm11uj4i0mff not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12243854: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o2upri6uodu8rcujrytbyl277165 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zmkozl8nj5dgic53a4pxhu7u91zu not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ih0i02i24uq7xsly0n8dnnfc4utf not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12223593: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yxmec1p86bfy4wql3up7agld4pa3 not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2hbtitji5nw4plt7le0pgljb582h not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dlvnanskez3eelyy7lhu53at68hz not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Provenance enriched listing 12234524: vin=VSSZZZ5FZJR038937, engine=2.0 litres, hp=300, doors=5, seats=5
2026-03-13 08:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d601eca-792f-5e09-9905-e07dd69ce37f with identifier: 12234524
2026-03-13 08:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d601eca-792f-5e09-9905-e07dd69ce37f with scrape type 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oqxpp4j4aaufolpflm45afkdav1e not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12227770: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/91jqgqw94olp4jnzuvuk7dy6xbkw not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xkm81vy0iqnb1cglb1rm3y5napvg not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7hzh9qwcn4i3hmjvvoh1txxbhw6c not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/65a0jvkjrg0949g5xqi1mmj2kxs9 not downloaded yet
2026-03-13 08:22:29 [carwow.gb] INFO: Scrape type for 12245842: 1
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0mjdd1ebpb9ka8d6n0kd9mi4hhpy not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xv34gf3crxhh7aa21fnu7wm1fzus not downloaded yet
2026-03-13 08:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fed0981qfnl9hj8iwgedutg6enez not downloaded yet
2026-03-13 08:22:30 [carwow.gb] INFO: Scrape type for 12234334: 1
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mq7r3okyojrajmpkadxhgtghe244 not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ze9v2fvux2uh2a9k2b462vreokvj not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vh91dycpg8ry7g1y89d26iygs3bj not downloaded yet
2026-03-13 08:22:30 [carwow.gb] INFO: Scrape type for 12236165: 1
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u4t8onw41ej96rq9n47znp914upc not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5rq4qou7dnaa64sf89ces3zs4lwe not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0c61hsli76af2jo3vqinb9p9m7x1 not downloaded yet
2026-03-13 08:22:30 [carwow.gb] INFO: Page 4: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bxahf12u60w203mr5n084nk6ed6p not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gkktzky90pwis0vjp8054fgp4vju not downloaded yet
2026-03-13 08:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240373> (referer: https://dealers.carwow.co.uk/dealers/listings/12240373)
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/57fjsqu8kl0jhjtwye30xr81b8le not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1j1tqje8kib5udwm1huyuz3pbe2v not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n5biwpn1j3zowtqeldk3qmxy8pkn not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sq5k32auiypeh8cblmazei4np1c1 not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e498xse8s5bj78zll1nn5itrmw4g not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jsyxjbn9soeq44d66auh7iiwlcr3 not downloaded yet
2026-03-13 08:22:30 [carwow.gb] INFO: Provenance enriched listing 12240373: vin=WAUZZZGY4MA057862, engine=1.4 litres, hp=204, doors=5, seats=5
2026-03-13 08:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aae634f9-fa18-5626-aeb3-90754b6f524e with identifier: 12240373
2026-03-13 08:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aae634f9-fa18-5626-aeb3-90754b6f524e with scrape type 1
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j47x83cmsdntdoyntrupytos4ry2 not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7hgo6dmuw8qa4pvt29069n6romdy not downloaded yet
2026-03-13 08:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6jespsvofx05ajgiytqfq2hczcbk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q5p93r11zxslrwlrhqx87r5unnmu not downloaded yet
2026-03-13 08:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/unj9mqto03azqzbyf1gj5njgf7w3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c2spd3oe75zqmwj310yv3v8xv5pf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xf265n2b43hnvz84rfn2hgpko2uh not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c6glg7raj84pxt61gdyjxzdkcwm8 not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oy90p5bercueg9fooxi19xr4l4yk not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mmvxurs4ewu2jh1ewhr28izutdpp not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zl5xyfge5ou3jbub0c4mp05y7cat not downloaded yet
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/slxpkimlm6u9ipk815qjvcpya82p not downloaded yet
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef69550>
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_554f7b3a-7e07-5ec7-a17f-8a73ad011895/554f7b3a-7e07-5ec7-a17f-8a73ad011895_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6jespsvofx05ajgiytqfq2hczcbk saved to cache
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 554f7b3a-7e07-5ec7-a17f-8a73ad011895
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ljr2wdh7sobdlj8ncqp1iaomkalz not downloaded yet
2026-03-13 08:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zt60mnpa3rqyc2xrrv15z3n9rwb1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfbb750>
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f73c8af-d976-5fd5-bd73-a27d0ff1796d/7f73c8af-d976-5fd5-bd73-a27d0ff1796d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/unj9mqto03azqzbyf1gj5njgf7w3 saved to cache
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7f73c8af-d976-5fd5-bd73-a27d0ff1796d
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d491890>
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_554f7b3a-7e07-5ec7-a17f-8a73ad011895/554f7b3a-7e07-5ec7-a17f-8a73ad011895_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c2spd3oe75zqmwj310yv3v8xv5pf saved to cache
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 554f7b3a-7e07-5ec7-a17f-8a73ad011895
2026-03-13 08:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/95w5qwpoxi9bu6kencsy8kunufqd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d116090>
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098a3f39-6840-5f54-b378-fd1c4d773008/098a3f39-6840-5f54-b378-fd1c4d773008_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zt60mnpa3rqyc2xrrv15z3n9rwb1 saved to cache
2026-03-13 08:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 098a3f39-6840-5f54-b378-fd1c4d773008
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b95d0>
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098a3f39-6840-5f54-b378-fd1c4d773008/098a3f39-6840-5f54-b378-fd1c4d773008_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/95w5qwpoxi9bu6kencsy8kunufqd saved to cache
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 098a3f39-6840-5f54-b378-fd1c4d773008
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ho95svd90itn9fhrc6bpx3jwo6ic> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0c61hsli76af2jo3vqinb9p9m7x1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74a790>
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b03cdd51-1976-5ebf-baf8-eb6a582400f5/b03cdd51-1976-5ebf-baf8-eb6a582400f5_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ho95svd90itn9fhrc6bpx3jwo6ic saved to cache
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b03cdd51-1976-5ebf-baf8-eb6a582400f5
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3f9150>
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0c61hsli76af2jo3vqinb9p9m7x1 saved to cache
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kv83huadzti1qbhen8vn6d0rolgr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7hgo6dmuw8qa4pvt29069n6romdy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j47x83cmsdntdoyntrupytos4ry2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8256d0>
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b03cdd51-1976-5ebf-baf8-eb6a582400f5/b03cdd51-1976-5ebf-baf8-eb6a582400f5_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kv83huadzti1qbhen8vn6d0rolgr saved to cache
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b03cdd51-1976-5ebf-baf8-eb6a582400f5
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1cba90>
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7hgo6dmuw8qa4pvt29069n6romdy saved to cache
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74b090>
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j47x83cmsdntdoyntrupytos4ry2 saved to cache
2026-03-13 08:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/slxpkimlm6u9ipk815qjvcpya82p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zl5xyfge5ou3jbub0c4mp05y7cat> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oy90p5bercueg9fooxi19xr4l4yk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mmvxurs4ewu2jh1ewhr28izutdpp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d182b90>
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/slxpkimlm6u9ipk815qjvcpya82p saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ljr2wdh7sobdlj8ncqp1iaomkalz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28fd50>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zl5xyfge5ou3jbub0c4mp05y7cat saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8db110>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oy90p5bercueg9fooxi19xr4l4yk saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d14b850>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mmvxurs4ewu2jh1ewhr28izutdpp saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0beb90>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ljr2wdh7sobdlj8ncqp1iaomkalz saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1j1tqje8kib5udwm1huyuz3pbe2v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q5p93r11zxslrwlrhqx87r5unnmu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jsyxjbn9soeq44d66auh7iiwlcr3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d493310>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff425a13-7849-5540-850f-3adacd62c545/ff425a13-7849-5540-850f-3adacd62c545_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1j1tqje8kib5udwm1huyuz3pbe2v saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ff425a13-7849-5540-850f-3adacd62c545
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d152090>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q5p93r11zxslrwlrhqx87r5unnmu saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c86de10>
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jsyxjbn9soeq44d66auh7iiwlcr3 saved to cache
2026-03-13 08:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gkktzky90pwis0vjp8054fgp4vju> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c6glg7raj84pxt61gdyjxzdkcwm8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfbb890>
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff425a13-7849-5540-850f-3adacd62c545/ff425a13-7849-5540-850f-3adacd62c545_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gkktzky90pwis0vjp8054fgp4vju saved to cache
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ff425a13-7849-5540-850f-3adacd62c545
2026-03-13 08:22:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0f82d0>
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c6glg7raj84pxt61gdyjxzdkcwm8 saved to cache
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bxahf12u60w203mr5n084nk6ed6p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xf265n2b43hnvz84rfn2hgpko2uh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/57fjsqu8kl0jhjtwye30xr81b8le> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2e98d0>
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ad72ac-68c3-5f1e-a960-60319b77dce2/d8ad72ac-68c3-5f1e-a960-60319b77dce2_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bxahf12u60w203mr5n084nk6ed6p saved to cache
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d8ad72ac-68c3-5f1e-a960-60319b77dce2
2026-03-13 08:22:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c749e90>
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xf265n2b43hnvz84rfn2hgpko2uh saved to cache
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aae634f9-fa18-5626-aeb3-90754b6f524e
2026-03-13 08:22:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aae634f9-fa18-5626-aeb3-90754b6f524e, skipping ID generation
2026-03-13 08:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aae634f9-fa18-5626-aeb3-90754b6f524e with scrape type 1
2026-03-13 08:22:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aae634f9-fa18-5626-aeb3-90754b6f524e sending to next pipeline
2026-03-13 08:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: aae634f9-fa18-5626-aeb3-90754b6f524e, identifier: 12240373
2026-03-13 08:22:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4b0990>
2026-03-13 08:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/57fjsqu8kl0jhjtwye30xr81b8le saved to cache
2026-03-13 08:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: aae634f9-fa18-5626-aeb3-90754b6f524e with identifier: 12240373
2026-03-13 08:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: aae634f9-fa18-5626-aeb3-90754b6f524e with identifier: 12240373
2026-03-13 08:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: aae634f9-fa18-5626-aeb3-90754b6f524e with identifier: 12240373 to the API
2026-03-13 08:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/xf265n2b43hnvz84rfn2hgpko2uh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.4 litres',
 'engine_horse_power': 204,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'aae634f9-fa18-5626-aeb3-90754b6f524e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MJ71HYF',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240373',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'Audi',
 'model': 'A3 Sportback',
 'odometer': 40500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 12,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3995078,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j47x83cmsdntdoyntrupytos4ry2',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4799904,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7hgo6dmuw8qa4pvt29069n6romdy',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3651092,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/q5p93r11zxslrwlrhqx87r5unnmu',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3643712,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xf265n2b43hnvz84rfn2hgpko2uh',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2937487,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c6glg7raj84pxt61gdyjxzdkcwm8',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2135455,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oy90p5bercueg9fooxi19xr4l4yk',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3098572,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mmvxurs4ewu2jh1ewhr28izutdpp',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3241642,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zl5xyfge5ou3jbub0c4mp05y7cat',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3230389,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/slxpkimlm6u9ipk815qjvcpya82p',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae634f9-fa18-5626-aeb3-90754b6f524e/aae634f9-fa18-5626-aeb3-90754b6f524e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3075387,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ljr2wdh7sobdlj8ncqp1iaomkalz',
             'Width': 4032}],
 'price': 15900.0,
 'price_includes_vat': True,
 'registration_date': '2021-10-19',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A3 Sportback 40 TFSI e S Line 5dr S Tronic',
 'transmission': 'automatic',
 'trim': '40 TFSI e S Line 5dr S Tronic',
 'vin': 'WAUZZZGY4MA057862',
 'year': 2021}
2026-03-13 08:22:35 [carwow.gb] INFO: Saving data for 12240373: {'created_time': 1773390155.413886, 'last_price_update_time': 1773390155.413901, 'auction_closing_time': 1773415800.0}
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4)
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236165> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=4)
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n5biwpn1j3zowtqeldk3qmxy8pkn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u4t8onw41ej96rq9n47znp914upc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sq5k32auiypeh8cblmazei4np1c1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e498xse8s5bj78zll1nn5itrmw4g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5rq4qou7dnaa64sf89ces3zs4lwe> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:35 [carwow.gb] INFO: Page 5: found 33 listings
2026-03-13 08:22:35 [carwow.gb] INFO: Scrape type for 12239845: 1
2026-03-13 08:22:35 [carwow.gb] INFO: Scrape type for 12220616: 1
2026-03-13 08:22:35 [carwow.gb] INFO: Scrape type for 12221965: 1
2026-03-13 08:22:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b8690>
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n5biwpn1j3zowtqeldk3qmxy8pkn saved to cache
2026-03-13 08:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72aa50>
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ad72ac-68c3-5f1e-a960-60319b77dce2/d8ad72ac-68c3-5f1e-a960-60319b77dce2_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u4t8onw41ej96rq9n47znp914upc saved to cache
2026-03-13 08:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d8ad72ac-68c3-5f1e-a960-60319b77dce2
2026-03-13 08:22:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c88d0>
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sq5k32auiypeh8cblmazei4np1c1 saved to cache
2026-03-13 08:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7290d0>
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e498xse8s5bj78zll1nn5itrmw4g saved to cache
2026-03-13 08:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c71b890>
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff425a13-7849-5540-850f-3adacd62c545/ff425a13-7849-5540-850f-3adacd62c545_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5rq4qou7dnaa64sf89ces3zs4lwe saved to cache
2026-03-13 08:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ff425a13-7849-5540-850f-3adacd62c545
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12243426: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12183229: 1
2026-03-13 08:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mq7r3okyojrajmpkadxhgtghe244> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12241817: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12244307: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12229957: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12227637: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12204476: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12240902: 1
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d219010>
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ad72ac-68c3-5f1e-a960-60319b77dce2/d8ad72ac-68c3-5f1e-a960-60319b77dce2_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mq7r3okyojrajmpkadxhgtghe244 saved to cache
2026-03-13 08:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d8ad72ac-68c3-5f1e-a960-60319b77dce2
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12240087: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12226369: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12210442: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12188402: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12235580: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12242057: 1
2026-03-13 08:22:36 [scrapy.extensions.logstats] INFO: Crawled 58 pages (at 58 pages/min), scraped 5 items (at 5 items/min)
2026-03-13 08:22:36 [scrapy.extensions.memusage] INFO: Peak memory usage is 222MiB
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12240879: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12184581: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12234409: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12234600: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12219832: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12222533: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12243267: 1
2026-03-13 08:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239845> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12244863: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12239243: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12239538: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12226943: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12233290: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12243160: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12246145: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12196372: 1
2026-03-13 08:22:36 [carwow.gb] INFO: Scrape type for 12202584: 1
2026-03-13 08:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243426> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:36 [carwow.gb] INFO: Page 5: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6
2026-03-13 08:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vh91dycpg8ry7g1y89d26iygs3bj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12236165> (referer: https://dealers.carwow.co.uk/dealers/listings/12236165)
2026-03-13 08:22:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8e8e90>
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d601eca-792f-5e09-9905-e07dd69ce37f/2d601eca-792f-5e09-9905-e07dd69ce37f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vh91dycpg8ry7g1y89d26iygs3bj saved to cache
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2d601eca-792f-5e09-9905-e07dd69ce37f
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12183229> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12220616> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:37 [carwow.gb] INFO: Provenance enriched listing 12236165: vin=MDHFBUK13U0500591, engine=1.2 litres, hp=80, doors=5, seats=5
2026-03-13 08:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f2cb59d-37db-5c1c-9c26-8261699ca7aa with identifier: 12236165
2026-03-13 08:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa with scrape type 1
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j1va8f34wq4vrl7ayx0d7949c9wv not downloaded yet
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221965> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j2fue4kk5foymnuqhu2kuusk0dyn not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tw2ezlibcvxcszpscidzr7o32s5t not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2rfhsxjt96jr6cettmhb79omly8a not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zqyk40oea0atoy2wkqced572mnpv not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cmlc1vaq3n2k07p47fs2wbqgwiox not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0jas06ymvr0cdv73stwhd4jztck2 not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/61vhtizb7lyksd4rxa3u5m4kxbmu not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fc9emlsuty9901l9mx4qe1grnl8l not downloaded yet
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ncfva54pe7dtfr42oudh38t85fwb not downloaded yet
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243267> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j1va8f34wq4vrl7ayx0d7949c9wv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ze9v2fvux2uh2a9k2b462vreokvj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243426> (referer: https://dealers.carwow.co.uk/dealers/listings/12243426)
2026-03-13 08:22:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4c290>
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f2cb59d-37db-5c1c-9c26-8261699ca7aa/9f2cb59d-37db-5c1c-9c26-8261699ca7aa_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j1va8f34wq4vrl7ayx0d7949c9wv saved to cache
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12239845> (referer: https://dealers.carwow.co.uk/dealers/listings/12239845)
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4c5d0>
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff425a13-7849-5540-850f-3adacd62c545/ff425a13-7849-5540-850f-3adacd62c545_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ze9v2fvux2uh2a9k2b462vreokvj saved to cache
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ff425a13-7849-5540-850f-3adacd62c545
2026-03-13 08:22:37 [carwow.gb] INFO: Provenance enriched listing 12243426: vin=VSSZZZKLZMR065255, engine=1.4 litres, hp=245, doors=5, seats=5
2026-03-13 08:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64338fa0-4c19-5dab-b492-d388f064e1f8 with identifier: 12243426
2026-03-13 08:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64338fa0-4c19-5dab-b492-d388f064e1f8 with scrape type 1
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 64338fa0-4c19-5dab-b492-d388f064e1f8
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0iwet1t0zv6llnbv5tcen0m59arm not downloaded yet
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ncfva54pe7dtfr42oudh38t85fwb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12196372> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2dbl3uv6dkhuf2sy8zt3gr6kyoep not downloaded yet
2026-03-13 08:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12202584> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4oyn3cl9eg31iuz43lnzh54ogefh not downloaded yet
2026-03-13 08:22:37 [carwow.gb] INFO: Provenance enriched listing 12239845: vin=VXKUPHMHDN4247097, engine=1.2 litres, hp=75, doors=5, seats=5
2026-03-13 08:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea with identifier: 12239845
2026-03-13 08:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea with scrape type 1
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea
2026-03-13 08:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/93f2l0z81tui85jx6xnwgi88x7mo not downloaded yet
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=5)
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8kz5bzynwf9nlduk4qcsfxc3hlmb not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/klthhfegknzc40y7apwjrjznoj0k not downloaded yet
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fc9emlsuty9901l9mx4qe1grnl8l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0yshc41zz6ws4ob86oyw8m7sbur0 not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wfdnsqd24sdddzxys0xgzg3n8g1r not downloaded yet
2026-03-13 08:22:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c891b50>
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f2cb59d-37db-5c1c-9c26-8261699ca7aa/9f2cb59d-37db-5c1c-9c26-8261699ca7aa_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ncfva54pe7dtfr42oudh38t85fwb saved to cache
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b8ighzatdim4x7d4lc2l99rqql5h not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qujdadlzcpmacxyhgn8sgt1qdfjg not downloaded yet
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0jas06ymvr0cdv73stwhd4jztck2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fvxkqz2i1nn3nioc8v8yso33bnnp not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bmcq6azgi1t82wyblx5zz9u355p8 not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Page 6: found 33 listings
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12205843: 1
2026-03-13 08:22:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d183790>
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f2cb59d-37db-5c1c-9c26-8261699ca7aa/9f2cb59d-37db-5c1c-9c26-8261699ca7aa_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fc9emlsuty9901l9mx4qe1grnl8l saved to cache
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/61vhtizb7lyksd4rxa3u5m4kxbmu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243267> (referer: https://dealers.carwow.co.uk/dealers/listings/12243267)
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z3klst6mq7pdj4iym1fl0h7k8i93 not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12240921: 1
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cmlc1vaq3n2k07p47fs2wbqgwiox> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c765550>
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f2cb59d-37db-5c1c-9c26-8261699ca7aa/9f2cb59d-37db-5c1c-9c26-8261699ca7aa_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0jas06ymvr0cdv73stwhd4jztck2 saved to cache
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0iwet1t0zv6llnbv5tcen0m59arm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12221965> (referer: https://dealers.carwow.co.uk/dealers/listings/12221965)
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/siio4vcu5raqu75iv3bvwwtnflmi not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12240041: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vmlcbail6zz3jboaqsgnvxeioml2 not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12164058: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6gb40esyc9prfog13rok5sy5146c not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12173644: 1
2026-03-13 08:22:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b9d10>
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f2cb59d-37db-5c1c-9c26-8261699ca7aa/9f2cb59d-37db-5c1c-9c26-8261699ca7aa_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/61vhtizb7lyksd4rxa3u5m4kxbmu saved to cache
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:38 [carwow.gb] INFO: Provenance enriched listing 12243267: vin=SJNFEAF15U7057809, engine=1.2 litres, hp=115, doors=5, seats=5
2026-03-13 08:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d35df19a-334b-55f3-8881-d15ca5741685 with identifier: 12243267
2026-03-13 08:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d35df19a-334b-55f3-8881-d15ca5741685 with scrape type 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d35df19a-334b-55f3-8881-d15ca5741685
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/suqw0twe3civo8xllagpuo41ohm5 not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9h47ngm679lz94xm1b22c4r8tn1q not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12242530: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n14arw2q5o9cr4rp6erlagkxbx8u not downloaded yet
2026-03-13 08:22:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d226c90>
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f2cb59d-37db-5c1c-9c26-8261699ca7aa/9f2cb59d-37db-5c1c-9c26-8261699ca7aa_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cmlc1vaq3n2k07p47fs2wbqgwiox saved to cache
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9f2cb59d-37db-5c1c-9c26-8261699ca7aa
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12232961: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u7av08a73wpbktig5shaufz8uy33 not downloaded yet
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76a650>
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64338fa0-4c19-5dab-b492-d388f064e1f8/64338fa0-4c19-5dab-b492-d388f064e1f8_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0iwet1t0zv6llnbv5tcen0m59arm saved to cache
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 64338fa0-4c19-5dab-b492-d388f064e1f8
2026-03-13 08:22:38 [carwow.gb] INFO: Provenance enriched listing 12221965: vin=VNKKJ3D350A389151, engine=1.3 litres, hp=99, doors=5, seats=5
2026-03-13 08:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa with identifier: 12221965
2026-03-13 08:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa with scrape type 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tumd8zs5s26mwrfljyd66cs1n8p7 not downloaded yet
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/93f2l0z81tui85jx6xnwgi88x7mo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12234055: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9wz455mc8mir06oq39mes6xzrspb not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bh3agm4blbw37cw9vw6b2ijee3xf not downloaded yet
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/z3klst6mq7pdj4iym1fl0h7k8i93> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12205843> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12235086: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1jukizdltd1plrworw85uz50tm84 not downloaded yet
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rvdsctwddmdfmgehuk4hciedu2vu not downloaded yet
2026-03-13 08:22:38 [carwow.gb] INFO: Scrape type for 12239737: 1
2026-03-13 08:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/raqx9js1nvh2dwpynqwfza1hhocy not downloaded yet
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dt3rpprdwdlgzwav11burur5s1nt not downloaded yet
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/klthhfegknzc40y7apwjrjznoj0k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bmcq6azgi1t82wyblx5zz9u355p8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12240807: 1
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zwq21gnio7996v5369qzgl5j8ces not downloaded yet
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a2m7zel41tkwwssn2u1xhzp64szz not downloaded yet
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 22 - Data Location: 38 - value: b'2026:03:12 09:59:30\x00'
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00:'
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1b56d0>
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a05cab6-1dd3-5727-a4a5-8ceac05a70ea/7a05cab6-1dd3-5727-a4a5-8ceac05a70ea_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/93f2l0z81tui85jx6xnwgi88x7mo saved to cache
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12244187: 1
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y5fl0me649ngc2o6sxb6qbyisi82 not downloaded yet
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qujdadlzcpmacxyhgn8sgt1qdfjg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/16wq87ftrg8qbcofdfkdc0mjuxt1 not downloaded yet
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12230896: 1
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3d0hf9c6862ookdj9nqyxo5mz412 not downloaded yet
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 22 - Data Location: 38 - value: b'2026:03:12 09:59:31\x00'
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00:'
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b22d0>
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a05cab6-1dd3-5727-a4a5-8ceac05a70ea/7a05cab6-1dd3-5727-a4a5-8ceac05a70ea_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z3klst6mq7pdj4iym1fl0h7k8i93 saved to cache
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 22 - Data Location: 38 - value: b'2026:03:12 09:59:30\x00'
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00:'
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d17be50>
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a05cab6-1dd3-5727-a4a5-8ceac05a70ea/7a05cab6-1dd3-5727-a4a5-8ceac05a70ea_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/klthhfegknzc40y7apwjrjznoj0k saved to cache
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 22 - Data Location: 38 - value: b'2026:03:12 09:59:31\x00'
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00:'
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b5590>
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a05cab6-1dd3-5727-a4a5-8ceac05a70ea/7a05cab6-1dd3-5727-a4a5-8ceac05a70ea_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bmcq6azgi1t82wyblx5zz9u355p8 saved to cache
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oz1dxxk2dqr8ckfkhlh2sndj054z not downloaded yet
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b8ighzatdim4x7d4lc2l99rqql5h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240921> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12242353: 1
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/449m196iq0wmgzc6bmwhpk329y6g not downloaded yet
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kumy89pf2w5ws5ff92ygn84iolcf not downloaded yet
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 22 - Data Location: 38 - value: b'2026:03:12 09:59:30\x00'
2026-03-13 08:22:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00:'
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f77e150>
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a05cab6-1dd3-5727-a4a5-8ceac05a70ea/7a05cab6-1dd3-5727-a4a5-8ceac05a70ea_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qujdadlzcpmacxyhgn8sgt1qdfjg saved to cache
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7a05cab6-1dd3-5727-a4a5-8ceac05a70ea
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234055> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12246192: 1
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cbjf2yt0ycm19ga6tf4aqd6cjaco not downloaded yet
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12234155: 1
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19f590>
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64338fa0-4c19-5dab-b492-d388f064e1f8/64338fa0-4c19-5dab-b492-d388f064e1f8_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b8ighzatdim4x7d4lc2l99rqql5h saved to cache
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 64338fa0-4c19-5dab-b492-d388f064e1f8
2026-03-13 08:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mkcd5lu604wnltp53g14uiw4s0nb not downloaded yet
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12243075: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12224641: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12206259: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12235955: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12244920: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12236144: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12246498: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12245029: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12243427: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12240590: 1
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dt3rpprdwdlgzwav11burur5s1nt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12246130: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12233260: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12244785: 1
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12215227: 1
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oz1dxxk2dqr8ckfkhlh2sndj054z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12205843> (referer: https://dealers.carwow.co.uk/dealers/listings/12205843)
2026-03-13 08:22:39 [carwow.gb] INFO: Scrape type for 12234168: 1
2026-03-13 08:22:40 [carwow.gb] INFO: Scrape type for 12210165: 1
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c882410>
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa/5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dt3rpprdwdlgzwav11burur5s1nt saved to cache
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa
2026-03-13 08:22:40 [carwow.gb] INFO: Scrape type for 12232675: 1
2026-03-13 08:22:40 [carwow.gb] INFO: Page 6: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/raqx9js1nvh2dwpynqwfza1hhocy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26f090>
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa/5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oz1dxxk2dqr8ckfkhlh2sndj054z saved to cache
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5bddea6f-8d8c-5ee1-bc03-c36d78eb25fa
2026-03-13 08:22:40 [carwow.gb] INFO: Provenance enriched listing 12205843: vin=SB1KT56E30F009387, engine=1.3 litres, hp=101, doors=5, seats=5
2026-03-13 08:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70dd8975-7bf0-5107-8788-ab7393f6b401 with identifier: 12205843
2026-03-13 08:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70dd8975-7bf0-5107-8788-ab7393f6b401 with scrape type 1
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n3ek150d4sxggrgcjq2qc19uolcr not downloaded yet
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xbebubz9cgipc5gc12nkp5xeds46 not downloaded yet
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u7av08a73wpbktig5shaufz8uy33> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ssh6xqwuqcswm0a4gggf5e4r4gs2 not downloaded yet
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c80d990>
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d35df19a-334b-55f3-8881-d15ca5741685/d35df19a-334b-55f3-8881-d15ca5741685_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/raqx9js1nvh2dwpynqwfza1hhocy saved to cache
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d35df19a-334b-55f3-8881-d15ca5741685
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jyjn44dpm10qaoyjaqwol3k6ktfb not downloaded yet
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ewuctemmv2mj5xl8oi0lqcsb8ky9 not downloaded yet
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28f590>
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d35df19a-334b-55f3-8881-d15ca5741685/d35df19a-334b-55f3-8881-d15ca5741685_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u7av08a73wpbktig5shaufz8uy33 saved to cache
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d35df19a-334b-55f3-8881-d15ca5741685
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxq69ji6g1t5w5ska79a4syld8pu not downloaded yet
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8evu8yokfb1n7p6sxv3sc4c50zrd not downloaded yet
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240590> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gimmz0jqravzi97cnz0oj37l5bi9 not downloaded yet
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wr2l2ziypigo5bke01fbzu3343d7 not downloaded yet
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9erjlt6j5l977014i8vo6nz4ov00 not downloaded yet
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9wz455mc8mir06oq39mes6xzrspb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244785> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef69550>
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d35df19a-334b-55f3-8881-d15ca5741685/d35df19a-334b-55f3-8881-d15ca5741685_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9wz455mc8mir06oq39mes6xzrspb saved to cache
2026-03-13 08:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d35df19a-334b-55f3-8881-d15ca5741685
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y5fl0me649ngc2o6sxb6qbyisi82> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8evu8yokfb1n7p6sxv3sc4c50zrd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jyjn44dpm10qaoyjaqwol3k6ktfb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9erjlt6j5l977014i8vo6nz4ov00> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12215227> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=6)
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7793d0>
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d35df19a-334b-55f3-8881-d15ca5741685/d35df19a-334b-55f3-8881-d15ca5741685_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y5fl0me649ngc2o6sxb6qbyisi82 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d35df19a-334b-55f3-8881-d15ca5741685
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfd9ed0>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8evu8yokfb1n7p6sxv3sc4c50zrd saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74bbd0>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jyjn44dpm10qaoyjaqwol3k6ktfb saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gimmz0jqravzi97cnz0oj37l5bi9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c87c690>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9erjlt6j5l977014i8vo6nz4ov00 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [carwow.gb] INFO: Page 7: found 33 listings
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12233975: 1
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wr2l2ziypigo5bke01fbzu3343d7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ewuctemmv2mj5xl8oi0lqcsb8ky9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12131182: 1
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rxq69ji6g1t5w5ska79a4syld8pu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12231421: 1
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72a410>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gimmz0jqravzi97cnz0oj37l5bi9 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12175810: 1
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12241887: 1
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/449m196iq0wmgzc6bmwhpk329y6g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12238838: 1
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50d410>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wr2l2ziypigo5bke01fbzu3343d7 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfbb910>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ewuctemmv2mj5xl8oi0lqcsb8ky9 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244785> (referer: https://dealers.carwow.co.uk/dealers/listings/12244785)
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12223695: 1
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1dc3d0>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxq69ji6g1t5w5ska79a4syld8pu saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12240208: 1
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c80f1d0>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d35df19a-334b-55f3-8881-d15ca5741685/d35df19a-334b-55f3-8881-d15ca5741685_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/449m196iq0wmgzc6bmwhpk329y6g saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d35df19a-334b-55f3-8881-d15ca5741685
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ssh6xqwuqcswm0a4gggf5e4r4gs2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xbebubz9cgipc5gc12nkp5xeds46> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12215759: 1
2026-03-13 08:22:41 [carwow.gb] INFO: Provenance enriched listing 12244785: vin=WBA1R520705N08308, engine=1.5 litres, hp=136, doors=5, seats=5
2026-03-13 08:22:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4df24bad-e636-5c64-ab4b-b26c58cc5fdb with identifier: 12244785
2026-03-13 08:22:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4df24bad-e636-5c64-ab4b-b26c58cc5fdb with scrape type 1
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4df24bad-e636-5c64-ab4b-b26c58cc5fdb
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/znkd9grglhh7y8ml9w436al5g24u not downloaded yet
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12211610: 1
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tvsrh2xvqlncb2q7yyj99xfv45q9 not downloaded yet
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12206551: 1
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d6rvcbnxt33vvd4y0xbzhwyuy74o not downloaded yet
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12218317: 1
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wmofkkw662ivoqmk7wsfyhhxslmq not downloaded yet
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240590> (referer: https://dealers.carwow.co.uk/dealers/listings/12240590)
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12204902: 1
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r3y43vqdctmzy9kuvaqju0xljyo2 not downloaded yet
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce68550>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ssh6xqwuqcswm0a4gggf5e4r4gs2 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85e110>
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70dd8975-7bf0-5107-8788-ab7393f6b401/70dd8975-7bf0-5107-8788-ab7393f6b401_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xbebubz9cgipc5gc12nkp5xeds46 saved to cache
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 70dd8975-7bf0-5107-8788-ab7393f6b401
2026-03-13 08:22:41 [carwow.gb] INFO: Scrape type for 12198392: 1
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12131182> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12215227> (referer: https://dealers.carwow.co.uk/dealers/listings/12215227)
2026-03-13 08:22:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bt1j18bscx5w65ds6fzpvazvro31 not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12229980: 1
2026-03-13 08:22:42 [carwow.gb] INFO: Provenance enriched listing 12240590: vin=SALVA2AN7GH152919, engine=2.0 litres, hp=180, doors=5, seats=5
2026-03-13 08:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3234b2d-a152-5f2e-9a5e-728b359b03b0 with identifier: 12240590
2026-03-13 08:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3234b2d-a152-5f2e-9a5e-728b359b03b0 with scrape type 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d3234b2d-a152-5f2e-9a5e-728b359b03b0
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gh8ijd131sdta54d7dt44iov9jzh not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233975> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sykeez6ro1iorcfoq7sgxzuu48at not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12242999: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1nk65qk3jnrbroutu2yk0b28gd4d not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Provenance enriched listing 12215227: vin=LSJA24U9XNN158305, engine=1.5 litres, hp=162, doors=5, seats=5
2026-03-13 08:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d767efd-ff6e-54db-a57e-1d950db0414b with identifier: 12215227
2026-03-13 08:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d767efd-ff6e-54db-a57e-1d950db0414b with scrape type 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3d767efd-ff6e-54db-a57e-1d950db0414b
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/per4gwjrlapzhvg6wq72ma4869og not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wovq9zm4be2cq4delkt42ps52qk5 not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12226590: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g8b7zg021milzidb1etmoye2409i not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7d163g8nup2it85bntzfev1kgsy0 not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240208> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3vzfo4g8fru69j30tgc4pfh558t8 not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241887> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12235032: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1go9o408w1bxecokyfa7b3xkn3vj not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xl57cr82dijakeqkwrmhfac24a6t not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238838> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6jlufmo5kbb2oma8gx3cwqctb6fi not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12234917: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6yerjtlkvzs7kbf91seex9htnu2y not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hixlkjoski634jqjqiic9ookoi14 not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12224146: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yop7tsvta4ar6ym8kd6uwi6upfj4 not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/guxj5sl8m3sub310oy7rahq5rr62 not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12215759> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12239231: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xreq277pbcowsn0dxlo3gbcjbtx5 not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/210097uzvy11juj8xobfuj5a89lw not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12243601: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y1s6v944s6krlvq5vbiz9hx45bb9 not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/exwq0adi3xr7gvi1xc201w0rxh3a not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12226145: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lco3dgbvvwixeqgjj4p3he829one not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4bqwo8ez9w4gh2iwk8yiodt6vtzs not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12198392> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12241379: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t0tst2mlywnb13sg3y037sblivh0 not downloaded yet
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oquv7ihb94mck7s5kgd85bwwj6xm not downloaded yet
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12232614: 1
2026-03-13 08:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fz0duk2b21vm6d29lgt0e0a3oah0 not downloaded yet
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g8b7zg021milzidb1etmoye2409i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12238907: 1
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12225629: 1
2026-03-13 08:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7d163g8nup2it85bntzfev1kgsy0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12244300: 1
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12244504: 1
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12235517: 1
2026-03-13 08:22:42 [carwow.gb] INFO: Scrape type for 12179541: 1
2026-03-13 08:22:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d236d50>
2026-03-13 08:22:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3234b2d-a152-5f2e-9a5e-728b359b03b0/d3234b2d-a152-5f2e-9a5e-728b359b03b0_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g8b7zg021milzidb1etmoye2409i saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d3234b2d-a152-5f2e-9a5e-728b359b03b0
2026-03-13 08:22:43 [carwow.gb] INFO: Scrape type for 12217445: 1
2026-03-13 08:22:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce3aed0>
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3d767efd-ff6e-54db-a57e-1d950db0414b/3d767efd-ff6e-54db-a57e-1d950db0414b_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7d163g8nup2it85bntzfev1kgsy0 saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3d767efd-ff6e-54db-a57e-1d950db0414b
2026-03-13 08:22:43 [carwow.gb] INFO: Scrape type for 12224559: 1
2026-03-13 08:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4bqwo8ez9w4gh2iwk8yiodt6vtzs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240208> (referer: https://dealers.carwow.co.uk/dealers/listings/12240208)
2026-03-13 08:22:43 [carwow.gb] INFO: Page 7: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8
2026-03-13 08:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wmofkkw662ivoqmk7wsfyhhxslmq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r3y43vqdctmzy9kuvaqju0xljyo2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oquv7ihb94mck7s5kgd85bwwj6xm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bt1j18bscx5w65ds6fzpvazvro31> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d004d50>
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3d767efd-ff6e-54db-a57e-1d950db0414b/3d767efd-ff6e-54db-a57e-1d950db0414b_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4bqwo8ez9w4gh2iwk8yiodt6vtzs saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3d767efd-ff6e-54db-a57e-1d950db0414b
2026-03-13 08:22:43 [carwow.gb] INFO: Provenance enriched listing 12240208: vin=TMBBR7NXXMY191057, engine=1.5 litres, hp=150, doors=5, seats=5
2026-03-13 08:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b8fb2b-ed30-5642-bbde-6202a9cdadc5 with identifier: 12240208
2026-03-13 08:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b8fb2b-ed30-5642-bbde-6202a9cdadc5 with scrape type 1
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c3b8fb2b-ed30-5642-bbde-6202a9cdadc5
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q9qpa3hu7eojvpai8mxss3ilc2td not downloaded yet
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s86zed44kgmt0k6dgnnvh8bxsz4m not downloaded yet
2026-03-13 08:22:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7282d0>
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4df24bad-e636-5c64-ab4b-b26c58cc5fdb/4df24bad-e636-5c64-ab4b-b26c58cc5fdb_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wmofkkw662ivoqmk7wsfyhhxslmq saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4df24bad-e636-5c64-ab4b-b26c58cc5fdb
2026-03-13 08:22:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d116210>
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4df24bad-e636-5c64-ab4b-b26c58cc5fdb/4df24bad-e636-5c64-ab4b-b26c58cc5fdb_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r3y43vqdctmzy9kuvaqju0xljyo2 saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4df24bad-e636-5c64-ab4b-b26c58cc5fdb
2026-03-13 08:22:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f78d0>
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3d767efd-ff6e-54db-a57e-1d950db0414b/3d767efd-ff6e-54db-a57e-1d950db0414b_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oquv7ihb94mck7s5kgd85bwwj6xm saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3d767efd-ff6e-54db-a57e-1d950db0414b
2026-03-13 08:22:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c880790>
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4df24bad-e636-5c64-ab4b-b26c58cc5fdb/4df24bad-e636-5c64-ab4b-b26c58cc5fdb_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bt1j18bscx5w65ds6fzpvazvro31 saved to cache
2026-03-13 08:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4df24bad-e636-5c64-ab4b-b26c58cc5fdb
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yuyctue8w9k8obeeknvc4ycofxcm not downloaded yet
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238907> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12217445> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12224559> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ij03zi93fodhdtyqnogmcw1b2rcf not downloaded yet
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jaiugkx274w9uptqdzvn6mfoa1v8 not downloaded yet
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1x88ys17dvm1unr84dzk2mg584v4 not downloaded yet
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3vzfo4g8fru69j30tgc4pfh558t8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:44 [carwow.gb] WARNING: Skipping listing 12217445: missing year/registration_date
2026-03-13 08:22:44 [carwow.gb] WARNING: Failed to parse item for listing 12217445
2026-03-13 08:22:44 [carwow.gb] INFO: Page 8: found 33 listings
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12206023: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12234759: 1
2026-03-13 08:22:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3fa590>
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4df24bad-e636-5c64-ab4b-b26c58cc5fdb/4df24bad-e636-5c64-ab4b-b26c58cc5fdb_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3vzfo4g8fru69j30tgc4pfh558t8 saved to cache
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4df24bad-e636-5c64-ab4b-b26c58cc5fdb
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12156687: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12198885: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12232581: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12229959: 1
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/s86zed44kgmt0k6dgnnvh8bxsz4m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12242933: 1
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q9qpa3hu7eojvpai8mxss3ilc2td> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12178605: 1
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yuyctue8w9k8obeeknvc4ycofxcm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12229614: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12234803: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12233880: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12245120: 1
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12239992: 1
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa4190>
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b8fb2b-ed30-5642-bbde-6202a9cdadc5/c3b8fb2b-ed30-5642-bbde-6202a9cdadc5_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s86zed44kgmt0k6dgnnvh8bxsz4m saved to cache
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c3b8fb2b-ed30-5642-bbde-6202a9cdadc5
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12241768: 1
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3399d0>
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b8fb2b-ed30-5642-bbde-6202a9cdadc5/c3b8fb2b-ed30-5642-bbde-6202a9cdadc5_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q9qpa3hu7eojvpai8mxss3ilc2td saved to cache
2026-03-13 08:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c3b8fb2b-ed30-5642-bbde-6202a9cdadc5
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12234590: 1
2026-03-13 08:22:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244504> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:44 [carwow.gb] INFO: Scrape type for 12198764: 1
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d012910>
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b8fb2b-ed30-5642-bbde-6202a9cdadc5/c3b8fb2b-ed30-5642-bbde-6202a9cdadc5_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yuyctue8w9k8obeeknvc4ycofxcm saved to cache
2026-03-13 08:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c3b8fb2b-ed30-5642-bbde-6202a9cdadc5
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12242514: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12149254: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12222757: 1
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12179541> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12231917: 1
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244300> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12210358: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12242394: 1
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235517> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=7)
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12239474: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12246333: 1
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12206023> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12230368: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12229227: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12242152: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12157622: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12237705: 1
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232581> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12240375: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12240751: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12206838: 1
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12178605> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [carwow.gb] INFO: Scrape type for 12209948: 1
2026-03-13 08:22:45 [carwow.gb] INFO: Page 8: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12229959> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234590> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12231917> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242394> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12237705> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12222757> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12179541> (referer: https://dealers.carwow.co.uk/dealers/listings/12179541)
2026-03-13 08:22:46 [carwow.gb] INFO: Provenance enriched listing 12179541: vin=WVWZZZAUZKW676693, engine=1.5 litres, hp=130, doors=5, seats=5
2026-03-13 08:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 280459c1-cebb-5e68-b004-6aad1ed5415f with identifier: 12179541
2026-03-13 08:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 280459c1-cebb-5e68-b004-6aad1ed5415f with scrape type 1
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 280459c1-cebb-5e68-b004-6aad1ed5415f
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j8tajjlsug69jogx7g7o2r3gs6ub not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/avkp44uow8r0tr7kvxmjlsq9hmu7 not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x4bzhq11modaeeq1o9qt0za9yz2x not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/si8ilpypr6jvt268lskbekt6tn2p not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7cjiw28t6zxnnx07m9h39ag8xb5a not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63wpqaynikr7i9x6e3agakjhaa41 not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yc2y60szstz9ha38ry74enn7jkyu not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h5dm0w88i771dt6g3v3tr6kblekj not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63lqg9zt3kq45f49i2rc24169d5u not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m3syujflt6180uziuear8bavsuov not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12178605> (referer: https://dealers.carwow.co.uk/dealers/listings/12178605)
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12229959> (referer: https://dealers.carwow.co.uk/dealers/listings/12229959)
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12206838> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:46 [carwow.gb] INFO: Provenance enriched listing 12178605: vin=WBA4K32030BC01647, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e49012a9-6057-5ef1-aab2-1c9de7341ef0 with identifier: 12178605
2026-03-13 08:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e49012a9-6057-5ef1-aab2-1c9de7341ef0 with scrape type 1
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e49012a9-6057-5ef1-aab2-1c9de7341ef0
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3e1neai11pfegtx1d23tjei2r228 not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zvybdgqsfpqxw3wpv7b7flxj1ycu not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0j2i659ms0mk5as7s2vov75171z9 not downloaded yet
2026-03-13 08:22:46 [carwow.gb] INFO: Provenance enriched listing 12229959: vin=WVWZZZAWXRU046770, engine=2.0 litres, hp=207, doors=5, seats=5
2026-03-13 08:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e9f908-61ef-5144-a5d4-4324a7d7bc04 with identifier: 12229959
2026-03-13 08:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e9f908-61ef-5144-a5d4-4324a7d7bc04 with scrape type 1
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2e9f908-61ef-5144-a5d4-4324a7d7bc04
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t3o4sl46qwelql6vdfttcjlqtkna not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234590> (referer: https://dealers.carwow.co.uk/dealers/listings/12234590)
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gt3qchc1u885ou3azervqg7fuw2p not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232581> (referer: https://dealers.carwow.co.uk/dealers/listings/12232581)
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0d6uz24jkgsu3ev55p1dtnefp1ns not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pem4ey4gea4v5u98piqok8hxngjt not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m3syujflt6180uziuear8bavsuov> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h5dm0w88i771dt6g3v3tr6kblekj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fn2ov1d3c1rg858jkbwixuj386h0 not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kn84w7iatr3jyln83wt1rssyy63q not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12231917> (referer: https://dealers.carwow.co.uk/dealers/listings/12231917)
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5jv58ixvesk4opwqf4uvrh982qjl not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/63lqg9zt3kq45f49i2rc24169d5u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/72613tvr0icbznbw7n5nhiq2luw1 not downloaded yet
2026-03-13 08:22:46 [carwow.gb] INFO: Provenance enriched listing 12234590: vin=SJNFAAJ11U2406788, engine=1.5 litres, hp=115, doors=5, seats=5
2026-03-13 08:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4a184ba-084a-5917-982a-ee5ef8d8976e with identifier: 12234590
2026-03-13 08:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4a184ba-084a-5917-982a-ee5ef8d8976e with scrape type 1
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f4a184ba-084a-5917-982a-ee5ef8d8976e
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pkxggq6pc9nnm0i0hmk2ojfqw6eg not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1dhy9zhhgxgr9d9ncak1vrflgoab not downloaded yet
2026-03-13 08:22:46 [carwow.gb] INFO: Provenance enriched listing 12232581: vin=JTHY65BH102028796, engine=2.0 litres, hp=184, doors=5, seats=5
2026-03-13 08:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da384056-753c-559f-920f-c5a0630fc8e8 with identifier: 12232581
2026-03-13 08:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da384056-753c-559f-920f-c5a0630fc8e8 with scrape type 1
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item da384056-753c-559f-920f-c5a0630fc8e8
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z8wqge7ei4oia4wtct24l6ddp43u not downloaded yet
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12209948> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=8)
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qg5kykw7kh1iyjjbufn1hm1rg3nu not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k3jr2b5rflqsrr9vhp2w0ynl3gle not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/simlololze81bab52eddryfolza1 not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jqzl7o0eoe1lhsrxmpe2dhpx451i not downloaded yet
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c877750>
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_280459c1-cebb-5e68-b004-6aad1ed5415f/280459c1-cebb-5e68-b004-6aad1ed5415f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m3syujflt6180uziuear8bavsuov saved to cache
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 280459c1-cebb-5e68-b004-6aad1ed5415f
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3cb990>
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_280459c1-cebb-5e68-b004-6aad1ed5415f/280459c1-cebb-5e68-b004-6aad1ed5415f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h5dm0w88i771dt6g3v3tr6kblekj saved to cache
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 280459c1-cebb-5e68-b004-6aad1ed5415f
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/89ihlo5lzt4smb7t1wujvbqjxzze not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zy2g7oljvg04ixxfmhi57rlj0ic5 not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h8v1l9yasjpr777uqu03yk25gkzi not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6u35l1rw93ok9w5vvx3e1heyi85h not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h1ia48rzmdk9mbd1l03pa81o93di not downloaded yet
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2bxwqse4gcraym8efqobv8oof4ui not downloaded yet
2026-03-13 08:22:46 [carwow.gb] INFO: Provenance enriched listing 12231917: vin=VNKKBAC360A262296, engine=1.5 litres, hp=116, doors=5, seats=5
2026-03-13 08:22:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4e99fec-49ff-5a68-9553-6b02cf1ba0eb with identifier: 12231917
2026-03-13 08:22:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4e99fec-49ff-5a68-9553-6b02cf1ba0eb with scrape type 1
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d4e99fec-49ff-5a68-9553-6b02cf1ba0eb
2026-03-13 08:22:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/301dmrgmkqdka1fo657eiqfv5fvg not downloaded yet
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d354210>
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_280459c1-cebb-5e68-b004-6aad1ed5415f/280459c1-cebb-5e68-b004-6aad1ed5415f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63lqg9zt3kq45f49i2rc24169d5u saved to cache
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 280459c1-cebb-5e68-b004-6aad1ed5415f
2026-03-13 08:22:47 [carwow.gb] INFO: Page 9: found 33 listings
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12240376: 1
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oh5qoc8d21fmi3ejw5uui745mgyj not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ef0pdccqffvosvpdj3tykyi0smmk not downloaded yet
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12206838> (referer: https://dealers.carwow.co.uk/dealers/listings/12206838)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0xhlyzfiaaocu3akcq1aa3ang9mw not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ejpej3bevvzfjwhqt31gkc4ucebg not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12207646: 1
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t3o4sl46qwelql6vdfttcjlqtkna> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u7vvln1ngzlhix8uyhj6tvisoh46 not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v605fdidvrbgrceelae2h7sk8diy not downloaded yet
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fn2ov1d3c1rg858jkbwixuj386h0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cyppo9xynpp62dinq6u8upy5z7yc not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gpwhebhlbbvo1j7j1n7nr1dlp4et not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12190749: 1
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z0twjlx2o3eh2sufzn1hn6qunu3s not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ryorl8fjvinbm3fmqec4fq1ngrpq not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3wwleaqr46bi3bz6qq7v9b88adri not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iz67z9r17zcyr3xwt2jha45a91td not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12240333: 1
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t0al61qd8dw21xbm86unr7n9lold not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Provenance enriched listing 12206838: vin=WF0CXXGAKCDU49630, engine=1 litre, hp=100, doors=3, seats=5
2026-03-13 08:22:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69952238-d215-5e3d-bc58-f7ee1d5da9a5 with identifier: 12206838
2026-03-13 08:22:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69952238-d215-5e3d-bc58-f7ee1d5da9a5 with scrape type 1
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69952238-d215-5e3d-bc58-f7ee1d5da9a5
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/csusmc6tb237cflf55vlzkp8wu1w not downloaded yet
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1dhy9zhhgxgr9d9ncak1vrflgoab> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6emvf3vd4xisl41tic9zm0zawogg not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5vvllp98f4z8fy2uee582hn8rlxj not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12222036: 1
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/z8wqge7ei4oia4wtct24l6ddp43u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j314026tnf2jgqggyidhacdkzoqh not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lzxpaiquojjvhn7k2mbauesh8tni not downloaded yet
2026-03-13 08:22:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3557d0>
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e9f908-61ef-5144-a5d4-4324a7d7bc04/a2e9f908-61ef-5144-a5d4-4324a7d7bc04_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t3o4sl46qwelql6vdfttcjlqtkna saved to cache
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a2e9f908-61ef-5144-a5d4-4324a7d7bc04
2026-03-13 08:22:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2788d0>
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e9f908-61ef-5144-a5d4-4324a7d7bc04/a2e9f908-61ef-5144-a5d4-4324a7d7bc04_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fn2ov1d3c1rg858jkbwixuj386h0 saved to cache
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a2e9f908-61ef-5144-a5d4-4324a7d7bc04
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7roy92gllsluu7d6k5cjtolf88f6 not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/06qsryfdp6f43aywp1x6xnattyeq not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12228907: 1
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uv52p7ikj4ooonr1d5lxruh9cfr1 not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dxvn5x97vrzqiiunr7avkciqglet not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8n09u2dnna06anzlj950bdze80z9 not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l9u3776t5r9s7o9gh1olknryoxw2 not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12239375: 1
2026-03-13 08:22:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d179810>
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e9f908-61ef-5144-a5d4-4324a7d7bc04/a2e9f908-61ef-5144-a5d4-4324a7d7bc04_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1dhy9zhhgxgr9d9ncak1vrflgoab saved to cache
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a2e9f908-61ef-5144-a5d4-4324a7d7bc04
2026-03-13 08:22:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d214d90>
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da384056-753c-559f-920f-c5a0630fc8e8/da384056-753c-559f-920f-c5a0630fc8e8_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z8wqge7ei4oia4wtct24l6ddp43u saved to cache
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item da384056-753c-559f-920f-c5a0630fc8e8
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1nyp68e3rixv5jr1eborcy4ewyfx not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kmnr7g6v72692xdezf1qtlw2t22e not downloaded yet
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/py4g2rjelbz2b5ynk6yxyxwnivdo not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12240946: 1
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ef0pdccqffvosvpdj3tykyi0smmk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12207646> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qrgjiabfm11nzoxp7eiisxckmb4y not downloaded yet
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oh5qoc8d21fmi3ejw5uui745mgyj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s0hkumatyu8naqp1d5orqe187ln0 not downloaded yet
2026-03-13 08:22:47 [carwow.gb] INFO: Scrape type for 12239355: 1
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fkis1xtwgu8cpy3eyasd2n0eboii not downloaded yet
2026-03-13 08:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t0al61qd8dw21xbm86unr7n9lold> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wgtcre42eprtr4cgs20dd9uly755 not downloaded yet
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12171004: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12238709: 1
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d0d10>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da384056-753c-559f-920f-c5a0630fc8e8/da384056-753c-559f-920f-c5a0630fc8e8_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ef0pdccqffvosvpdj3tykyi0smmk saved to cache
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item da384056-753c-559f-920f-c5a0630fc8e8
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6f890>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e9f908-61ef-5144-a5d4-4324a7d7bc04/a2e9f908-61ef-5144-a5d4-4324a7d7bc04_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oh5qoc8d21fmi3ejw5uui745mgyj saved to cache
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a2e9f908-61ef-5144-a5d4-4324a7d7bc04
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12239135: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12226673: 1
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7b2810>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da384056-753c-559f-920f-c5a0630fc8e8/da384056-753c-559f-920f-c5a0630fc8e8_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t0al61qd8dw21xbm86unr7n9lold saved to cache
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item da384056-753c-559f-920f-c5a0630fc8e8
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12243953: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12228852: 1
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1nyp68e3rixv5jr1eborcy4ewyfx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12244124: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12246857: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12226682: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12237488: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12235064: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12176246: 1
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kn84w7iatr3jyln83wt1rssyy63q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6f590>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da384056-753c-559f-920f-c5a0630fc8e8/da384056-753c-559f-920f-c5a0630fc8e8_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1nyp68e3rixv5jr1eborcy4ewyfx saved to cache
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item da384056-753c-559f-920f-c5a0630fc8e8
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12224245: 1
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239355> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12243986: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12243989: 1
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pem4ey4gea4v5u98piqok8hxngjt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12235301: 1
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d49a450>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e49012a9-6057-5ef1-aab2-1c9de7341ef0/e49012a9-6057-5ef1-aab2-1c9de7341ef0_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kn84w7iatr3jyln83wt1rssyy63q saved to cache
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e49012a9-6057-5ef1-aab2-1c9de7341ef0
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12240042: 1
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240946> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12211842: 1
2026-03-13 08:22:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c709a10>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e49012a9-6057-5ef1-aab2-1c9de7341ef0/e49012a9-6057-5ef1-aab2-1c9de7341ef0_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pem4ey4gea4v5u98piqok8hxngjt saved to cache
2026-03-13 08:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e49012a9-6057-5ef1-aab2-1c9de7341ef0
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12244748: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12183418: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12231854: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12223213: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12186081: 1
2026-03-13 08:22:48 [carwow.gb] INFO: Scrape type for 12236286: 1
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/csusmc6tb237cflf55vlzkp8wu1w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:48 [carwow.gb] INFO: Page 9: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10
2026-03-13 08:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kmnr7g6v72692xdezf1qtlw2t22e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:48 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:22:48 [PIL.PngImagePlugin] DEBUG: STREAM b'caBX' 41 86501
2026-03-13 08:22:48 [PIL.PngImagePlugin] DEBUG: b'caBX' 41 86501 (unknown)
2026-03-13 08:22:48 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 86554 65536
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c78c910>
2026-03-13 08:22:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69952238-d215-5e3d-bc58-f7ee1d5da9a5/69952238-d215-5e3d-bc58-f7ee1d5da9a5_image_0.png HTTP/1.1" 201 0
2026-03-13 08:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/csusmc6tb237cflf55vlzkp8wu1w saved to cache
2026-03-13 08:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 69952238-d215-5e3d-bc58-f7ee1d5da9a5
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243953> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12224245> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0j2i659ms0mk5as7s2vov75171z9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4e82d0>
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69952238-d215-5e3d-bc58-f7ee1d5da9a5/69952238-d215-5e3d-bc58-f7ee1d5da9a5_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kmnr7g6v72692xdezf1qtlw2t22e saved to cache
2026-03-13 08:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 69952238-d215-5e3d-bc58-f7ee1d5da9a5
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235064> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1497d0>
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e49012a9-6057-5ef1-aab2-1c9de7341ef0/e49012a9-6057-5ef1-aab2-1c9de7341ef0_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0j2i659ms0mk5as7s2vov75171z9 saved to cache
2026-03-13 08:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e49012a9-6057-5ef1-aab2-1c9de7341ef0
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235301> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236286> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240042> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [carwow.gb] INFO: Page 10: found 33 listings
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12171422: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12240318: 1
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12186081> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12198159: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12235205: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12242043: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12240659: 1
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12231854> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12245213: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12170727: 1
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12223213> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=9)
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12224245> (referer: https://dealers.carwow.co.uk/dealers/listings/12224245)
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12200173: 1
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12235064> (referer: https://dealers.carwow.co.uk/dealers/listings/12235064)
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12220567: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12234158: 1
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12238722: 1
2026-03-13 08:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240946> (referer: https://dealers.carwow.co.uk/dealers/listings/12240946)
2026-03-13 08:22:49 [carwow.gb] INFO: Scrape type for 12245959: 1
2026-03-13 08:22:50 [carwow.gb] WARNING: Skipping listing 12223213: missing year/registration_date
2026-03-13 08:22:50 [carwow.gb] WARNING: Failed to parse item for listing 12223213
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12232784: 1
2026-03-13 08:22:50 [carwow.gb] INFO: Provenance enriched listing 12224245: vin=WDC1569082J518334, engine=2.1 litres, hp=136, doors=5, seats=5
2026-03-13 08:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 330458dd-e388-553e-967c-d0d335e698f9 with identifier: 12224245
2026-03-13 08:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 330458dd-e388-553e-967c-d0d335e698f9 with scrape type 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 330458dd-e388-553e-967c-d0d335e698f9
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mr0bhvyqsen6p1y4mzmh1k39icnx not downloaded yet
2026-03-13 08:22:50 [carwow.gb] INFO: Provenance enriched listing 12235064: vin=WBA1C72040J362048, engine=2.0 litres, hp=116, doors=5, seats=5
2026-03-13 08:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cee5459f-5dbe-5777-bf19-77e95704f3bb with identifier: 12235064
2026-03-13 08:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cee5459f-5dbe-5777-bf19-77e95704f3bb with scrape type 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cee5459f-5dbe-5777-bf19-77e95704f3bb
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hbk1c93qzigltt3mnirvcfu8pgy9 not downloaded yet
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12236286> (referer: https://dealers.carwow.co.uk/dealers/listings/12236286)
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12229663: 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ndumafrdt3ns572g74yuhuv4mben not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fetjrgk1bs76id65e3i7zv5vuzpm not downloaded yet
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12226326: 1
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12235301> (referer: https://dealers.carwow.co.uk/dealers/listings/12235301)
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3u1gh6trjsmr4vf5pvjgf84x37ha not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a128797tq8pyhlm4v4lzgz4ogmek not downloaded yet
2026-03-13 08:22:50 [carwow.gb] INFO: Provenance enriched listing 12240946: vin=WMWXM520102F18216, engine=1.5 litres, hp=136, doors=3, seats=4
2026-03-13 08:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef with identifier: 12240946
2026-03-13 08:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef with scrape type 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hd19k2twxbtmlo5vn26whfsr0ctt not downloaded yet
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12242089: 1
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240318> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fjbs3mzdjhhm6tia2nyx7k4vtnk0 not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yg9jlxsv4wan3bnsim4s2i6p9ezf not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cjmkec7rpo6wdpc2anpqlpqzjv95 not downloaded yet
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245213> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12240166: 1
2026-03-13 08:22:50 [carwow.gb] INFO: Provenance enriched listing 12236286: vin=KMHHA8116RU015660, engine=1.6 litres, hp=141, doors=5, seats=5
2026-03-13 08:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeff92ad-db31-5701-a51f-a40e4c48ed88 with identifier: 12236286
2026-03-13 08:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeff92ad-db31-5701-a51f-a40e4c48ed88 with scrape type 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aeff92ad-db31-5701-a51f-a40e4c48ed88
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cazrm3gbmj6jvdpw0ytuwjdng4i7 not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jp43k55oew19860umnvomgksjvu6 not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0kodivpgszii5hhnngl85xmg12n6 not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i72zu38032zwejjex9a593h2xlbs not downloaded yet
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12170727> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240659> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12213564: 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k8fv7kh19sme2gqtbfhf48764dtk not downloaded yet
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12200173> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/80sc6w4tl6df6vfd4bengnwfl5u6 not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6v9bgsvkh6ckmi8cb15jnienjlke not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ypjh3lks9v9p43on1oxeyqtibjmt not downloaded yet
2026-03-13 08:22:50 [carwow.gb] INFO: Provenance enriched listing 12235301: vin=WVWZZZCD9SW256914, engine=1.5 litres, hp=150, doors=5, seats=5
2026-03-13 08:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a8ca111-685e-5c44-b125-d511a85460da with identifier: 12235301
2026-03-13 08:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a8ca111-685e-5c44-b125-d511a85460da with scrape type 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5dvduobpf3a0g6s7ntdc7i1ki6bk not downloaded yet
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238722> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:50 [carwow.gb] INFO: Scrape type for 12215507: 1
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bj8ddd59dvomj8dtqmyngus088oh not downloaded yet
2026-03-13 08:22:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fetjrgk1bs76id65e3i7zv5vuzpm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fyj70e5b5gak3ai6ungs1e4fwx3v not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oxuuyru77nj3iykiyul7a7jaepq8 not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bj19898sgp9qrnjnvvg4oxs9z3vr not downloaded yet
2026-03-13 08:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n0saho6kcaz2w050kczaeuqtpyy6 not downloaded yet
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12203175: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0xnhgk6u5xbk220r3b4xb3v7i2hj not downloaded yet
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232784> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fh36i1zupkeolws6waaolms687md not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ct44uu2rz4m3ieu1rcxu10lcm7ez not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/30l1zj8x0vn91hy46cwd5tr766hy not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bsh991ut94klnn1yam7gfr041wrd not downloaded yet
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12233831: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t5jpbiwah9n5t107u035bquy4axz not downloaded yet
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45ec10>
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cee5459f-5dbe-5777-bf19-77e95704f3bb/cee5459f-5dbe-5777-bf19-77e95704f3bb_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fetjrgk1bs76id65e3i7zv5vuzpm saved to cache
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cee5459f-5dbe-5777-bf19-77e95704f3bb
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0kodivpgszii5hhnngl85xmg12n6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yz6cdbowrb00974fz3jyk7lr7fsm not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o0x29terzfm943zqm0e7pon8dlbe not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ojly9jk632mhdqejf0pzvniovhlr not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p2tegq4qppwyxwruf4tbf0yikivs not downloaded yet
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hd19k2twxbtmlo5vn26whfsr0ctt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i72zu38032zwejjex9a593h2xlbs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12234392: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kjut3j58nttwe8iy2cggxna6baf4 not downloaded yet
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242089> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ubra4yxnkqe7sjgnu574cz7kunex not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dvdzsn8wkixfb1pg83hu3m9swrbl not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nkonj9pd2lw9avim9rw66m8ywu2h not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k3ojto48ceup2qbyr8orqfa7j7g2 not downloaded yet
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12245032: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y1crpm37578k6pgnsk6k2a2ekt67 not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jf8wykq0p68em01kq4ij496acgof not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zhub2sdv7ejrglz624vmg5vd6v6n not downloaded yet
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d32aed0>
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cee5459f-5dbe-5777-bf19-77e95704f3bb/cee5459f-5dbe-5777-bf19-77e95704f3bb_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0kodivpgszii5hhnngl85xmg12n6 saved to cache
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cee5459f-5dbe-5777-bf19-77e95704f3bb
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12244026: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jxcss5m7rc3f9gz4r0cyc0mjonlz not downloaded yet
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k8fv7kh19sme2gqtbfhf48764dtk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3nlvt974cnizqid65mkfa6dsiuwf not downloaded yet
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/46uwof36zcoxdh16gkfs0miq0eqq not downloaded yet
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d425f90>
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef/0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hd19k2twxbtmlo5vn26whfsr0ctt saved to cache
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5a9610>
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef/0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i72zu38032zwejjex9a593h2xlbs saved to cache
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0f8a96e8-1d64-5a5c-9d66-fdda7a7555ef
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12213258: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2a5zjt11a98297o39deljbb11hih not downloaded yet
2026-03-13 08:22:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bsh991ut94klnn1yam7gfr041wrd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s0zwqzrhyav190xasj6ojb3lyise not downloaded yet
2026-03-13 08:22:51 [carwow.gb] INFO: Scrape type for 12240961: 1
2026-03-13 08:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f6lfjl28wqtyx14gacnfevxrpenj not downloaded yet
2026-03-13 08:22:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5aa710>
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aeff92ad-db31-5701-a51f-a40e4c48ed88/aeff92ad-db31-5701-a51f-a40e4c48ed88_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k8fv7kh19sme2gqtbfhf48764dtk saved to cache
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aeff92ad-db31-5701-a51f-a40e4c48ed88
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p2tegq4qppwyxwruf4tbf0yikivs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240318> (referer: https://dealers.carwow.co.uk/dealers/listings/12240318)
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kqp1iic623wj8v1qe8lnn5t1pi08 not downloaded yet
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12238722> (referer: https://dealers.carwow.co.uk/dealers/listings/12238722)
2026-03-13 08:22:52 [carwow.gb] INFO: Scrape type for 12242030: 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eaos67w2rtagvri0fp9rsj1nfqid not downloaded yet
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d442010>
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a8ca111-685e-5c44-b125-d511a85460da/1a8ca111-685e-5c44-b125-d511a85460da_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bsh991ut94klnn1yam7gfr041wrd saved to cache
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:22:52 [carwow.gb] INFO: Scrape type for 12181530: 1
2026-03-13 08:22:52 [carwow.gb] INFO: Scrape type for 12233728: 1
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zhub2sdv7ejrglz624vmg5vd6v6n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:52 [carwow.gb] INFO: Scrape type for 12225799: 1
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d439110>
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a8ca111-685e-5c44-b125-d511a85460da/1a8ca111-685e-5c44-b125-d511a85460da_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p2tegq4qppwyxwruf4tbf0yikivs saved to cache
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:22:52 [carwow.gb] INFO: Provenance enriched listing 12240318: vin=WDD1760082J766264, engine=2.1 litres, hp=136, doors=5, seats=5
2026-03-13 08:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c2e2a0-22f5-5f25-8224-2db25a65803d with identifier: 12240318
2026-03-13 08:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c2e2a0-22f5-5f25-8224-2db25a65803d with scrape type 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zk7kb0atjiyn4s44z4ogcipnarev not downloaded yet
2026-03-13 08:22:52 [carwow.gb] INFO: Provenance enriched listing 12238722: vin=WF02XXERK2RE48582, engine=1 litre, hp=125, doors=5, seats=5
2026-03-13 08:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946e0cb1-f720-5e7f-afd2-94170bce68d9 with identifier: 12238722
2026-03-13 08:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946e0cb1-f720-5e7f-afd2-94170bce68d9 with scrape type 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g5qptwj5569kdunzmgqsit2ok1qo not downloaded yet
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240659> (referer: https://dealers.carwow.co.uk/dealers/listings/12240659)
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12200173> (referer: https://dealers.carwow.co.uk/dealers/listings/12200173)
2026-03-13 08:22:52 [carwow.gb] INFO: Scrape type for 12244350: 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w47okdfomcwjavgfrn26bniq0g64 not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6bn6zgt9x29ngifop79kgqwuuidl not downloaded yet
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/s0zwqzrhyav190xasj6ojb3lyise> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d131d50>
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a8ca111-685e-5c44-b125-d511a85460da/1a8ca111-685e-5c44-b125-d511a85460da_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zhub2sdv7ejrglz624vmg5vd6v6n saved to cache
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2a5zjt11a98297o39deljbb11hih> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:52 [carwow.gb] INFO: Scrape type for 12234398: 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h8mzcjcrp2eyrf4ss6482nvwp6cy not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g1gpom11vvpx770fhu0xm17zpizh not downloaded yet
2026-03-13 08:22:52 [carwow.gb] INFO: Provenance enriched listing 12240659: vin=WBATS32000LE87415, engine=3.0 litres, hp=360, doors=5, seats=5
2026-03-13 08:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a7206d-a2ef-5363-853b-354eed957d6d with identifier: 12240659
2026-03-13 08:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a7206d-a2ef-5363-853b-354eed957d6d with scrape type 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lrbcs1m0fhvodhyzobjxdryb30pb not downloaded yet
2026-03-13 08:22:52 [carwow.gb] INFO: Provenance enriched listing 12200173: vin=WF0AXXWPMAFL35173, engine=1.5 litres, hp=150, doors=5, seats=5
2026-03-13 08:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ef0a9be-b882-532d-96b6-423d6ff19b71 with identifier: 12200173
2026-03-13 08:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ef0a9be-b882-532d-96b6-423d6ff19b71 with scrape type 1
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rn6w5qx2k9aarp746hihmcheefxe not downloaded yet
2026-03-13 08:22:52 [carwow.gb] INFO: Page 10: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e6w0wdrckz5sildzbn84akmyx616 not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0122dmriw4ri5i7pqaskquw3i8j6 not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/68d3tmfshj4jp6qgav0paj92m01x not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ioqck5bsv6o4otiv4v8q8nl9ksxx not downloaded yet
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f6lfjl28wqtyx14gacnfevxrpenj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12213258> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/htcnprw6hpa6m6g8rummob4uvcu1 not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/td9od1bz3txxibjaxsgi5qwk6tjr not downloaded yet
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42ed50>
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a8ca111-685e-5c44-b125-d511a85460da/1a8ca111-685e-5c44-b125-d511a85460da_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s0zwqzrhyav190xasj6ojb3lyise saved to cache
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:22:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f25e090>
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aeff92ad-db31-5701-a51f-a40e4c48ed88/aeff92ad-db31-5701-a51f-a40e4c48ed88_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2a5zjt11a98297o39deljbb11hih saved to cache
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aeff92ad-db31-5701-a51f-a40e4c48ed88
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k13ukomkanz1sqilkdhsqc8e0hog not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f1ujiv9hqg28u85jepx89c22nx2e not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wqer0yydir28fo29ks7wmdosu1ui not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/urosng3dbqax0y57v82o1h645v9v not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e6nlohp5emokdwiry2s3gd1nznao not downloaded yet
2026-03-13 08:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q0c80my1mrgopgnazxku2tp6vt5u not downloaded yet
2026-03-13 08:22:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56ef50>
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aeff92ad-db31-5701-a51f-a40e4c48ed88/aeff92ad-db31-5701-a51f-a40e4c48ed88_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f6lfjl28wqtyx14gacnfevxrpenj saved to cache
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aeff92ad-db31-5701-a51f-a40e4c48ed88
2026-03-13 08:22:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233728> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k1y66s45rbkrbaf4deh0clx3psrh not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lvkbmfis85scoiz65kzdxmu4nva6 not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b3rta0h1nhu6gwz0gb9rsvdcvokv not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3hnkblbbevcput2spek2yszd7fu4 not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5vh1iqf3o6g8awy39d4xivak7qu0 not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/60hbgbdmq18pleiuzbgwvh561e52 not downloaded yet
2026-03-13 08:22:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12225799> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/as2vjlg5afo425ueeu5xdc7b3pvv not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vwac317kn2m0connn33kr5uynj7x not downloaded yet
2026-03-13 08:22:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zk7kb0atjiyn4s44z4ogcipnarev> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wuu1aq4i0p5scyu3gudoje3uoytq not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/danng6bhueyznpsrd7xp5hrhh4ga not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/np2pzdxf8qvfgfrbarg55ho85t81 not downloaded yet
2026-03-13 08:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1488javosf1f4zfbcedmtswnhdkp not downloaded yet
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mc9jnktlsty2oh6y7or6n15j9a8e not downloaded yet
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zczmq7qq7gzu4nngqhoyj938r1a not downloaded yet
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/at9r7ixzf2unf3ibdvr7v9cwve1h not downloaded yet
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m9cmsoxhj69xfce4v2faehn8ngdq not downloaded yet
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e6w0wdrckz5sildzbn84akmyx616> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1q94y0pd226rzkn5w5undttdukq8 not downloaded yet
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/armti1qve8eawxplnujuyzztk6x8 not downloaded yet
2026-03-13 08:22:54 [carwow.gb] WARNING: Skipping listing 12225799: missing year/registration_date
2026-03-13 08:22:54 [carwow.gb] WARNING: Failed to parse item for listing 12225799
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56c590>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zk7kb0atjiyn4s44z4ogcipnarev saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/53123kslontvsjwk0k10vw7tfzqf not downloaded yet
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7pa4f1qtdi9gds5oj995uozj93ew not downloaded yet
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:02:25 15:49:43\x00'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf23110>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e6w0wdrckz5sildzbn84akmyx616 saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jp43k55oew19860umnvomgksjvu6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g5qptwj5569kdunzmgqsit2ok1qo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5vh1iqf3o6g8awy39d4xivak7qu0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c73d710>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_330458dd-e388-553e-967c-d0d335e698f9/330458dd-e388-553e-967c-d0d335e698f9_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jp43k55oew19860umnvomgksjvu6 saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 330458dd-e388-553e-967c-d0d335e698f9
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m9cmsoxhj69xfce4v2faehn8ngdq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf3f210>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g5qptwj5569kdunzmgqsit2ok1qo saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:02:25 15:50:33\x00'
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50f2d0>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5vh1iqf3o6g8awy39d4xivak7qu0 saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d59e910>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m9cmsoxhj69xfce4v2faehn8ngdq saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7pa4f1qtdi9gds5oj995uozj93ew> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/60hbgbdmq18pleiuzbgwvh561e52> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/urosng3dbqax0y57v82o1h645v9v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0123d0>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7pa4f1qtdi9gds5oj995uozj93ew saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1q94y0pd226rzkn5w5undttdukq8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1811d0>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/60hbgbdmq18pleiuzbgwvh561e52 saved to cache
2026-03-13 08:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6bn6zgt9x29ngifop79kgqwuuidl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d013e90>
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/urosng3dbqax0y57v82o1h645v9v saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/at9r7ixzf2unf3ibdvr7v9cwve1h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/53123kslontvsjwk0k10vw7tfzqf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/armti1qve8eawxplnujuyzztk6x8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 8 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89f0d0>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6bn6zgt9x29ngifop79kgqwuuidl saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 7 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 9 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82a310>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/armti1qve8eawxplnujuyzztk6x8 saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1488javosf1f4zfbcedmtswnhdkp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wuu1aq4i0p5scyu3gudoje3uoytq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mc9jnktlsty2oh6y7or6n15j9a8e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d409110>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1488javosf1f4zfbcedmtswnhdkp saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0122dmriw4ri5i7pqaskquw3i8j6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/np2pzdxf8qvfgfrbarg55ho85t81> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf4c090>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wuu1aq4i0p5scyu3gudoje3uoytq saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vwac317kn2m0connn33kr5uynj7x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:02:25 15:50:42\x00'
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45f710>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mc9jnktlsty2oh6y7or6n15j9a8e saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/as2vjlg5afo425ueeu5xdc7b3pvv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4eb390>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0122dmriw4ri5i7pqaskquw3i8j6 saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 6 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233728> (referer: https://dealers.carwow.co.uk/dealers/listings/12233728)
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3hnkblbbevcput2spek2yszd7fu4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c778810>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vwac317kn2m0connn33kr5uynj7x saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2zczmq7qq7gzu4nngqhoyj938r1a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [carwow.gb] INFO: Provenance enriched listing 12233728: vin=JTDAGNACX00161042, engine=1 litre, hp=72, doors=5, seats=4
2026-03-13 08:22:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8711456e-ae2d-52d5-813a-dfada24e6c5b with identifier: 12233728
2026-03-13 08:22:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8711456e-ae2d-52d5-813a-dfada24e6c5b with scrape type 1
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4219u579oaa4psd387g4m2csqz0h not downloaded yet
2026-03-13 08:22:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b3rta0h1nhu6gwz0gb9rsvdcvokv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rtpxsew9j62u4mcdougblebtface not downloaded yet
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb01d85f1d0>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3hnkblbbevcput2spek2yszd7fu4 saved to cache
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bm4p4xqjqd2ai18r1wvfaxsmsz2j not downloaded yet
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v5xhrwl6qxltrnzjplm1luomxxrc not downloaded yet
2026-03-13 08:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gccso1h9bewyzhvuzajqkxaunng5 not downloaded yet
2026-03-13 08:22:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d356e10>
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zczmq7qq7gzu4nngqhoyj938r1a saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e6nlohp5emokdwiry2s3gd1nznao> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q0c80my1mrgopgnazxku2tp6vt5u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k1y66s45rbkrbaf4deh0clx3psrh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jp53dhd2lkb0q17jpp6z9zejztkb not downloaded yet
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hlj7nh93f1r3xssujrhzusko7e1j not downloaded yet
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wqer0yydir28fo29ks7wmdosu1ui> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7tjg8drrpooi947x6tl2zrojyhwi not downloaded yet
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12213258> (referer: https://dealers.carwow.co.uk/dealers/listings/12213258)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9r4j5j0x83zq94nkgdm2v4nxc9ux not downloaded yet
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c1qyi2ew3hiev8dsklbust3ac2vw not downloaded yet
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d2390>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q0c80my1mrgopgnazxku2tp6vt5u saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1a8350>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k1y66s45rbkrbaf4deh0clx3psrh saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f1ujiv9hqg28u85jepx89c22nx2e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48f250>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wqer0yydir28fo29ks7wmdosu1ui saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:56 [carwow.gb] INFO: Provenance enriched listing 12213258: vin=WDD1173422N616379, engine=1.6 litres, hp=122, doors=4, seats=5
2026-03-13 08:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 with identifier: 12213258
2026-03-13 08:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 with scrape type 1
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n9loavq5t0vaxktzd2v5cfxd644w not downloaded yet
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j16fqy0jso971ppmdoi0dl1wq8yf not downloaded yet
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7tjg8drrpooi947x6tl2zrojyhwi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ejbn685otvcwjvt274j8uamwalr not downloaded yet
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/v5xhrwl6qxltrnzjplm1luomxxrc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bm4p4xqjqd2ai18r1wvfaxsmsz2j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r718imqh7hfk95roefhih5mt683e not downloaded yet
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gccso1h9bewyzhvuzajqkxaunng5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ws61f29nptzihlsa9lemyfw57ceh not downloaded yet
2026-03-13 08:22:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f374890>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f1ujiv9hqg28u85jepx89c22nx2e saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jp53dhd2lkb0q17jpp6z9zejztkb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u9fcxec0ep3iq1hce6lry7pwlilr not downloaded yet
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76d990>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7tjg8drrpooi947x6tl2zrojyhwi saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/danng6bhueyznpsrd7xp5hrhh4ga> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/phv1yxslc6g1mzrxgjt12bsmbczg not downloaded yet
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d338310>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v5xhrwl6qxltrnzjplm1luomxxrc saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d52ba90>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bm4p4xqjqd2ai18r1wvfaxsmsz2j saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/36zotf8qt7vo18ge2rumegx79csf not downloaded yet
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5b1890>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gccso1h9bewyzhvuzajqkxaunng5 saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d458f90>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jp53dhd2lkb0q17jpp6z9zejztkb saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9r4j5j0x83zq94nkgdm2v4nxc9ux> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dy5re6envdm1c5of4amloa5gd9h9 not downloaded yet
2026-03-13 08:22:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c7cd0>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/danng6bhueyznpsrd7xp5hrhh4ga saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c1qyi2ew3hiev8dsklbust3ac2vw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t17r335pkzv575f7ugmv1oigt8v1 not downloaded yet
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c787f90>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9r4j5j0x83zq94nkgdm2v4nxc9ux saved to cache
2026-03-13 08:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5dea50>
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c1qyi2ew3hiev8dsklbust3ac2vw saved to cache
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n9loavq5t0vaxktzd2v5cfxd644w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j16fqy0jso971ppmdoi0dl1wq8yf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lvkbmfis85scoiz65kzdxmu4nva6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c75a210>
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n9loavq5t0vaxktzd2v5cfxd644w saved to cache
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6e510>
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j16fqy0jso971ppmdoi0dl1wq8yf saved to cache
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c874650>
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lvkbmfis85scoiz65kzdxmu4nva6 saved to cache
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:22:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dy5re6envdm1c5of4amloa5gd9h9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c787190>
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dy5re6envdm1c5of4amloa5gd9h9 saved to cache
2026-03-13 08:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/phv1yxslc6g1mzrxgjt12bsmbczg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hlj7nh93f1r3xssujrhzusko7e1j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d710410>
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/phv1yxslc6g1mzrxgjt12bsmbczg saved to cache
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/36zotf8qt7vo18ge2rumegx79csf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rtpxsew9j62u4mcdougblebtface> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6ee10>
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hlj7nh93f1r3xssujrhzusko7e1j saved to cache
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4219u579oaa4psd387g4m2csqz0h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d459bd0>
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/36zotf8qt7vo18ge2rumegx79csf saved to cache
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d712d90>
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rtpxsew9j62u4mcdougblebtface saved to cache
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d216fd0>
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4219u579oaa4psd387g4m2csqz0h saved to cache
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8711456e-ae2d-52d5-813a-dfada24e6c5b
2026-03-13 08:22:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8711456e-ae2d-52d5-813a-dfada24e6c5b, skipping ID generation
2026-03-13 08:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8711456e-ae2d-52d5-813a-dfada24e6c5b with scrape type 1
2026-03-13 08:22:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8711456e-ae2d-52d5-813a-dfada24e6c5b sending to next pipeline
2026-03-13 08:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 8711456e-ae2d-52d5-813a-dfada24e6c5b, identifier: 12233728
2026-03-13 08:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u9fcxec0ep3iq1hce6lry7pwlilr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 8711456e-ae2d-52d5-813a-dfada24e6c5b with identifier: 12233728
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:22:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLUE HTTP/1.1" 200 None
2026-03-13 08:22:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 8711456e-ae2d-52d5-813a-dfada24e6c5b with identifier: 12233728
2026-03-13 08:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 8711456e-ae2d-52d5-813a-dfada24e6c5b with identifier: 12233728 to the API
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/4219u579oaa4psd387g4m2csqz0h>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1 litre',
 'engine_horse_power': 72,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '8711456e-ae2d-52d5-813a-dfada24e6c5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'GV73CEN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233728',
 'listing': 'auction',
 'location': 'Lingfield, Surrey',
 'make': 'Toyota',
 'model': 'Aygo X',
 'odometer': 9865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 233153,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4219u579oaa4psd387g4m2csqz0h',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164786,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rtpxsew9j62u4mcdougblebtface',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 212503,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bm4p4xqjqd2ai18r1wvfaxsmsz2j',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 225876,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/v5xhrwl6qxltrnzjplm1luomxxrc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 133193,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gccso1h9bewyzhvuzajqkxaunng5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 124791,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jp53dhd2lkb0q17jpp6z9zejztkb',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 149382,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hlj7nh93f1r3xssujrhzusko7e1j',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 139078,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7tjg8drrpooi947x6tl2zrojyhwi',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 218008,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9r4j5j0x83zq94nkgdm2v4nxc9ux',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8711456e-ae2d-52d5-813a-dfada24e6c5b/8711456e-ae2d-52d5-813a-dfada24e6c5b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 205942,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c1qyi2ew3hiev8dsklbust3ac2vw',
             'Width': 1280}],
 'price': 14250.0,
 'price_includes_vat': True,
 'registration_date': '2023-12-30',
 'seats_number': 4,
 'seller_name': None,
 'title': 'Toyota Aygo X 1.0 VVT-i Exclusive 5dr Auto',
 'transmission': 'automatic',
 'trim': '1.0 VVT-i Exclusive 5dr Auto',
 'vin': 'JTDAGNACX00161042',
 'year': 2023}
2026-03-13 08:22:59 [carwow.gb] INFO: Saving data for 12233728: {'created_time': 1773390179.488102, 'last_price_update_time': 1773390179.488115, 'auction_closing_time': 1773415800.0}
2026-03-13 08:22:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r718imqh7hfk95roefhih5mt683e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t17r335pkzv575f7ugmv1oigt8v1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c4fd0>
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u9fcxec0ep3iq1hce6lry7pwlilr saved to cache
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/htcnprw6hpa6m6g8rummob4uvcu1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k13ukomkanz1sqilkdhsqc8e0hog> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ws61f29nptzihlsa9lemyfw57ceh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:22:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6082d0>
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r718imqh7hfk95roefhih5mt683e saved to cache
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6c050>
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t17r335pkzv575f7ugmv1oigt8v1 saved to cache
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:22:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4e8a90>
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/htcnprw6hpa6m6g8rummob4uvcu1 saved to cache
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:22:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:22:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d493fd0>
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:22:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:22:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ws61f29nptzihlsa9lemyfw57ceh saved to cache
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/td9od1bz3txxibjaxsgi5qwk6tjr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf20190>
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/td9od1bz3txxibjaxsgi5qwk6tjr saved to cache
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ioqck5bsv6o4otiv4v8q8nl9ksxx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/68d3tmfshj4jp6qgav0paj92m01x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3ejbn685otvcwjvt274j8uamwalr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lrbcs1m0fhvodhyzobjxdryb30pb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rn6w5qx2k9aarp746hihmcheefxe> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89e090>
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ioqck5bsv6o4otiv4v8q8nl9ksxx saved to cache
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:23:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h8mzcjcrp2eyrf4ss6482nvwp6cy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d314050>
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ejbn685otvcwjvt274j8uamwalr saved to cache
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58
2026-03-13 08:23:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f31dcf6-362d-5b42-a574-bf0c5d09bf58, skipping ID generation
2026-03-13 08:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 with scrape type 1
2026-03-13 08:23:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 sending to next pipeline
2026-03-13 08:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 7f31dcf6-362d-5b42-a574-bf0c5d09bf58, identifier: 12213258
2026-03-13 08:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 with identifier: 12213258
2026-03-13 08:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 with identifier: 12213258
2026-03-13 08:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 7f31dcf6-362d-5b42-a574-bf0c5d09bf58 with identifier: 12213258 to the API
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:00 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3ejbn685otvcwjvt274j8uamwalr>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '1.6 litres',
 'engine_horse_power': 122,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '7f31dcf6-362d-5b42-a574-bf0c5d09bf58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LL67TOU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12213258',
 'listing': 'auction',
 'location': 'Gravesham',
 'make': 'Mercedes',
 'model': '-Benz CLA',
 'odometer': 88698,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 22,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5098673,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n9loavq5t0vaxktzd2v5cfxd644w',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4744864,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j16fqy0jso971ppmdoi0dl1wq8yf',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4884785,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3ejbn685otvcwjvt274j8uamwalr',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5006215,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/r718imqh7hfk95roefhih5mt683e',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3511480,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ws61f29nptzihlsa9lemyfw57ceh',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3247726,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/u9fcxec0ep3iq1hce6lry7pwlilr',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3695977,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/phv1yxslc6g1mzrxgjt12bsmbczg',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3753363,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/36zotf8qt7vo18ge2rumegx79csf',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3184260,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dy5re6envdm1c5of4amloa5gd9h9',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7f31dcf6-362d-5b42-a574-bf0c5d09bf58/7f31dcf6-362d-5b42-a574-bf0c5d09bf58_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2742349,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t17r335pkzv575f7ugmv1oigt8v1',
             'Width': 3024}],
 'price': 8700.0,
 'price_includes_vat': True,
 'registration_date': '2017-12-05',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mercedes-Benz CLA CLA 180 AMG Line 4dr Tip Auto',
 'transmission': 'automatic',
 'trim': 'CLA 180 AMG Line 4dr Tip Auto',
 'vin': 'WDD1173422N616379',
 'year': 2017}
2026-03-13 08:23:01 [carwow.gb] INFO: Saving data for 12213258: {'created_time': 1773390181.019553, 'last_price_update_time': 1773390181.019566, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:23:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234398> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9a7206d-a2ef-5363-853b-354eed957d6d
2026-03-13 08:23:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9a7206d-a2ef-5363-853b-354eed957d6d, skipping ID generation
2026-03-13 08:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a7206d-a2ef-5363-853b-354eed957d6d with scrape type 1
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9a7206d-a2ef-5363-853b-354eed957d6d sending to next pipeline
2026-03-13 08:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: e9a7206d-a2ef-5363-853b-354eed957d6d, identifier: 12240659
2026-03-13 08:23:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d54ad50>
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rn6w5qx2k9aarp746hihmcheefxe saved to cache
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5ef0a9be-b882-532d-96b6-423d6ff19b71
2026-03-13 08:23:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5ef0a9be-b882-532d-96b6-423d6ff19b71, skipping ID generation
2026-03-13 08:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ef0a9be-b882-532d-96b6-423d6ff19b71 with scrape type 1
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5ef0a9be-b882-532d-96b6-423d6ff19b71 sending to next pipeline
2026-03-13 08:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 5ef0a9be-b882-532d-96b6-423d6ff19b71, identifier: 12200173
2026-03-13 08:23:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2c5c10>
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h8mzcjcrp2eyrf4ss6482nvwp6cy saved to cache
2026-03-13 08:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: e9a7206d-a2ef-5363-853b-354eed957d6d with identifier: 12240659
2026-03-13 08:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: e9a7206d-a2ef-5363-853b-354eed957d6d with identifier: 12240659
2026-03-13 08:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: e9a7206d-a2ef-5363-853b-354eed957d6d with identifier: 12240659 to the API
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/lrbcs1m0fhvodhyzobjxdryb30pb>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 360,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9a7206d-a2ef-5363-853b-354eed957d6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YC19BSV',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240659',
 'listing': 'auction',
 'location': 'Camber, East Sussex',
 'make': 'Bmw',
 'model': 'X3',
 'odometer': 45000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [],
 'price': 24600.0,
 'price_includes_vat': True,
 'registration_date': '2019-04-10',
 'seats_number': 5,
 'seller_name': None,
 'title': 'BMW X3 xDrive M40i 5dr Step Auto',
 'transmission': 'automatic',
 'trim': 'xDrive M40i 5dr Step Auto',
 'vin': 'WBATS32000LE87415',
 'year': 2019}
2026-03-13 08:23:01 [carwow.gb] INFO: Saving data for 12240659: {'created_time': 1773390181.763289, 'last_price_update_time': 1773390181.763301, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 5ef0a9be-b882-532d-96b6-423d6ff19b71 with identifier: 12200173
2026-03-13 08:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 5ef0a9be-b882-532d-96b6-423d6ff19b71 with identifier: 12200173
2026-03-13 08:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 5ef0a9be-b882-532d-96b6-423d6ff19b71 with identifier: 12200173 to the API
2026-03-13 08:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/rn6w5qx2k9aarp746hihmcheefxe>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.5 litres',
 'engine_horse_power': 150,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '5ef0a9be-b882-532d-96b6-423d6ff19b71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SB15FZN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12200173',
 'listing': 'auction',
 'location': 'Harworth, Notts',
 'make': 'Ford',
 'model': 'Kuga',
 'odometer': 96273,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 319244,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rn6w5qx2k9aarp746hihmcheefxe',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 279908,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ioqck5bsv6o4otiv4v8q8nl9ksxx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 259041,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f1ujiv9hqg28u85jepx89c22nx2e',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 250556,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/q0c80my1mrgopgnazxku2tp6vt5u',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 247956,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3hnkblbbevcput2spek2yszd7fu4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 176571,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vwac317kn2m0connn33kr5uynj7x',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 246697,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1488javosf1f4zfbcedmtswnhdkp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 250455,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m9cmsoxhj69xfce4v2faehn8ngdq',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 156075,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/armti1qve8eawxplnujuyzztk6x8',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5ef0a9be-b882-532d-96b6-423d6ff19b71/5ef0a9be-b882-532d-96b6-423d6ff19b71_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 233705,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7pa4f1qtdi9gds5oj995uozj93ew',
             'Width': 1280}],
 'price': 2308.0,
 'price_includes_vat': True,
 'registration_date': '2015-08-06',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Ford Kuga 1.5 EcoBoost Zetec 5dr 2WD',
 'transmission': 'manual',
 'trim': '1.5 EcoBoost Zetec 5dr 2WD',
 'vin': 'WF0AXXWPMAFL35173',
 'year': 2015}
2026-03-13 08:23:02 [carwow.gb] INFO: Saving data for 12200173: {'created_time': 1773390182.133825, 'last_price_update_time': 1773390182.133837, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w47okdfomcwjavgfrn26bniq0g64> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:02 [carwow.gb] INFO: Page 11: found 33 listings
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12233135: 1
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12239827: 1
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12244545: 1
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12221393: 1
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12223423: 1
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12246290: 1
2026-03-13 08:23:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3c9090>
2026-03-13 08:23:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w47okdfomcwjavgfrn26bniq0g64 saved to cache
2026-03-13 08:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a2c2e2a0-22f5-5f25-8224-2db25a65803d
2026-03-13 08:23:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2c2e2a0-22f5-5f25-8224-2db25a65803d, skipping ID generation
2026-03-13 08:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c2e2a0-22f5-5f25-8224-2db25a65803d with scrape type 1
2026-03-13 08:23:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2c2e2a0-22f5-5f25-8224-2db25a65803d sending to next pipeline
2026-03-13 08:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: a2c2e2a0-22f5-5f25-8224-2db25a65803d, identifier: 12240318
2026-03-13 08:23:02 [carwow.gb] INFO: Scrape type for 12186591: 1
2026-03-13 08:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: a2c2e2a0-22f5-5f25-8224-2db25a65803d with identifier: 12240318
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-13 08:23:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: a2c2e2a0-22f5-5f25-8224-2db25a65803d with identifier: 12240318
2026-03-13 08:23:02 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: a2c2e2a0-22f5-5f25-8224-2db25a65803d with identifier: 12240318 to the API
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:02 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/w47okdfomcwjavgfrn26bniq0g64>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.1 litres',
 'engine_horse_power': 136,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2c2e2a0-22f5-5f25-8224-2db25a65803d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BW18YVP',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240318',
 'listing': 'auction',
 'location': 'Connahs Quay, Flintshire',
 'make': 'Mercedes',
 'model': '-Benz A-Class',
 'odometer': 75000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 396961,
             'Height': 814,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zk7kb0atjiyn4s44z4ogcipnarev',
             'Width': 1051},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 263332,
             'Height': 754,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w47okdfomcwjavgfrn26bniq0g64',
             'Width': 947},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 402491,
             'Height': 849,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/h8mzcjcrp2eyrf4ss6482nvwp6cy',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 393567,
             'Height': 820,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e6w0wdrckz5sildzbn84akmyx616',
             'Width': 1086},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 294036,
             'Height': 860,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/htcnprw6hpa6m6g8rummob4uvcu1',
             'Width': 1161},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 225839,
             'Height': 860,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wqer0yydir28fo29ks7wmdosu1ui',
             'Width': 1221},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 411469,
             'Height': 844,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k1y66s45rbkrbaf4deh0clx3psrh',
             'Width': 1189},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 387806,
             'Height': 842,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5vh1iqf3o6g8awy39d4xivak7qu0',
             'Width': 1188},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 237247,
             'Height': 836,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wuu1aq4i0p5scyu3gudoje3uoytq',
             'Width': 1205},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a2c2e2a0-22f5-5f25-8224-2db25a65803d/a2c2e2a0-22f5-5f25-8224-2db25a65803d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 304642,
             'Height': 876,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mc9jnktlsty2oh6y7or6n15j9a8e',
             'Width': 1184}],
 'price': 8800.0,
 'price_includes_vat': True,
 'registration_date': '2018-07-31',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mercedes-Benz A-Class A200d AMG Line Premium 5dr Auto',
 'transmission': 'automatic',
 'trim': 'A200d AMG Line Premium 5dr Auto',
 'vin': 'WDD1760082J766264',
 'year': 2018}
2026-03-13 08:23:02 [carwow.gb] INFO: Saving data for 12240318: {'created_time': 1773390182.981058, 'last_price_update_time': 1773390182.981069, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12181530> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242089> (referer: https://dealers.carwow.co.uk/dealers/listings/12242089)
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240961> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/eaos67w2rtagvri0fp9rsj1nfqid> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kqp1iic623wj8v1qe8lnn5t1pi08> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12226140: 1
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242030> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12243215: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12240889: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12241095: 1
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244350> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=10)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12226448: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12239684: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12238442: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Provenance enriched listing 12242089: vin=JTJBJRBZ702132549, engine=2.5 litres, hp=197, doors=5, seats=5
2026-03-13 08:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a50323e-5bac-58fe-9fa1-0d9242079ceb with identifier: 12242089
2026-03-13 08:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a50323e-5bac-58fe-9fa1-0d9242079ceb with scrape type 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0a50323e-5bac-58fe-9fa1-0d9242079ceb
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2yoksa7qj1e40yvmyk28qn7edojl not downloaded yet
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76c690>
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a8ca111-685e-5c44-b125-d511a85460da/1a8ca111-685e-5c44-b125-d511a85460da_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eaos67w2rtagvri0fp9rsj1nfqid saved to cache
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5d650>
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a8ca111-685e-5c44-b125-d511a85460da/1a8ca111-685e-5c44-b125-d511a85460da_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kqp1iic623wj8v1qe8lnn5t1pi08 saved to cache
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1a8ca111-685e-5c44-b125-d511a85460da
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12234502: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7my81yde8txx7cu05vosslmx718r not downloaded yet
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12229978: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/51coqupgcam4xz70e5ejrnwl4mk9 not downloaded yet
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12242033: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k6peu5gyim9hz013uuqbxv0dd37n not downloaded yet
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12235206: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0brcukttk2ywcl5vm0kuarrrck9r not downloaded yet
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221393> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12235709: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/49qwsic097wkdro9zka1sth6iu93 not downloaded yet
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12210797: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bibj8sqrdcumxdb1nvmtxodh6ycd not downloaded yet
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12223423> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12192897: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5bd2dkpn5s8ne1wdox2uhkxq1hvr not downloaded yet
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12244176: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tdmu51muz9fnc1k23hb4dgigydsw not downloaded yet
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241095> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12204521: 1
2026-03-13 08:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q7g0kc8t140srxerha9uqzl4xl2l not downloaded yet
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12246290> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12187495: 1
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239827> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12244295: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12233827: 1
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12186591> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12194302: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12238824: 1
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12206093: 1
2026-03-13 08:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0brcukttk2ywcl5vm0kuarrrck9r> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:03 [carwow.gb] INFO: Scrape type for 12236719: 1
2026-03-13 08:23:04 [carwow.gb] INFO: Scrape type for 12210817: 1
2026-03-13 08:23:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g1gpom11vvpx770fhu0xm17zpizh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:04 [carwow.gb] INFO: Scrape type for 12245515: 1
2026-03-13 08:23:04 [carwow.gb] INFO: Scrape type for 12234605: 1
2026-03-13 08:23:04 [carwow.gb] INFO: Page 11: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12
2026-03-13 08:23:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tdmu51muz9fnc1k23hb4dgigydsw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d23e210>
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a50323e-5bac-58fe-9fa1-0d9242079ceb/0a50323e-5bac-58fe-9fa1-0d9242079ceb_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0brcukttk2ywcl5vm0kuarrrck9r saved to cache
2026-03-13 08:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0a50323e-5bac-58fe-9fa1-0d9242079ceb
2026-03-13 08:23:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bibj8sqrdcumxdb1nvmtxodh6ycd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4932d0>
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g1gpom11vvpx770fhu0xm17zpizh saved to cache
2026-03-13 08:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 946e0cb1-f720-5e7f-afd2-94170bce68d9
2026-03-13 08:23:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 946e0cb1-f720-5e7f-afd2-94170bce68d9, skipping ID generation
2026-03-13 08:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946e0cb1-f720-5e7f-afd2-94170bce68d9 with scrape type 1
2026-03-13 08:23:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 946e0cb1-f720-5e7f-afd2-94170bce68d9 sending to next pipeline
2026-03-13 08:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 946e0cb1-f720-5e7f-afd2-94170bce68d9, identifier: 12238722
2026-03-13 08:23:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 946e0cb1-f720-5e7f-afd2-94170bce68d9 with identifier: 12238722
2026-03-13 08:23:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 946e0cb1-f720-5e7f-afd2-94170bce68d9 with identifier: 12238722
2026-03-13 08:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 946e0cb1-f720-5e7f-afd2-94170bce68d9 with identifier: 12238722 to the API
2026-03-13 08:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:05 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/g1gpom11vvpx770fhu0xm17zpizh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1 litre',
 'engine_horse_power': 125,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '946e0cb1-f720-5e7f-afd2-94170bce68d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LD74XHL',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12238722',
 'listing': 'auction',
 'location': 'Skircoat Green, Calderdale',
 'make': 'Ford',
 'model': 'Puma',
 'odometer': 19830,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4307071,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g5qptwj5569kdunzmgqsit2ok1qo',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4239284,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6bn6zgt9x29ngifop79kgqwuuidl',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4468227,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g1gpom11vvpx770fhu0xm17zpizh',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4418593,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0122dmriw4ri5i7pqaskquw3i8j6',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3873995,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/td9od1bz3txxibjaxsgi5qwk6tjr',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3078956,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/urosng3dbqax0y57v82o1h645v9v',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3934868,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lvkbmfis85scoiz65kzdxmu4nva6',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3948483,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/60hbgbdmq18pleiuzbgwvh561e52',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4377546,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/danng6bhueyznpsrd7xp5hrhh4ga',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_946e0cb1-f720-5e7f-afd2-94170bce68d9/946e0cb1-f720-5e7f-afd2-94170bce68d9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3937829,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2zczmq7qq7gzu4nngqhoyj938r1a',
             'Width': 4032}],
 'price': 17500.0,
 'price_includes_vat': True,
 'registration_date': '2024-10-10',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Ford Puma 1.0 EcoBoost Hybrid mHEV Titanium 5dr DCT',
 'transmission': 'automatic',
 'trim': '1.0 EcoBoost Hybrid mHEV Titanium 5dr DCT',
 'vin': 'WF02XXERK2RE48582',
 'year': 2024}
2026-03-13 08:23:05 [carwow.gb] INFO: Saving data for 12238722: {'created_time': 1773390185.744042, 'last_price_update_time': 1773390185.744053, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244545> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12187495> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12221393> (referer: https://dealers.carwow.co.uk/dealers/listings/12221393)
2026-03-13 08:23:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233827> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12206093> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d49a9d0>
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a50323e-5bac-58fe-9fa1-0d9242079ceb/0a50323e-5bac-58fe-9fa1-0d9242079ceb_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tdmu51muz9fnc1k23hb4dgigydsw saved to cache
2026-03-13 08:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0a50323e-5bac-58fe-9fa1-0d9242079ceb
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d02d810>
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a50323e-5bac-58fe-9fa1-0d9242079ceb/0a50323e-5bac-58fe-9fa1-0d9242079ceb_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bibj8sqrdcumxdb1nvmtxodh6ycd saved to cache
2026-03-13 08:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0a50323e-5bac-58fe-9fa1-0d9242079ceb
2026-03-13 08:23:06 [carwow.gb] INFO: Provenance enriched listing 12221393: vin=NLHBR51GXSZ618973, engine=1 litre, hp=100, doors=5, seats=5
2026-03-13 08:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 923d1fb7-9795-56d0-a4a2-141a04f8b605 with identifier: 12221393
2026-03-13 08:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 923d1fb7-9795-56d0-a4a2-141a04f8b605 with scrape type 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 923d1fb7-9795-56d0-a4a2-141a04f8b605
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xoiy3f10chsztv352568h8zhvpif not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7xb2kmpor6gpvev1b0bm80bzqa5q not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v5qko6myvimn9r83glyl4re8u1gy not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7i08q8nmjhu3mxfu32w3qpy4l040 not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3doddf6ir96ij6g9m7oig7enpv6s not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xzlt2njp0lr646avcrrsuwoxcjl0 not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8r8upl5rostd201n58cv9tvmaq1u not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fi1x1xzjisa6ykerxiaxjh1rteyg not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/noze88lggd3hy92q05qnfovkkkks not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kv7qoslyarpm11hwky85abbyfqbt not downloaded yet
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12239827> (referer: https://dealers.carwow.co.uk/dealers/listings/12239827)
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:06 [carwow.gb] INFO: Provenance enriched listing 12239827: vin=JMZDEA3K200303435, engine=1.3 litres, hp=75, doors=3, seats=5
2026-03-13 08:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5474de3a-2ee1-5b3f-9d28-6c4308621cf5 with identifier: 12239827
2026-03-13 08:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5474de3a-2ee1-5b3f-9d28-6c4308621cf5 with scrape type 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 5474de3a-2ee1-5b3f-9d28-6c4308621cf5
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pxc0tctii77j02x5xu3x8w3kdrq7 not downloaded yet
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12186591> (referer: https://dealers.carwow.co.uk/dealers/listings/12186591)
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fptlotodpuuawbeitw068xguyzav not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sywe68ntk9m2bovdxojkmcd76uak not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tqoe157qyi1jsmtgdr595k22ssje not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tt5r9ne2ibn9nn46552jkok7ihe3 not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tpx7shpsew03axin9xwfss7y8rvp not downloaded yet
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e158ex2m5zigr7ezwhw8232h9jua not downloaded yet
2026-03-13 08:23:06 [carwow.gb] INFO: Page 12: found 33 listings
2026-03-13 08:23:06 [carwow.gb] INFO: Scrape type for 12232909: 1
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234605> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lzknvfdbupxgugd7z9gc154u9mud not downloaded yet
2026-03-13 08:23:06 [carwow.gb] INFO: Scrape type for 12244731: 1
2026-03-13 08:23:06 [carwow.gb] INFO: Provenance enriched listing 12186591: vin=SALVB2CN5HH219044, engine=2.0 litres, hp=150, doors=5, seats=5
2026-03-13 08:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7364aab6-7bb9-5463-9949-c79cc4b841ac with identifier: 12186591
2026-03-13 08:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7364aab6-7bb9-5463-9949-c79cc4b841ac with scrape type 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7364aab6-7bb9-5463-9949-c79cc4b841ac
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxjwjgf382uf1ldrcegsm6slyj6f not downloaded yet
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245515> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kv7qoslyarpm11hwky85abbyfqbt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/noze88lggd3hy92q05qnfovkkkks> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:06 [carwow.gb] INFO: Scrape type for 12244622: 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eqq80nvhq0plvayaiqzms0hcux0d not downloaded yet
2026-03-13 08:23:06 [carwow.gb] INFO: Scrape type for 12225760: 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p2b9etahw9ww0lw1lwjksf2wftel not downloaded yet
2026-03-13 08:23:06 [carwow.gb] INFO: Scrape type for 12234812: 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/00c5q8lzxgb8xvp7rpmuo8pxkcmi not downloaded yet
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12210817> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236719> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=11)
2026-03-13 08:23:06 [carwow.gb] INFO: Scrape type for 12211534: 1
2026-03-13 08:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dcbzokj8lv12cl1xqskc9etdp0w0 not downloaded yet
2026-03-13 08:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12246290> (referer: https://dealers.carwow.co.uk/dealers/listings/12246290)
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12228879: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xbja2xybh02b1vxexqub21160oks not downloaded yet
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48f610>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923d1fb7-9795-56d0-a4a2-141a04f8b605/923d1fb7-9795-56d0-a4a2-141a04f8b605_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kv7qoslyarpm11hwky85abbyfqbt saved to cache
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 923d1fb7-9795-56d0-a4a2-141a04f8b605
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5a98d0>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_923d1fb7-9795-56d0-a4a2-141a04f8b605/923d1fb7-9795-56d0-a4a2-141a04f8b605_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/noze88lggd3hy92q05qnfovkkkks saved to cache
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 923d1fb7-9795-56d0-a4a2-141a04f8b605
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12216915: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/exnkdcw2uf4u312fktnd75k0suxc not downloaded yet
2026-03-13 08:23:07 [carwow.gb] WARNING: Skipping listing 12210817: missing year/registration_date
2026-03-13 08:23:07 [carwow.gb] WARNING: Failed to parse item for listing 12210817
2026-03-13 08:23:07 [carwow.gb] INFO: Provenance enriched listing 12246290: vin=WAUZZZF41HA038125, engine=2.0 litres, hp=190, doors=4, seats=5
2026-03-13 08:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1539210a-cba4-5f28-8f11-2e9791a5ee1e with identifier: 12246290
2026-03-13 08:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1539210a-cba4-5f28-8f11-2e9791a5ee1e with scrape type 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1539210a-cba4-5f28-8f11-2e9791a5ee1e
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qxovt4yqvevc8599rw310moey6rw not downloaded yet
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rxjwjgf382uf1ldrcegsm6slyj6f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12203597: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qvm02u5picu9e1r6mrwgacjmfnxh not downloaded yet
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zb9syk6cxqnguvz3im80fwg8hynx not downloaded yet
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12240194: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wbj3wo6btjpzsetfdli62b4c59nu not downloaded yet
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/00c5q8lzxgb8xvp7rpmuo8pxkcmi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/526ofxo44ytq78yei31gvvpuxefe not downloaded yet
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232909> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12244101: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ylekvkf7kbics5pqpsoww2iuivp5 not downloaded yet
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hmxasvtnaz9ifxcpuzfsmvj6fmgx not downloaded yet
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12240345: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pvwupm2oxydd9njje3gdsxqdrc0s not downloaded yet
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d2410>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7364aab6-7bb9-5463-9949-c79cc4b841ac/7364aab6-7bb9-5463-9949-c79cc4b841ac_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxjwjgf382uf1ldrcegsm6slyj6f saved to cache
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7364aab6-7bb9-5463-9949-c79cc4b841ac
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12243828: 1
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244731> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qjq5r456v7o5xz5hpaa9oobtizzz not downloaded yet
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12218918: 1
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c829850>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7364aab6-7bb9-5463-9949-c79cc4b841ac/7364aab6-7bb9-5463-9949-c79cc4b841ac_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/00c5q8lzxgb8xvp7rpmuo8pxkcmi saved to cache
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7364aab6-7bb9-5463-9949-c79cc4b841ac
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kg7wudfmo6u9qcpsa132ov4btz3j not downloaded yet
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12226591: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bebyppqrhvlvlvvoykri1b1dm5kq not downloaded yet
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/exnkdcw2uf4u312fktnd75k0suxc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12229005: 1
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pxc0tctii77j02x5xu3x8w3kdrq7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wbj3wo6btjpzsetfdli62b4c59nu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234605> (referer: https://dealers.carwow.co.uk/dealers/listings/12234605)
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t8bse8m5gcyhgo607vzjv3bx1md5 not downloaded yet
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12238191: 1
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hwp3tr2vbwqom0u2zkk1gbezps7h not downloaded yet
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lzknvfdbupxgugd7z9gc154u9mud> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12230614: 1
2026-03-13 08:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234812> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12241485: 1
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3e9410>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7364aab6-7bb9-5463-9949-c79cc4b841ac/7364aab6-7bb9-5463-9949-c79cc4b841ac_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/exnkdcw2uf4u312fktnd75k0suxc saved to cache
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7364aab6-7bb9-5463-9949-c79cc4b841ac
2026-03-13 08:23:07 [carwow.gb] INFO: Scrape type for 12221781: 1
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82c190>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474de3a-2ee1-5b3f-9d28-6c4308621cf5/5474de3a-2ee1-5b3f-9d28-6c4308621cf5_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pxc0tctii77j02x5xu3x8w3kdrq7 saved to cache
2026-03-13 08:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5474de3a-2ee1-5b3f-9d28-6c4308621cf5
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d3450>
2026-03-13 08:23:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7364aab6-7bb9-5463-9949-c79cc4b841ac/7364aab6-7bb9-5463-9949-c79cc4b841ac_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wbj3wo6btjpzsetfdli62b4c59nu saved to cache
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7364aab6-7bb9-5463-9949-c79cc4b841ac
2026-03-13 08:23:08 [carwow.gb] INFO: Provenance enriched listing 12234605: vin=VF73AAHXTHJ754192, engine=2.0 litres, hp=150, doors=5, seats=7
2026-03-13 08:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8 with identifier: 12234605
2026-03-13 08:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8 with scrape type 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2hq7oc8qunyvwmq0x7utlvk4ytnt not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12198123: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ubu8ksulje0fhm9kw2k5ad8po22 not downloaded yet
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pvwupm2oxydd9njje3gdsxqdrc0s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c766fd0>
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5474de3a-2ee1-5b3f-9d28-6c4308621cf5/5474de3a-2ee1-5b3f-9d28-6c4308621cf5_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lzknvfdbupxgugd7z9gc154u9mud saved to cache
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5474de3a-2ee1-5b3f-9d28-6c4308621cf5
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240194> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12131937: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6bsea7fk8b4zcmsaun3h8994zq5p not downloaded yet
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kg7wudfmo6u9qcpsa132ov4btz3j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12246670: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ydv3uv336he7xb9o88isx44apvrw not downloaded yet
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42f610>
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1539210a-cba4-5f28-8f11-2e9791a5ee1e/1539210a-cba4-5f28-8f11-2e9791a5ee1e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pvwupm2oxydd9njje3gdsxqdrc0s saved to cache
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1539210a-cba4-5f28-8f11-2e9791a5ee1e
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hwp3tr2vbwqom0u2zkk1gbezps7h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bebyppqrhvlvlvvoykri1b1dm5kq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12226591> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12241927: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7xwj9t7y181qb3pl6xjwjiivbcm6 not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12198697: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xt1h3ro3shbrenyg3x4vgdkb7fjx not downloaded yet
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5e4690>
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1539210a-cba4-5f28-8f11-2e9791a5ee1e/1539210a-cba4-5f28-8f11-2e9791a5ee1e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kg7wudfmo6u9qcpsa132ov4btz3j saved to cache
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1539210a-cba4-5f28-8f11-2e9791a5ee1e
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238191> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232909> (referer: https://dealers.carwow.co.uk/dealers/listings/12232909)
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12143777: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/67rre690dz6ul6bp1ylju0bendn8 not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12243875: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fm1ifyu53uwf51rbljyb1c16egfg not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12245339: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kfqoc0ko086rr15lp7y346kwlyqu not downloaded yet
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d530410>
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1539210a-cba4-5f28-8f11-2e9791a5ee1e/1539210a-cba4-5f28-8f11-2e9791a5ee1e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hwp3tr2vbwqom0u2zkk1gbezps7h saved to cache
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1539210a-cba4-5f28-8f11-2e9791a5ee1e
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74c310>
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1539210a-cba4-5f28-8f11-2e9791a5ee1e/1539210a-cba4-5f28-8f11-2e9791a5ee1e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bebyppqrhvlvlvvoykri1b1dm5kq saved to cache
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1539210a-cba4-5f28-8f11-2e9791a5ee1e
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12246125: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ctveknvrazjf1ep5ivvjbid280wt not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Provenance enriched listing 12232909: vin=TMBKK7NE5J0253588, engine=2.0 litres, hp=184, doors=5, seats=5
2026-03-13 08:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb4b4b0c-df0c-5c2c-aa77-23b9ce004717 with identifier: 12232909
2026-03-13 08:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717 with scrape type 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mf4xa2e2vbg0fuj612jnb7zsws2l not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12204942: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/862hr6x14s56r489bz73mgfljzez not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12229513: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n9ycvxsgf6q1ianuwrir3gsnbg3l not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12242835: 1
2026-03-13 08:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5szztpe3mtggzu68ehhr6wr7v61r not downloaded yet
2026-03-13 08:23:08 [carwow.gb] INFO: Scrape type for 12199151: 1
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ow9crx99i71so3d0qfoarpsur8d not downloaded yet
2026-03-13 08:23:09 [carwow.gb] INFO: Page 12: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qe1aeleodhnuayu2xwkqe4sbdvy1 not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vrhgcd5invm3hg383y192f7py1zg not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fdtujug0wwwadvdo7p9w4yxtsb2u not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6hd2aebvsghrt41x6acx3c6dcufl not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6x8j3w9zozxg8chl76vh4qsdsxij not downloaded yet
2026-03-13 08:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12246670> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234812> (referer: https://dealers.carwow.co.uk/dealers/listings/12234812)
2026-03-13 08:23:09 [carwow.gb] INFO: Provenance enriched listing 12234812: vin=W1K1770512J206525, engine=2.0 litres, hp=306, doors=5, seats=5
2026-03-13 08:23:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 with identifier: 12234812
2026-03-13 08:23:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 with scrape type 1
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b1f0ymzef3ifhoulobjjltoe4rzt not downloaded yet
2026-03-13 08:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2hq7oc8qunyvwmq0x7utlvk4ytnt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tqqndp9grd7phwf21nz7tkzhrg89 not downloaded yet
2026-03-13 08:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240194> (referer: https://dealers.carwow.co.uk/dealers/listings/12240194)
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ngy455efesdtnl6j4eho8gahu7yh not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l85fant5jws5s1q6wkqhtpzazdl2 not downloaded yet
2026-03-13 08:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3ubu8ksulje0fhm9kw2k5ad8po22> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7me13d1u4h4ku5gh5y1l9smrgnz0 not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oy34rv1qop70zm05enj4gv71p10g not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1jwmvj88ytiqg7940s0qqrlsgl40 not downloaded yet
2026-03-13 08:23:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d227150>
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27d78cc5-b2ba-58a9-8027-362f6fd3c0a8/27d78cc5-b2ba-58a9-8027-362f6fd3c0a8_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2hq7oc8qunyvwmq0x7utlvk4ytnt saved to cache
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqfe7mfsxbca6678my92axahx6h2 not downloaded yet
2026-03-13 08:23:09 [carwow.gb] INFO: Provenance enriched listing 12240194: vin=SJNFAAZE0U6051885, engine=None, hp=109, doors=5, seats=5
2026-03-13 08:23:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0627e7dd-a6d4-5792-8f33-f6582a454929 with identifier: 12240194
2026-03-13 08:23:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0627e7dd-a6d4-5792-8f33-f6582a454929 with scrape type 1
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ynp5zh3whaq6fjujy7j9zc8rveyh not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/237ljxaer1scjaqgcq802qsdzys5 not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rx19a1isbrz13eq7yzwunj565bkd not downloaded yet
2026-03-13 08:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xt1h3ro3shbrenyg3x4vgdkb7fjx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/44xdez8v46g276e5eijs2xjnqco6 not downloaded yet
2026-03-13 08:23:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3ea450>
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27d78cc5-b2ba-58a9-8027-362f6fd3c0a8/27d78cc5-b2ba-58a9-8027-362f6fd3c0a8_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ubu8ksulje0fhm9kw2k5ad8po22 saved to cache
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/utkjhsqb5xnl15dv0wp9z3vj9we4 not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iuvjkl53jq5grexstulmyc1pjxak not downloaded yet
2026-03-13 08:23:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42e710>
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27d78cc5-b2ba-58a9-8027-362f6fd3c0a8/27d78cc5-b2ba-58a9-8027-362f6fd3c0a8_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xt1h3ro3shbrenyg3x4vgdkb7fjx saved to cache
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7zzuhgq88h2tzpmc5zw1f4uc2o3v not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gwmm9aax0wmmnujybbcooi83n71p not downloaded yet
2026-03-13 08:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k3gxoyps5ksgw30dvik4bmb66wrf not downloaded yet
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pno33d246grxc9hed5etxl209fss not downloaded yet
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ap1pchwo8v3yafbsgvbhkvrp6u2v not downloaded yet
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6hd2aebvsghrt41x6acx3c6dcufl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e485aptvte69hllyq7t3hus37uka not downloaded yet
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6x8j3w9zozxg8chl76vh4qsdsxij> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ydv3uv336he7xb9o88isx44apvrw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6bsea7fk8b4zcmsaun3h8994zq5p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/utkjhsqb5xnl15dv0wp9z3vj9we4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d57bf50>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6hd2aebvsghrt41x6acx3c6dcufl saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c78f7d0>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6x8j3w9zozxg8chl76vh4qsdsxij saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5279d0>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27d78cc5-b2ba-58a9-8027-362f6fd3c0a8/27d78cc5-b2ba-58a9-8027-362f6fd3c0a8_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ydv3uv336he7xb9o88isx44apvrw saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8
2026-03-13 08:23:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74dcd0>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27d78cc5-b2ba-58a9-8027-362f6fd3c0a8/27d78cc5-b2ba-58a9-8027-362f6fd3c0a8_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6bsea7fk8b4zcmsaun3h8994zq5p saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 27d78cc5-b2ba-58a9-8027-362f6fd3c0a8
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rx19a1isbrz13eq7yzwunj565bkd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ap1pchwo8v3yafbsgvbhkvrp6u2v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d438a90>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/utkjhsqb5xnl15dv0wp9z3vj9we4 saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e485aptvte69hllyq7t3hus37uka> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb0109c50d0>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rx19a1isbrz13eq7yzwunj565bkd saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d3610>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ap1pchwo8v3yafbsgvbhkvrp6u2v saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5b1450>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e485aptvte69hllyq7t3hus37uka saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k3gxoyps5ksgw30dvik4bmb66wrf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7zzuhgq88h2tzpmc5zw1f4uc2o3v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gwmm9aax0wmmnujybbcooi83n71p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pno33d246grxc9hed5etxl209fss> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/44xdez8v46g276e5eijs2xjnqco6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b1f0ymzef3ifhoulobjjltoe4rzt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/iuvjkl53jq5grexstulmyc1pjxak> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d548550>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k3gxoyps5ksgw30dvik4bmb66wrf saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1dea10>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7zzuhgq88h2tzpmc5zw1f4uc2o3v saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8244d0>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gwmm9aax0wmmnujybbcooi83n71p saved to cache
2026-03-13 08:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf3c190>
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pno33d246grxc9hed5etxl209fss saved to cache
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d339e50>
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/44xdez8v46g276e5eijs2xjnqco6 saved to cache
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d44c1d0>
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b1f0ymzef3ifhoulobjjltoe4rzt saved to cache
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2c6210>
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iuvjkl53jq5grexstulmyc1pjxak saved to cache
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ynp5zh3whaq6fjujy7j9zc8rveyh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oy34rv1qop70zm05enj4gv71p10g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce68a50>
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ynp5zh3whaq6fjujy7j9zc8rveyh saved to cache
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0627e7dd-a6d4-5792-8f33-f6582a454929
2026-03-13 08:23:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0627e7dd-a6d4-5792-8f33-f6582a454929, skipping ID generation
2026-03-13 08:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0627e7dd-a6d4-5792-8f33-f6582a454929 with scrape type 1
2026-03-13 08:23:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0627e7dd-a6d4-5792-8f33-f6582a454929 sending to next pipeline
2026-03-13 08:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 0627e7dd-a6d4-5792-8f33-f6582a454929, identifier: 12240194
2026-03-13 08:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 0627e7dd-a6d4-5792-8f33-f6582a454929 with identifier: 12240194
2026-03-13 08:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-13 08:23:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 0627e7dd-a6d4-5792-8f33-f6582a454929 with identifier: 12240194
2026-03-13 08:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 0627e7dd-a6d4-5792-8f33-f6582a454929 with identifier: 12240194 to the API
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ynp5zh3whaq6fjujy7j9zc8rveyh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 109,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '0627e7dd-a6d4-5792-8f33-f6582a454929',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YM66ODR',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240194',
 'listing': 'auction',
 'location': 'Worcester',
 'make': 'Nissan',
 'model': 'Leaf',
 'odometer': 53000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 25,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 139590,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ynp5zh3whaq6fjujy7j9zc8rveyh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 156448,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rx19a1isbrz13eq7yzwunj565bkd',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 146136,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/utkjhsqb5xnl15dv0wp9z3vj9we4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 146409,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/iuvjkl53jq5grexstulmyc1pjxak',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 136035,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7zzuhgq88h2tzpmc5zw1f4uc2o3v',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99423,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gwmm9aax0wmmnujybbcooi83n71p',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 138610,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k3gxoyps5ksgw30dvik4bmb66wrf',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 142883,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pno33d246grxc9hed5etxl209fss',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 214024,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ap1pchwo8v3yafbsgvbhkvrp6u2v',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0627e7dd-a6d4-5792-8f33-f6582a454929/0627e7dd-a6d4-5792-8f33-f6582a454929_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 185112,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e485aptvte69hllyq7t3hus37uka',
             'Width': 1280}],
 'price': 2400.0,
 'price_includes_vat': True,
 'registration_date': '2016-12-29',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Nissan Leaf 80kW Acenta 30kWh 5dr Auto',
 'transmission': 'automatic',
 'trim': '80kW Acenta 30kWh 5dr Auto',
 'vin': 'SJNFAAZE0U6051885',
 'year': 2016}
2026-03-13 08:23:12 [carwow.gb] INFO: Saving data for 12240194: {'created_time': 1773390192.417838, 'last_price_update_time': 1773390192.417852, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12246670> (referer: https://dealers.carwow.co.uk/dealers/listings/12246670)
2026-03-13 08:23:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82a390>
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oy34rv1qop70zm05enj4gv71p10g saved to cache
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yqfe7mfsxbca6678my92axahx6h2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/237ljxaer1scjaqgcq802qsdzys5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:12 [carwow.gb] INFO: Provenance enriched listing 12246670: vin=JMZNCA88200253446, engine=1.8 litres, hp=126, doors=2, seats=2
2026-03-13 08:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec81a76-2a58-57bc-8051-9af154b4f694 with identifier: 12246670
2026-03-13 08:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec81a76-2a58-57bc-8051-9af154b4f694 with scrape type 1
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ys56tkzr8iq6vouju9gpyhn35133 not downloaded yet
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zmmtx5igw89erzc9el280llgfoi not downloaded yet
2026-03-13 08:23:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7me13d1u4h4ku5gh5y1l9smrgnz0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/20hncdutznuvb51cd6bn4ql1pzvk not downloaded yet
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/depzvuorfm8bqiy1s91zpphyy399 not downloaded yet
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tzol3eedurl1qy1z7i840ohuxzku not downloaded yet
2026-03-13 08:23:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d132410>
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqfe7mfsxbca6678my92axahx6h2 saved to cache
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/01o7b78yl3c0dyh8g7ocigmr0uka not downloaded yet
2026-03-13 08:23:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1ab250>
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/237ljxaer1scjaqgcq802qsdzys5 saved to cache
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8wdvu7lur2sfnma94c7i8t3fovdh not downloaded yet
2026-03-13 08:23:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1jwmvj88ytiqg7940s0qqrlsgl40> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sw1h19uy7fgifx7wv8l2487w5nul not downloaded yet
2026-03-13 08:23:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb9c10>
2026-03-13 08:23:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7me13d1u4h4ku5gh5y1l9smrgnz0 saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qg63c9q959hswvskxod769s0k4bo not downloaded yet
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lyf3ijkyvizmjt7e3akjdyp59kmb not downloaded yet
2026-03-13 08:23:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d43bb90>
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1jwmvj88ytiqg7940s0qqrlsgl40 saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fdtujug0wwwadvdo7p9w4yxtsb2u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l85fant5jws5s1q6wkqhtpzazdl2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tqqndp9grd7phwf21nz7tkzhrg89> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ded90>
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fdtujug0wwwadvdo7p9w4yxtsb2u saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vrhgcd5invm3hg383y192f7py1zg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d43a910>
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l85fant5jws5s1q6wkqhtpzazdl2 saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef7a2d0>
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tqqndp9grd7phwf21nz7tkzhrg89 saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0e3cd0>
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vrhgcd5invm3hg383y192f7py1zg saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ngy455efesdtnl6j4eho8gahu7yh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d59ef10>
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ngy455efesdtnl6j4eho8gahu7yh saved to cache
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6
2026-03-13 08:23:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6, skipping ID generation
2026-03-13 08:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 with scrape type 1
2026-03-13 08:23:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 sending to next pipeline
2026-03-13 08:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6, identifier: 12234812
2026-03-13 08:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 with identifier: 12234812
2026-03-13 08:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 with identifier: 12234812
2026-03-13 08:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6 with identifier: 12234812 to the API
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ngy455efesdtnl6j4eho8gahu7yh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 306,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LN20HTA',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12234812',
 'listing': 'auction',
 'location': 'Bletchingley, Surrey',
 'make': 'Mercedes',
 'model': '-Benz AMG A35',
 'odometer': 37500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 31,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5852213,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b1f0ymzef3ifhoulobjjltoe4rzt',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5937810,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tqqndp9grd7phwf21nz7tkzhrg89',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5824937,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ngy455efesdtnl6j4eho8gahu7yh',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5850924,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l85fant5jws5s1q6wkqhtpzazdl2',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3026881,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7me13d1u4h4ku5gh5y1l9smrgnz0',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2684444,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oy34rv1qop70zm05enj4gv71p10g',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3191042,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1jwmvj88ytiqg7940s0qqrlsgl40',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2257991,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yqfe7mfsxbca6678my92axahx6h2',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3505139,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/237ljxaer1scjaqgcq802qsdzys5',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6/ef5e34ae-a00a-5209-a2d6-26ecdcfe2ee6_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2841552,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/44xdez8v46g276e5eijs2xjnqco6',
             'Width': 4032}],
 'price': 19800.0,
 'price_includes_vat': True,
 'registration_date': '2020-07-23',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mercedes-Benz AMG A35 A35 4Matic Premium 5dr Auto',
 'transmission': 'automatic',
 'trim': 'A35 4Matic Premium 5dr Auto',
 'vin': 'W1K1770512J206525',
 'year': 2020}
2026-03-13 08:23:14 [carwow.gb] INFO: Saving data for 12234812: {'created_time': 1773390194.396145, 'last_price_update_time': 1773390194.396159, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sw1h19uy7fgifx7wv8l2487w5nul> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qg63c9q959hswvskxod769s0k4bo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tzol3eedurl1qy1z7i840ohuxzku> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8e98d0>
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sw1h19uy7fgifx7wv8l2487w5nul saved to cache
2026-03-13 08:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb9ad0>
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qg63c9q959hswvskxod769s0k4bo saved to cache
2026-03-13 08:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d59dc90>
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tzol3eedurl1qy1z7i840ohuxzku saved to cache
2026-03-13 08:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/01o7b78yl3c0dyh8g7ocigmr0uka> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8wdvu7lur2sfnma94c7i8t3fovdh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lyf3ijkyvizmjt7e3akjdyp59kmb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76c950>
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/01o7b78yl3c0dyh8g7ocigmr0uka saved to cache
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d498790>
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8wdvu7lur2sfnma94c7i8t3fovdh saved to cache
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40a990>
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lyf3ijkyvizmjt7e3akjdyp59kmb saved to cache
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2zmmtx5igw89erzc9el280llgfoi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8ea890>
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zmmtx5igw89erzc9el280llgfoi saved to cache
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qe1aeleodhnuayu2xwkqe4sbdvy1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:15 [carwow.gb] INFO: Page 13: found 33 listings
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12198868: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12233970: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12200985: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12242872: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12245445: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12233362: 1
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c834350>
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qe1aeleodhnuayu2xwkqe4sbdvy1 saved to cache
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12232438: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12242064: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12244371: 1
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/depzvuorfm8bqiy1s91zpphyy399> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12231771: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12246718: 1
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12199151> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12245318: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12234284: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12240529: 1
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12239371: 1
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7ow9crx99i71so3d0qfoarpsur8d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:15 [carwow.gb] INFO: Scrape type for 12185608: 1
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d427a10>
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/depzvuorfm8bqiy1s91zpphyy399 saved to cache
2026-03-13 08:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/20hncdutznuvb51cd6bn4ql1pzvk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242835> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=12)
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12246666: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12239918: 1
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d426ed0>
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ow9crx99i71so3d0qfoarpsur8d saved to cache
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12201959: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12245290: 1
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45cd10>
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/20hncdutznuvb51cd6bn4ql1pzvk saved to cache
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12230792: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12215311: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12222227: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12202197: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12213776: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12229498: 1
2026-03-13 08:23:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5szztpe3mtggzu68ehhr6wr7v61r> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12243697: 1
2026-03-13 08:23:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ys56tkzr8iq6vouju9gpyhn35133> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12221574: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12214082: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12179313: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12204436: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12191991: 1
2026-03-13 08:23:16 [carwow.gb] INFO: Scrape type for 12229452: 1
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5295d0>
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5szztpe3mtggzu68ehhr6wr7v61r saved to cache
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:16 [carwow.gb] INFO: Page 13: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d43b050>
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ys56tkzr8iq6vouju9gpyhn35133 saved to cache
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dec81a76-2a58-57bc-8051-9af154b4f694
2026-03-13 08:23:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dec81a76-2a58-57bc-8051-9af154b4f694, skipping ID generation
2026-03-13 08:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec81a76-2a58-57bc-8051-9af154b4f694 with scrape type 1
2026-03-13 08:23:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dec81a76-2a58-57bc-8051-9af154b4f694 sending to next pipeline
2026-03-13 08:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: dec81a76-2a58-57bc-8051-9af154b4f694, identifier: 12246670
2026-03-13 08:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: dec81a76-2a58-57bc-8051-9af154b4f694 with identifier: 12246670
2026-03-13 08:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: dec81a76-2a58-57bc-8051-9af154b4f694 with identifier: 12246670
2026-03-13 08:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: dec81a76-2a58-57bc-8051-9af154b4f694 with identifier: 12246670 to the API
2026-03-13 08:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:17 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ys56tkzr8iq6vouju9gpyhn35133>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '1.8 litres',
 'engine_horse_power': 126,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'dec81a76-2a58-57bc-8051-9af154b4f694',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'AO11MTZ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12246670',
 'listing': 'auction',
 'location': 'College Town, Bracknell Forest',
 'make': 'Mazda',
 'model': 'MX-5 CONVERTIBLE',
 'odometer': 81400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4316348,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ys56tkzr8iq6vouju9gpyhn35133',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4708613,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2zmmtx5igw89erzc9el280llgfoi',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4697468,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/20hncdutznuvb51cd6bn4ql1pzvk',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4706943,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/depzvuorfm8bqiy1s91zpphyy399',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2755043,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tzol3eedurl1qy1z7i840ohuxzku',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2791678,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/01o7b78yl3c0dyh8g7ocigmr0uka',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3272368,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8wdvu7lur2sfnma94c7i8t3fovdh',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3134579,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sw1h19uy7fgifx7wv8l2487w5nul',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2417487,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qg63c9q959hswvskxod769s0k4bo',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_dec81a76-2a58-57bc-8051-9af154b4f694/dec81a76-2a58-57bc-8051-9af154b4f694_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3207035,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lyf3ijkyvizmjt7e3akjdyp59kmb',
             'Width': 4032}],
 'price': 3100.0,
 'price_includes_vat': True,
 'registration_date': '2011-05-03',
 'seats_number': 2,
 'seller_name': None,
 'title': 'Mazda MX-5 CONVERTIBLE 1.8i Kendo 2dr',
 'transmission': 'manual',
 'trim': '1.8i Kendo 2dr',
 'vin': 'JMZNCA88200253446',
 'year': 2011}
2026-03-13 08:23:17 [carwow.gb] INFO: Saving data for 12246670: {'created_time': 1773390197.345264, 'last_price_update_time': 1773390197.345276, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12199151> (referer: https://dealers.carwow.co.uk/dealers/listings/12199151)
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12201959> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12230792> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12213776> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242835> (referer: https://dealers.carwow.co.uk/dealers/listings/12242835)
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245290> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n9ycvxsgf6q1ianuwrir3gsnbg3l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:17 [carwow.gb] INFO: Provenance enriched listing 12199151: vin=JTHY65BH602174207, engine=2.0 litres, hp=184, doors=5, seats=5
2026-03-13 08:23:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a780ea-068b-5c01-ab4a-9ccf7dcd967d with identifier: 12199151
2026-03-13 08:23:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a780ea-068b-5c01-ab4a-9ccf7dcd967d with scrape type 1
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 82a780ea-068b-5c01-ab4a-9ccf7dcd967d
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ixa7gdtvp04i43nyw85i454hr3wo not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k8nq0ysfxdw46mhs090dit7cmkbx not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3xn5s6h1kqxfec28icxycj7d1o27 not downloaded yet
2026-03-13 08:23:17 [carwow.gb] INFO: Provenance enriched listing 12242835: vin=SDPW7CB3FLZ055773, engine=None, hp=143, doors=5, seats=5
2026-03-13 08:23:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78de5d81-63e6-5f7e-a85d-2f6bae3be54d with identifier: 12242835
2026-03-13 08:23:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d with scrape type 1
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i2oebpytl88zeus6lkgeuwlk9kmc not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iw8bvrflwwexy7mzq2sbu0gyra4u not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/totdm7kx79zkmdrqwn26w6mi5mdk not downloaded yet
2026-03-13 08:23:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28eb90>
2026-03-13 08:23:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb4b4b0c-df0c-5c2c-aa77-23b9ce004717/fb4b4b0c-df0c-5c2c-aa77-23b9ce004717_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n9ycvxsgf6q1ianuwrir3gsnbg3l saved to cache
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fb4b4b0c-df0c-5c2c-aa77-23b9ce004717
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r2rvi20h40jhak1d26tjgjkhpf0o not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqnkkat429knasi01fmgvav354yq not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9vtweij76b6g3k9y30c5vz99zm8u not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/53l2ilhg26vcbq2f2igq5wkvspl3 not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/43mr525r0nq3k85spnsf6ewev6ou not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a0ypsyvo9bq6kd48nseo32blij3p not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6ligo57clikljxd8e2dtdewp11un not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hp0ln2jshadpje8rbyvooziw6he3 not downloaded yet
2026-03-13 08:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lifw0kh1irz9wkary4bsvid1md1 not downloaded yet
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wo3qc91hkujxt4kysimf52nxoske not downloaded yet
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r5luzp6av78vlx1m346m2lpcnmgl not downloaded yet
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s7t4xncxk9geyewpioaaui1ifuwn not downloaded yet
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221574> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12179313> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12214082> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12191991> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243697> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12229452> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12204436> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/s7t4xncxk9geyewpioaaui1ifuwn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=13)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1lifw0kh1irz9wkary4bsvid1md1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1050d0>
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_78de5d81-63e6-5f7e-a85d-2f6bae3be54d/78de5d81-63e6-5f7e-a85d-2f6bae3be54d_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s7t4xncxk9geyewpioaaui1ifuwn saved to cache
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r5luzp6av78vlx1m346m2lpcnmgl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:18 [carwow.gb] INFO: Page 14: found 33 listings
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12240144: 1
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6ligo57clikljxd8e2dtdewp11un> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12238811: 1
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hp0ln2jshadpje8rbyvooziw6he3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wo3qc91hkujxt4kysimf52nxoske> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12245699: 1
2026-03-13 08:23:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19c690>
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_78de5d81-63e6-5f7e-a85d-2f6bae3be54d/78de5d81-63e6-5f7e-a85d-2f6bae3be54d_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lifw0kh1irz9wkary4bsvid1md1 saved to cache
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12210114: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12222942: 1
2026-03-13 08:23:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef712d0>
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_78de5d81-63e6-5f7e-a85d-2f6bae3be54d/78de5d81-63e6-5f7e-a85d-2f6bae3be54d_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r5luzp6av78vlx1m346m2lpcnmgl saved to cache
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8e9610>
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_82a780ea-068b-5c01-ab4a-9ccf7dcd967d/82a780ea-068b-5c01-ab4a-9ccf7dcd967d_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6ligo57clikljxd8e2dtdewp11un saved to cache
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 82a780ea-068b-5c01-ab4a-9ccf7dcd967d
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12235720: 1
2026-03-13 08:23:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d579b10>
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_78de5d81-63e6-5f7e-a85d-2f6bae3be54d/78de5d81-63e6-5f7e-a85d-2f6bae3be54d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hp0ln2jshadpje8rbyvooziw6he3 saved to cache
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d
2026-03-13 08:23:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1e88d0>
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_78de5d81-63e6-5f7e-a85d-2f6bae3be54d/78de5d81-63e6-5f7e-a85d-2f6bae3be54d_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wo3qc91hkujxt4kysimf52nxoske saved to cache
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 78de5d81-63e6-5f7e-a85d-2f6bae3be54d
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12221574> (referer: https://dealers.carwow.co.uk/dealers/listings/12221574)
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12191991> (referer: https://dealers.carwow.co.uk/dealers/listings/12191991)
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12174448: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12243054: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12243885: 1
2026-03-13 08:23:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12204436> (referer: https://dealers.carwow.co.uk/dealers/listings/12204436)
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12240865: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12233077: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12230959: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Scrape type for 12245973: 1
2026-03-13 08:23:18 [carwow.gb] INFO: Provenance enriched listing 12221574: vin=U5YPV81BLNL086455, engine=1.6 litres, hp=148, doors=5, seats=5
2026-03-13 08:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3951766-a09e-5482-8c73-607b89adb0a8 with identifier: 12221574
2026-03-13 08:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3951766-a09e-5482-8c73-607b89adb0a8 with scrape type 1
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3951766-a09e-5482-8c73-607b89adb0a8
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/de11tlrs4j1dyogglgd8x8rstnzu not downloaded yet
2026-03-13 08:23:18 [carwow.gb] INFO: Provenance enriched listing 12191991: vin=LSJA24U90PN097727, engine=1.5 litres, hp=162, doors=5, seats=5
2026-03-13 08:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4640d557-92ad-5d21-b167-12c5c15f4997 with identifier: 12191991
2026-03-13 08:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4640d557-92ad-5d21-b167-12c5c15f4997 with scrape type 1
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 4640d557-92ad-5d21-b167-12c5c15f4997
2026-03-13 08:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5f79wu3c691qvthyu2l3ezmw5nc2 not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12215036: 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1wmufuhutyc2ptp4xeygxbm16ng4 not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vkpsx872udpb9qukerx3uaklqfzs not downloaded yet
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12214082> (referer: https://dealers.carwow.co.uk/dealers/listings/12214082)
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12192786: 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fzycs23l0q2fqvfn9nlxdvcmxspy not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jus5dta4h15oi5r8bri9bb8cpsgx not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Provenance enriched listing 12204436: vin=WDD2383852F123372, engine=2.0 litres, hp=299, doors=2, seats=4
2026-03-13 08:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c237a9-9ddd-5738-b438-1b1e62cc769e with identifier: 12204436
2026-03-13 08:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c237a9-9ddd-5738-b438-1b1e62cc769e with scrape type 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 04c237a9-9ddd-5738-b438-1b1e62cc769e
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l0ix0b1vkfj7rszrx8fgf0hbd4he not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12211886: 1
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240144> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7trrqdn0f54shmmgmx801wosilkm not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pzlqs8ul84gbt7msk1mqlcz685w4 not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/grwqbhwbolky4amkvfp4ar1z3qh7 not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12238804: 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dvcw7qwxier9ffejam0wskz1m2in not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/flx7bfb842gy3grqn25bgxmhwopc not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pzq93uxv4afhlc6ck83ypw9mx1t6 not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12241942: 1
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12229452> (referer: https://dealers.carwow.co.uk/dealers/listings/12229452)
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/geuq78i99pr62t7fektvu76qjoxz not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/knst4czrcexzdc6yxjx3t4v0of3r not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mzfju0bgrrs10rej81ryr7whpz9y not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Provenance enriched listing 12214082: vin=WDD1770032V029076, engine=1.5 litres, hp=116, doors=5, seats=5
2026-03-13 08:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1100437e-1693-5b09-9625-445675cc1a19 with identifier: 12214082
2026-03-13 08:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1100437e-1693-5b09-9625-445675cc1a19 with scrape type 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1100437e-1693-5b09-9625-445675cc1a19
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xswbv8bzf5hs8stml7cdid8hl166 not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12239407: 1
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235720> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jhqm1scja4ydajcceodrdubcgt6h not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whgt2sys0vznfnvur1aed0c3uqst not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d1eu06pdpcgbn5srmr2i59i9d1lr not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xg3o7t8bvm42rfj8ao3j7img90ou not downloaded yet
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vkpsx872udpb9qukerx3uaklqfzs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12234507: 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xi57qzh6ndj1ag4x925w3q6ra77e not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q91k43i1jytzio0hzdg1njdv49uo not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/akrqp9wo0jpucmcsqwwk0kg3ci7y not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zhns77xc88p7czjwuuha7cwkkgup not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12234953: 1
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243885> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243697> (referer: https://dealers.carwow.co.uk/dealers/listings/12243697)
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12179313> (referer: https://dealers.carwow.co.uk/dealers/listings/12179313)
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6umb74rj5q0p42nyz7awu219v6uh not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lzqdpsodw400ymuta9qhpr07sehg not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/srvr537yj9yczxnrhd7zkbicn73u not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Provenance enriched listing 12229452: vin=WAUZZZ8P1AB029786, engine=2.0 litres, hp=140, doors=5, seats=5
2026-03-13 08:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86b86766-05ea-5d99-9b48-ffe0d42eb89d with identifier: 12229452
2026-03-13 08:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86b86766-05ea-5d99-9b48-ffe0d42eb89d with scrape type 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 86b86766-05ea-5d99-9b48-ffe0d42eb89d
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ohf5kse4mokjzjhmddmgqrdyieas not downloaded yet
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12231536: 1
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12222942> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4fsi08ix5dxcdvzjimlr656nwlej not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1v6e98em4nwrqjjt7yhw5pb76msx not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1mbye4w2ybrr06u4d26url2toxyt not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/muhw2nwkwkri8hspd4vxr0tvias7 not downloaded yet
2026-03-13 08:23:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:19 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5c2390>
2026-03-13 08:23:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4640d557-92ad-5d21-b167-12c5c15f4997/4640d557-92ad-5d21-b167-12c5c15f4997_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vkpsx872udpb9qukerx3uaklqfzs saved to cache
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4640d557-92ad-5d21-b167-12c5c15f4997
2026-03-13 08:23:19 [carwow.gb] INFO: Scrape type for 12233553: 1
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/58opuka0zwoyu02aajfbzp7n3ni1 not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2ystbrujbah6x39ihbqmluv9nucl not downloaded yet
2026-03-13 08:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dhu56lmacm0grl7cgm8vtr71hfl1 not downloaded yet
2026-03-13 08:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pzq93uxv4afhlc6ck83ypw9mx1t6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12243931: 1
2026-03-13 08:23:20 [carwow.gb] INFO: Provenance enriched listing 12243697: vin=WDD2053042F570354, engine=2.1 litres, hp=170, doors=2, seats=4
2026-03-13 08:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49486b60-bdb2-5d45-b3c0-30c0c61715b0 with identifier: 12243697
2026-03-13 08:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49486b60-bdb2-5d45-b3c0-30c0c61715b0 with scrape type 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 49486b60-bdb2-5d45-b3c0-30c0c61715b0
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hq0wfop25v4l48nlzrdm2wgszo9g not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Provenance enriched listing 12179313: vin=WDD2042472G063920, engine=1.8 litres, hp=204, doors=5, seats=5
2026-03-13 08:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a9b37b2-35d4-5e38-a21d-450925b712a1 with identifier: 12179313
2026-03-13 08:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a9b37b2-35d4-5e38-a21d-450925b712a1 with scrape type 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2a9b37b2-35d4-5e38-a21d-450925b712a1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/swsgcw7qrfdyhy0f3jq1gpqz9gtl not downloaded yet
2026-03-13 08:23:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12211886> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/51ojmwjy2bfolgmd34reyd9vw0v6 not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/frtkix9drkg5re1uagcsnngl733z not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yi0abyf9vfaa7lwzfaxyza380rwp not downloaded yet
2026-03-13 08:23:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q91k43i1jytzio0hzdg1njdv49uo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12224757: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jsnh1p35hj3w33etfz6bq2qk6ts1 not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g4ypyc9jryy2d0hofil6o2p89vvt not downloaded yet
2026-03-13 08:23:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/akrqp9wo0jpucmcsqwwk0kg3ci7y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pexys2zfhydtuw0ctdyikrjvlh9y not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x8ebwpne2krk505hbwo5qoerluft not downloaded yet
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48f410>
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04c237a9-9ddd-5738-b438-1b1e62cc769e/04c237a9-9ddd-5738-b438-1b1e62cc769e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pzq93uxv4afhlc6ck83ypw9mx1t6 saved to cache
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 04c237a9-9ddd-5738-b438-1b1e62cc769e
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12237447: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f7pi8eyp8nw2i9sdfjwznw6t2dsu not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/owlw3fvsqu9ewnkxbn3eodv008rf not downloaded yet
2026-03-13 08:23:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239407> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4t9j6grgwhxkof4t76gepl2b1nxr not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7jitex6fhi6l1phxul0elt2e56r8 not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12242372: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0tq9tbjtvj2bgji578zqayzg1rou not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/daazhlvztsb2z4fd67ew2ykumy5e not downloaded yet
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d264ed0>
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4640d557-92ad-5d21-b167-12c5c15f4997/4640d557-92ad-5d21-b167-12c5c15f4997_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q91k43i1jytzio0hzdg1njdv49uo saved to cache
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4640d557-92ad-5d21-b167-12c5c15f4997
2026-03-13 08:23:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12235720> (referer: https://dealers.carwow.co.uk/dealers/listings/12235720)
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hfos4nbrhe99f7xbna2w5hx66eav not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12222843: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p8ntud631p7si3zowm396921hewl not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xrkt5zu1x7thtvdlntu0f28oyzja not downloaded yet
2026-03-13 08:23:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3c82d0>
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04c237a9-9ddd-5738-b438-1b1e62cc769e/04c237a9-9ddd-5738-b438-1b1e62cc769e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/akrqp9wo0jpucmcsqwwk0kg3ci7y saved to cache
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 04c237a9-9ddd-5738-b438-1b1e62cc769e
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6yd3c9bec0an0h0kh13txwbvj0nb not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12234308: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n585qe5r3u8pegzep69zgvba9jx2 not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4iko471rzwghxv2m2rz41m8wjhjy not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4cxn4ey55r81ukqryjkblje9hkpv not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Provenance enriched listing 12235720: vin=WDD2054772F786044, engine=1.5 litres, hp=184, doors=2, seats=4
2026-03-13 08:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e with identifier: 12235720
2026-03-13 08:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e with scrape type 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8qsdgs0owf3uyrutt38v3dsvnadn not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12233835: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v7tusq02pxinprw28p8sah8fdzzb not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/do5ukvqjd2ij35eqmcrcbf4thvzu not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bcj6d9pnr495zx9o0veojqjaalpr not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sdqtvohodahmacw6wppxlox1rooj not downloaded yet
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12219238: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dwk4kw1d2y6bl6oy16bbqlwjdvku not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/85mk55y7sqnrr3rmttyk4snjp1y3 not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4uakl5h4wnn96vtupoiqniyrluvw not downloaded yet
2026-03-13 08:23:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12222942> (referer: https://dealers.carwow.co.uk/dealers/listings/12222942)
2026-03-13 08:23:20 [carwow.gb] INFO: Scrape type for 12219364: 1
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/coh28lc7ur9ak0f2ojaw9pr703mo not downloaded yet
2026-03-13 08:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k0w48ggrse7d9zfa4mxujv8561ev not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1n8tt2qcn7672sb5e3ecvkk6t7zd not downloaded yet
2026-03-13 08:23:21 [carwow.gb] INFO: Scrape type for 12236213: 1
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/99y99snrw2v8foobep9onlwvmizb not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ww8yvdpnwhfynowh921skgvczq87 not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sosgp03zyzgiyhrwr6zcut75wqtf not downloaded yet
2026-03-13 08:23:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233553> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:21 [carwow.gb] INFO: Page 14: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2135yc5a3hq0mjgrz2bsmuwe23rc not downloaded yet
2026-03-13 08:23:21 [carwow.gb] INFO: Provenance enriched listing 12222942: vin=WAUZZZ4G9GN135819, engine=3.0 litres, hp=272, doors=5, seats=5
2026-03-13 08:23:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 with identifier: 12222942
2026-03-13 08:23:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 with scrape type 1
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jscgxlu0o6igi6xg78mz0ivf29jx not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c29l0n145morcxdsk48ftsz9lmup not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cx5h1yzguo8eyhnz7faz7mzcbwh3 not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5mogwbzsdsxglpovj84l9sg1dvrk not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lj3nwpgyv6oil4k31ldakga7un1h not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jrutduh5njd2nckb7x46at2tgd5n not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kh8o471f1rwcyro35m5eg4l0bzeq not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n6uihdywx1kvf9kpaly7ioraup4y not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jb48nm3p5c9d2c6pc3eor975e13u not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6p491259xjdo8a5yjyzzaipp3fia not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rjb6b27670crbnwfjv7r2n3y1wey not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9v8izvown4aok51dnyjlm0ypvs0w not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/86vtnw4e5gx9vjkqilg4zy2l9ts4 not downloaded yet
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hghs2i0jcczey1mxhafh38xpux8x not downloaded yet
2026-03-13 08:23:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dhu56lmacm0grl7cgm8vtr71hfl1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xswbv8bzf5hs8stml7cdid8hl166> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5c750>
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86b86766-05ea-5d99-9b48-ffe0d42eb89d/86b86766-05ea-5d99-9b48-ffe0d42eb89d_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dhu56lmacm0grl7cgm8vtr71hfl1 saved to cache
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 86b86766-05ea-5d99-9b48-ffe0d42eb89d
2026-03-13 08:23:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51cd90>
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1100437e-1693-5b09-9625-445675cc1a19/1100437e-1693-5b09-9625-445675cc1a19_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xswbv8bzf5hs8stml7cdid8hl166 saved to cache
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1100437e-1693-5b09-9625-445675cc1a19
2026-03-13 08:23:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/x8ebwpne2krk505hbwo5qoerluft> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yi0abyf9vfaa7lwzfaxyza380rwp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d020210>
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86b86766-05ea-5d99-9b48-ffe0d42eb89d/86b86766-05ea-5d99-9b48-ffe0d42eb89d_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x8ebwpne2krk505hbwo5qoerluft saved to cache
2026-03-13 08:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 86b86766-05ea-5d99-9b48-ffe0d42eb89d
2026-03-13 08:23:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d342390>
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86b86766-05ea-5d99-9b48-ffe0d42eb89d/86b86766-05ea-5d99-9b48-ffe0d42eb89d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yi0abyf9vfaa7lwzfaxyza380rwp saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 86b86766-05ea-5d99-9b48-ffe0d42eb89d
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zhns77xc88p7czjwuuha7cwkkgup> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hghs2i0jcczey1mxhafh38xpux8x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d021850>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1100437e-1693-5b09-9625-445675cc1a19/1100437e-1693-5b09-9625-445675cc1a19_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zhns77xc88p7czjwuuha7cwkkgup saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1100437e-1693-5b09-9625-445675cc1a19
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d525150>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hghs2i0jcczey1mxhafh38xpux8x saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/85mk55y7sqnrr3rmttyk4snjp1y3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sosgp03zyzgiyhrwr6zcut75wqtf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/86vtnw4e5gx9vjkqilg4zy2l9ts4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d340290>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9b37b2-35d4-5e38-a21d-450925b712a1/2a9b37b2-35d4-5e38-a21d-450925b712a1_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/85mk55y7sqnrr3rmttyk4snjp1y3 saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2a9b37b2-35d4-5e38-a21d-450925b712a1
2026-03-13 08:23:22 [PIL.TiffImagePlugin] DEBUG: tag: MPFVersion (45056) - type: undefined (7) - value: b'0100'
2026-03-13 08:23:22 [PIL.TiffImagePlugin] DEBUG: tag: NumberOfImages (45057) - type: long (4) - value: b'\x00\x00\x00\x02'
2026-03-13 08:23:22 [PIL.TiffImagePlugin] DEBUG: tag: MPEntry (45058) - type: undefined (7) Tag Location: 46 - Data Location: 50 - value: b'\x00\x03\x00\x00\x00=\xe6\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05j\\\x00=\x8c\xbd\x00\x00\x00\x00'
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d41b7d0>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_4.mpo HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sosgp03zyzgiyhrwr6zcut75wqtf saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc2dd0>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/86vtnw4e5gx9vjkqilg4zy2l9ts4 saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/daazhlvztsb2z4fd67ew2ykumy5e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rjb6b27670crbnwfjv7r2n3y1wey> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9v8izvown4aok51dnyjlm0ypvs0w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d341410>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9b37b2-35d4-5e38-a21d-450925b712a1/2a9b37b2-35d4-5e38-a21d-450925b712a1_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/daazhlvztsb2z4fd67ew2ykumy5e saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2a9b37b2-35d4-5e38-a21d-450925b712a1
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f2610d0>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rjb6b27670crbnwfjv7r2n3y1wey saved to cache
2026-03-13 08:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27ac50>
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9v8izvown4aok51dnyjlm0ypvs0w saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233553> (referer: https://dealers.carwow.co.uk/dealers/listings/12233553)
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6p491259xjdo8a5yjyzzaipp3fia> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [carwow.gb] INFO: Provenance enriched listing 12233553: vin=YV1XZACBCK2146772, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:23:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee8519d-7a54-537e-a9fb-c7678e5a6349 with identifier: 12233553
2026-03-13 08:23:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349 with scrape type 1
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whecb4dpu2qphsdedbsnrs8o2ndu not downloaded yet
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3pd6bg9jtqtw0lg37lhixyezh9yo not downloaded yet
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1odw3b6b2ktyayyodcye0iei6csh not downloaded yet
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45b0d0>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6p491259xjdo8a5yjyzzaipp3fia saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lkjxm3r1uwec3yv1tiocpfietyan not downloaded yet
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qg6sjha3y58pdyi98b79a2yiyt2f not downloaded yet
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6p6guwycyv16agdly0cuhes8vzsy not downloaded yet
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sqbvqj38wbhc2nk3by23lrcbp7gu not downloaded yet
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n6uihdywx1kvf9kpaly7ioraup4y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r8guaafx09is36mg1llpd0n5yyc9 not downloaded yet
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h02k1t5qwfcbezkkykc2acn0lbzx not downloaded yet
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5mogwbzsdsxglpovj84l9sg1dvrk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f0369kfl2c7tj54ohn53mvffk2js not downloaded yet
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ab090>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n6uihdywx1kvf9kpaly7ioraup4y saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27ac50>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5mogwbzsdsxglpovj84l9sg1dvrk saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jrutduh5njd2nckb7x46at2tgd5n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c29l0n145morcxdsk48ftsz9lmup> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jb48nm3p5c9d2c6pc3eor975e13u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce3a990>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jrutduh5njd2nckb7x46at2tgd5n saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6p6guwycyv16agdly0cuhes8vzsy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc0e90>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c29l0n145morcxdsk48ftsz9lmup saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81d990>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jb48nm3p5c9d2c6pc3eor975e13u saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d23da10>
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6p6guwycyv16agdly0cuhes8vzsy saved to cache
2026-03-13 08:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sqbvqj38wbhc2nk3by23lrcbp7gu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r8guaafx09is36mg1llpd0n5yyc9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lj3nwpgyv6oil4k31ldakga7un1h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85d010>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sqbvqj38wbhc2nk3by23lrcbp7gu saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d589610>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r8guaafx09is36mg1llpd0n5yyc9 saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kh8o471f1rwcyro35m5eg4l0bzeq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d528490>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lj3nwpgyv6oil4k31ldakga7un1h saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c899c90>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kh8o471f1rwcyro35m5eg4l0bzeq saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qg6sjha3y58pdyi98b79a2yiyt2f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1odw3b6b2ktyayyodcye0iei6csh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lkjxm3r1uwec3yv1tiocpfietyan> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f0369kfl2c7tj54ohn53mvffk2js> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d342e50>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qg6sjha3y58pdyi98b79a2yiyt2f saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h02k1t5qwfcbezkkykc2acn0lbzx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7b0590>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1odw3b6b2ktyayyodcye0iei6csh saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1def90>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lkjxm3r1uwec3yv1tiocpfietyan saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf3db50>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f0369kfl2c7tj54ohn53mvffk2js saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d02ec90>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h02k1t5qwfcbezkkykc2acn0lbzx saved to cache
2026-03-13 08:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cx5h1yzguo8eyhnz7faz7mzcbwh3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/whecb4dpu2qphsdedbsnrs8o2ndu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3pd6bg9jtqtw0lg37lhixyezh9yo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4182d0>
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cx5h1yzguo8eyhnz7faz7mzcbwh3 saved to cache
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2aa810>
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whecb4dpu2qphsdedbsnrs8o2ndu saved to cache
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cc090>
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3pd6bg9jtqtw0lg37lhixyezh9yo saved to cache
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349
2026-03-13 08:23:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ee8519d-7a54-537e-a9fb-c7678e5a6349, skipping ID generation
2026-03-13 08:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349 with scrape type 1
2026-03-13 08:23:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ee8519d-7a54-537e-a9fb-c7678e5a6349 sending to next pipeline
2026-03-13 08:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 8ee8519d-7a54-537e-a9fb-c7678e5a6349, identifier: 12233553
2026-03-13 08:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 8ee8519d-7a54-537e-a9fb-c7678e5a6349 with identifier: 12233553
2026-03-13 08:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 8ee8519d-7a54-537e-a9fb-c7678e5a6349 with identifier: 12233553
2026-03-13 08:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 8ee8519d-7a54-537e-a9fb-c7678e5a6349 with identifier: 12233553 to the API
2026-03-13 08:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3pd6bg9jtqtw0lg37lhixyezh9yo>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 190,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '8ee8519d-7a54-537e-a9fb-c7678e5a6349',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YF19VYZ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233553',
 'listing': 'auction',
 'location': 'Horsforth, Leeds',
 'make': 'Volvo',
 'model': 'XC40',
 'odometer': 82400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 22,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 504171,
             'Height': 1388,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/whecb4dpu2qphsdedbsnrs8o2ndu',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 655457,
             'Height': 1446,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3pd6bg9jtqtw0lg37lhixyezh9yo',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 641120,
             'Height': 1547,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1odw3b6b2ktyayyodcye0iei6csh',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 656226,
             'Height': 1484,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lkjxm3r1uwec3yv1tiocpfietyan',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 578356,
             'Height': 1500,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qg6sjha3y58pdyi98b79a2yiyt2f',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 801234,
             'Height': 2142,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6p6guwycyv16agdly0cuhes8vzsy',
             'Width': 2856},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 398703,
             'Height': 1457,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sqbvqj38wbhc2nk3by23lrcbp7gu',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1107880,
             'Height': 2142,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/r8guaafx09is36mg1llpd0n5yyc9',
             'Width': 2856},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2811624,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/h02k1t5qwfcbezkkykc2acn0lbzx',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8ee8519d-7a54-537e-a9fb-c7678e5a6349/8ee8519d-7a54-537e-a9fb-c7678e5a6349_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2884670,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f0369kfl2c7tj54ohn53mvffk2js',
             'Width': 5712}],
 'price': 14000.0,
 'price_includes_vat': True,
 'registration_date': '2019-04-05',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volvo XC40 2.0 T4 R DESIGN Pro 5dr AWD Geartronic',
 'transmission': 'automatic',
 'trim': '2.0 T4 R DESIGN Pro 5dr AWD Geartronic',
 'vin': 'YV1XZACBCK2146772',
 'year': 2019}
2026-03-13 08:23:26 [carwow.gb] INFO: Saving data for 12233553: {'created_time': 1773390206.116252, 'last_price_update_time': 1773390206.116261, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236213> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/99y99snrw2v8foobep9onlwvmizb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/coh28lc7ur9ak0f2ojaw9pr703mo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:26 [carwow.gb] INFO: Page 15: found 33 listings
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12212167: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12241376: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12199796: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12212349: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12232269: 1
2026-03-13 08:23:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d14a410>
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49486b60-bdb2-5d45-b3c0-30c0c61715b0/49486b60-bdb2-5d45-b3c0-30c0c61715b0_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/99y99snrw2v8foobep9onlwvmizb saved to cache
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 49486b60-bdb2-5d45-b3c0-30c0c61715b0
2026-03-13 08:23:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c899150>
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49486b60-bdb2-5d45-b3c0-30c0c61715b0/49486b60-bdb2-5d45-b3c0-30c0c61715b0_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/coh28lc7ur9ak0f2ojaw9pr703mo saved to cache
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 49486b60-bdb2-5d45-b3c0-30c0c61715b0
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12244076: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12238389: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12225064: 1
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ww8yvdpnwhfynowh921skgvczq87> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12172205: 1
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dwk4kw1d2y6bl6oy16bbqlwjdvku> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12231338: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12174793: 1
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jscgxlu0o6igi6xg78mz0ivf29jx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12211624: 1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12229573: 1
2026-03-13 08:23:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d218a90>
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9b37b2-35d4-5e38-a21d-450925b712a1/2a9b37b2-35d4-5e38-a21d-450925b712a1_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ww8yvdpnwhfynowh921skgvczq87 saved to cache
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2a9b37b2-35d4-5e38-a21d-450925b712a1
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12221695: 1
2026-03-13 08:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12219364> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=14)
2026-03-13 08:23:26 [carwow.gb] INFO: Scrape type for 12227437: 1
2026-03-13 08:23:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cfc50>
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49486b60-bdb2-5d45-b3c0-30c0c61715b0/49486b60-bdb2-5d45-b3c0-30c0c61715b0_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dwk4kw1d2y6bl6oy16bbqlwjdvku saved to cache
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 49486b60-bdb2-5d45-b3c0-30c0c61715b0
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d148690>
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jscgxlu0o6igi6xg78mz0ivf29jx saved to cache
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4
2026-03-13 08:23:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1cf3efca-f9c3-5661-8b7f-9326648d7cc4, skipping ID generation
2026-03-13 08:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 with scrape type 1
2026-03-13 08:23:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 sending to next pipeline
2026-03-13 08:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 1cf3efca-f9c3-5661-8b7f-9326648d7cc4, identifier: 12222942
2026-03-13 08:23:27 [carwow.gb] INFO: Scrape type for 12234069: 1
2026-03-13 08:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 with identifier: 12222942
2026-03-13 08:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 with identifier: 12222942
2026-03-13 08:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 1cf3efca-f9c3-5661-8b7f-9326648d7cc4 with identifier: 12222942 to the API
2026-03-13 08:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/jscgxlu0o6igi6xg78mz0ivf29jx>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 272,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '1cf3efca-f9c3-5661-8b7f-9326648d7cc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LY16SWW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12222942',
 'listing': 'auction',
 'location': 'Loughton, Essex',
 'make': 'Audi',
 'model': 'A7 Sportback',
 'odometer': 79850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3472201,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jscgxlu0o6igi6xg78mz0ivf29jx',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4239461,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cx5h1yzguo8eyhnz7faz7mzcbwh3',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4118545,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lj3nwpgyv6oil4k31ldakga7un1h',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3930264,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kh8o471f1rwcyro35m5eg4l0bzeq',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1656829,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jb48nm3p5c9d2c6pc3eor975e13u',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1681510,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6p491259xjdo8a5yjyzzaipp3fia',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1904753,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rjb6b27670crbnwfjv7r2n3y1wey',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2319158,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9v8izvown4aok51dnyjlm0ypvs0w',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2025998,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/86vtnw4e5gx9vjkqilg4zy2l9ts4',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1cf3efca-f9c3-5661-8b7f-9326648d7cc4/1cf3efca-f9c3-5661-8b7f-9326648d7cc4_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1942579,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hghs2i0jcczey1mxhafh38xpux8x',
             'Width': 3024}],
 'price': 12300.0,
 'price_includes_vat': True,
 'registration_date': '2016-06-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A7 Sportback 3.0 TDI Quattro 272 Black Edition 5dr S Tronic',
 'transmission': 'automatic',
 'trim': '3.0 TDI Quattro 272 Black Edition 5dr S Tronic',
 'vin': 'WAUZZZ4G9GN135819',
 'year': 2016}
2026-03-13 08:23:28 [carwow.gb] INFO: Saving data for 12222942: {'created_time': 1773390208.120328, 'last_price_update_time': 1773390208.120339, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238389> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12225064> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12229573> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221695> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12240047: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12233856: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12215665: 1
2026-03-13 08:23:28 [carwow.gb] WARNING: Skipping listing 12229573: missing year/registration_date
2026-03-13 08:23:28 [carwow.gb] WARNING: Failed to parse item for listing 12229573
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12223086: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12242104: 1
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k0w48ggrse7d9zfa4mxujv8561ev> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12209890: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12206147: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12211066: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12243335: 1
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2135yc5a3hq0mjgrz2bsmuwe23rc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12230095: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12244448: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12201500: 1
2026-03-13 08:23:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c8950>
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9b37b2-35d4-5e38-a21d-450925b712a1/2a9b37b2-35d4-5e38-a21d-450925b712a1_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k0w48ggrse7d9zfa4mxujv8561ev saved to cache
2026-03-13 08:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2a9b37b2-35d4-5e38-a21d-450925b712a1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12233279: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12237102: 1
2026-03-13 08:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1n8tt2qcn7672sb5e3ecvkk6t7zd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12220944: 1
2026-03-13 08:23:28 [PIL.TiffImagePlugin] DEBUG: tag: MPFVersion (45056) - type: undefined (7) - value: b'0100'
2026-03-13 08:23:28 [PIL.TiffImagePlugin] DEBUG: tag: NumberOfImages (45057) - type: long (4) - value: b'\x00\x00\x00\x03'
2026-03-13 08:23:28 [PIL.TiffImagePlugin] DEBUG: tag: MPEntry (45058) - type: undefined (7) Tag Location: 46 - Data Location: 50 - value: <table: 48 bytes>
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf4ee50>
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_5.mpo HTTP/1.1" 201 0
2026-03-13 08:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2135yc5a3hq0mjgrz2bsmuwe23rc saved to cache
2026-03-13 08:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12233740: 1
2026-03-13 08:23:28 [carwow.gb] INFO: Scrape type for 12245362: 1
2026-03-13 08:23:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c732210>
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1n8tt2qcn7672sb5e3ecvkk6t7zd saved to cache
2026-03-13 08:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12211624> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240047> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [carwow.gb] INFO: Page 15: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4uakl5h4wnn96vtupoiqniyrluvw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242104> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5df390>
2026-03-13 08:23:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_22a1af7d-2f9c-5519-ba43-3896d4b8ef9e/22a1af7d-2f9c-5519-ba43-3896d4b8ef9e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4uakl5h4wnn96vtupoiqniyrluvw saved to cache
2026-03-13 08:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 22a1af7d-2f9c-5519-ba43-3896d4b8ef9e
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234069> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12227437> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12220944> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [carwow.gb] INFO: Page 16: found 33 listings
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12185396: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12241766: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12233539: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12225525: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12231074: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12241952: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12165287: 1
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12237102> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12233833: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12244930: 1
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245362> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242104> (referer: https://dealers.carwow.co.uk/dealers/listings/12242104)
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12244649: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12236529: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12228006: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12209588: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12231582: 1
2026-03-13 08:23:29 [carwow.gb] INFO: Scrape type for 12240262: 1
2026-03-13 08:23:30 [carwow.gb] INFO: Provenance enriched listing 12242104: vin=JN1JDAT32U0101029, engine=1.6 litres, hp=163, doors=5, seats=7
2026-03-13 08:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d778bc07-e6ce-5847-9fcc-898aa30301d0 with identifier: 12242104
2026-03-13 08:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d778bc07-e6ce-5847-9fcc-898aa30301d0 with scrape type 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d778bc07-e6ce-5847-9fcc-898aa30301d0
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/euo79a9nubobgjraayjscnl5hqqb not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12230046: 1
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12211624> (referer: https://dealers.carwow.co.uk/dealers/listings/12211624)
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240047> (referer: https://dealers.carwow.co.uk/dealers/listings/12240047)
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whqheem72an3u62uihdbn11zzgns not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12240356: 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5v3wki38q9oktmye5e1duax4ezjr not downloaded yet
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233740> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=15)
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12239275: 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whuwzdoji6y5f8e47pwflrqj8o3i not downloaded yet
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12227437> (referer: https://dealers.carwow.co.uk/dealers/listings/12227437)
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12221784: 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ilw98yps17a5kx8ll8dltcxe8a78 not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12222984: 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/413wz7mdsjiuiu9urlyopc5gtwxz not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Provenance enriched listing 12211624: vin=SAJAC05T9FDU48240, engine=2.2 litres, hp=163, doors=4, seats=5
2026-03-13 08:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 223358d1-eb2a-54b2-8741-84c63a88eb81 with identifier: 12211624
2026-03-13 08:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 223358d1-eb2a-54b2-8741-84c63a88eb81 with scrape type 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 223358d1-eb2a-54b2-8741-84c63a88eb81
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/01pavzzl3nbwms110caox8u8pm8l not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Provenance enriched listing 12240047: vin=JN1JCAT32U0015825, engine=1.6 litres, hp=130, doors=5, seats=7
2026-03-13 08:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae784d8-ce43-5c93-9f63-0fae2b5449ab with identifier: 12240047
2026-03-13 08:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae784d8-ce43-5c93-9f63-0fae2b5449ab with scrape type 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6ae784d8-ce43-5c93-9f63-0fae2b5449ab
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e9px9rk982y584lf5awaj1t76pka not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12186138: 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v530pal333sp9xnnmx1odvd1g3yo not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3r4o5310npqu7jfjx0o5sln52c3b not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u873csfq5yklxadptrgokljxm3qu not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12240766: 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6habmt1sbbxcstm2stsl4wc89ypn not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4f9oezpyo665g4tzw7711nniqipv not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vj71qt4cm3d3da6vw6wn7l7k4lkm not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Provenance enriched listing 12227437: vin=WVGZZZ5NZJW806367, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75987c0d-eeca-5126-b4a9-1f0bdb281807 with identifier: 12227437
2026-03-13 08:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75987c0d-eeca-5126-b4a9-1f0bdb281807 with scrape type 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 75987c0d-eeca-5126-b4a9-1f0bdb281807
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gml7sjogwz7m516owhhzuvqv74jm not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12241089: 1
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234069> (referer: https://dealers.carwow.co.uk/dealers/listings/12234069)
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p4bvn992h3haq17pig7v64uc174t not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7d3n3vg5abpeq8kidlq7rfmsqmn9 not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tray9st4l2pbwu454u5uyo4veg6p not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5vciztn7atgjmx96lfmf0c2ukana not downloaded yet
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/euo79a9nubobgjraayjscnl5hqqb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12194041: 1
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5v3wki38q9oktmye5e1duax4ezjr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244930> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g34vv83hj2sjllohds2evw5wcedg not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/flmmqd6z7hyj7g0azk1guav6umrt not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/62vbz0ccu2u0c9t99pqai1ch6nca not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p62vfdypx1mohtef4ujp1x94nfln not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12205600: 1
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12230046> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jtqxvkzcq2qtyz0z83wguzoo0ltw not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f63e5ou21ceciqxw736wv68wfe05 not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/riyb6nubw7uhvhsunr1v03kq2iix not downloaded yet
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12242921: 1
2026-03-13 08:23:30 [carwow.gb] INFO: Provenance enriched listing 12234069: vin=W1K5J5BB6PN370273, engine=2.0 litres, hp=306, doors=4, seats=5
2026-03-13 08:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 956e7a05-195a-54e3-8d35-b3f82caf47a8 with identifier: 12234069
2026-03-13 08:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 956e7a05-195a-54e3-8d35-b3f82caf47a8 with scrape type 1
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 956e7a05-195a-54e3-8d35-b3f82caf47a8
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/amw71qemv6cj5rr061fk4cdqc93b not downloaded yet
2026-03-13 08:23:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d442390>
2026-03-13 08:23:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d778bc07-e6ce-5847-9fcc-898aa30301d0/d778bc07-e6ce-5847-9fcc-898aa30301d0_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/euo79a9nubobgjraayjscnl5hqqb saved to cache
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d778bc07-e6ce-5847-9fcc-898aa30301d0
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a314gb2f890jt3c4jl7hcvkw4k8s not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hu57ye5dx41oqckcvy8e3ofmiw98 not downloaded yet
2026-03-13 08:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4vo0ol40wo5e3t0pdw8j678cybyw not downloaded yet
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239275> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12165287> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:30 [carwow.gb] INFO: Scrape type for 12193969: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r32icde8zxur55cuhh3bnatfx2e7 not downloaded yet
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233833> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wx7qsowjyihy8qxdkle09k6nqn1s not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kiaz87bz07toboaw1e7r6boh70ba not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fcps770o5er0e6j3kn22nk5qrhv not downloaded yet
2026-03-13 08:23:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45e4d0>
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d778bc07-e6ce-5847-9fcc-898aa30301d0/d778bc07-e6ce-5847-9fcc-898aa30301d0_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5v3wki38q9oktmye5e1duax4ezjr saved to cache
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d778bc07-e6ce-5847-9fcc-898aa30301d0
2026-03-13 08:23:31 [carwow.gb] WARNING: Skipping listing 12230046: missing year/registration_date
2026-03-13 08:23:31 [carwow.gb] WARNING: Failed to parse item for listing 12230046
2026-03-13 08:23:31 [carwow.gb] INFO: Scrape type for 12232621: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qqtpfk2tbw4tk8rp3y6aufc8a58m not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1f1g3h54h28bd3p3i2djwak7ivyk not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/erep0nr7pjfx006ey4mbm33tuqo4 not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/21a3fniqw1l4wcz7qeq24jl8xdoy not downloaded yet
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gml7sjogwz7m516owhhzuvqv74jm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tray9st4l2pbwu454u5uyo4veg6p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:31 [carwow.gb] INFO: Scrape type for 12245560: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vil6hzbvzt6k8gtn5yde300tdsjc not downloaded yet
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241089> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/etmzxvy0154vltu0dyocrcizf95z not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/48zbjja24kdzmac60vlbz947z5aa not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fu609o5dvosg0sgubxi513zeszex not downloaded yet
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5vciztn7atgjmx96lfmf0c2ukana> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12205600> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:31 [carwow.gb] INFO: Scrape type for 12219461: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t1bys97bvfomx9gwfied68zhuwog not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xg5d5xt09u182h2k326ocylsg7kr not downloaded yet
2026-03-13 08:23:31 [carwow.gb] INFO: Scrape type for 12239077: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wexv1czzkgn9uz2t754ec7k3nh0v not downloaded yet
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lnwyp63kg1x26a4sgf1ovwfly2x1 not downloaded yet
2026-03-13 08:23:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0ea910>
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75987c0d-eeca-5126-b4a9-1f0bdb281807/75987c0d-eeca-5126-b4a9-1f0bdb281807_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gml7sjogwz7m516owhhzuvqv74jm saved to cache
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 75987c0d-eeca-5126-b4a9-1f0bdb281807
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4c0bd0>
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ae784d8-ce43-5c93-9f63-0fae2b5449ab/6ae784d8-ce43-5c93-9f63-0fae2b5449ab_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tray9st4l2pbwu454u5uyo4veg6p saved to cache
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6ae784d8-ce43-5c93-9f63-0fae2b5449ab
2026-03-13 08:23:31 [carwow.gb] INFO: Scrape type for 12206952: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bz3hldopx1oiseh0vgsfhqkiyyx5 not downloaded yet
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4vo0ol40wo5e3t0pdw8j678cybyw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a314gb2f890jt3c4jl7hcvkw4k8s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hu57ye5dx41oqckcvy8e3ofmiw98> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:31 [carwow.gb] INFO: Scrape type for 12243144: 1
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o1ar46p4wj0u34ba4z7ultjk4p3q not downloaded yet
2026-03-13 08:23:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d492410>
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75987c0d-eeca-5126-b4a9-1f0bdb281807/75987c0d-eeca-5126-b4a9-1f0bdb281807_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5vciztn7atgjmx96lfmf0c2ukana saved to cache
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 75987c0d-eeca-5126-b4a9-1f0bdb281807
2026-03-13 08:23:31 [carwow.gb] WARNING: Skipping listing 12205600: missing year/registration_date
2026-03-13 08:23:31 [carwow.gb] WARNING: Failed to parse item for listing 12205600
2026-03-13 08:23:31 [carwow.gb] INFO: Page 16: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fx30cwnyp2ljakyaqlnoan45zq8 not downloaded yet
2026-03-13 08:23:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d522410>
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75987c0d-eeca-5126-b4a9-1f0bdb281807/75987c0d-eeca-5126-b4a9-1f0bdb281807_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4vo0ol40wo5e3t0pdw8j678cybyw saved to cache
2026-03-13 08:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 75987c0d-eeca-5126-b4a9-1f0bdb281807
2026-03-13 08:23:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a6cd0>
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_223358d1-eb2a-54b2-8741-84c63a88eb81/223358d1-eb2a-54b2-8741-84c63a88eb81_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a314gb2f890jt3c4jl7hcvkw4k8s saved to cache
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 223358d1-eb2a-54b2-8741-84c63a88eb81
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d47ab50>
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ae784d8-ce43-5c93-9f63-0fae2b5449ab/6ae784d8-ce43-5c93-9f63-0fae2b5449ab_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hu57ye5dx41oqckcvy8e3ofmiw98 saved to cache
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6ae784d8-ce43-5c93-9f63-0fae2b5449ab
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xci1r3fybaaje17903fvxgo76p09 not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233833> (referer: https://dealers.carwow.co.uk/dealers/listings/12233833)
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232621> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/21a3fniqw1l4wcz7qeq24jl8xdoy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:32 [carwow.gb] INFO: Provenance enriched listing 12233833: vin=WAUZZZFYXK2007136, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df755492-0f1a-503c-b8f1-4187d2005cd6 with identifier: 12233833
2026-03-13 08:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df755492-0f1a-503c-b8f1-4187d2005cd6 with scrape type 1
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item df755492-0f1a-503c-b8f1-4187d2005cd6
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qpfegfwok3jknjs1ndzpl3ir3drk not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12165287> (referer: https://dealers.carwow.co.uk/dealers/listings/12165287)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3nn5ujhl2aisdjdd07mixph2xri7 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tipqw8261sjzb7vd10x70pghjpzj not downloaded yet
2026-03-13 08:23:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f25fad0>
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75987c0d-eeca-5126-b4a9-1f0bdb281807/75987c0d-eeca-5126-b4a9-1f0bdb281807_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/21a3fniqw1l4wcz7qeq24jl8xdoy saved to cache
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 75987c0d-eeca-5126-b4a9-1f0bdb281807
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12206952> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y0utqtprltw8dz7xe2xzdo1baeb3 not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241089> (referer: https://dealers.carwow.co.uk/dealers/listings/12241089)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sb8yfqegpdtob175y0551tcie1xg not downloaded yet
2026-03-13 08:23:32 [carwow.gb] INFO: Provenance enriched listing 12165287: vin=VF73ABHZTGJ754087, engine=1.6 litres, hp=120, doors=5, seats=7
2026-03-13 08:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68cf0a19-676f-52cc-807b-71f9114c30c7 with identifier: 12165287
2026-03-13 08:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68cf0a19-676f-52cc-807b-71f9114c30c7 with scrape type 1
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 68cf0a19-676f-52cc-807b-71f9114c30c7
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i9jk4kdne8nhw33ny166cmxzy6oa not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dgt5vgpujiqlqfv2uuylzwutrg76 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bevecq2k26dwu9x2c40e931mu23j not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l6jt7xbbyvd4csjsur1rslep0ls9 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nfqgkqz05u7ggp61br3excnjepcw not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xv5k2qr1v6swx9kotw71v0limjk3 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q7jwpcwk25am38v5hx93i57hx2rz not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ydmbhv52nnmssnoxds4ixuu0xfnm not downloaded yet
2026-03-13 08:23:32 [carwow.gb] INFO: Provenance enriched listing 12241089: vin=JN1JCAT32U0108985, engine=1.6 litres, hp=130, doors=5, seats=7
2026-03-13 08:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c65146-1391-5236-b6b2-3c37ef67b740 with identifier: 12241089
2026-03-13 08:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c65146-1391-5236-b6b2-3c37ef67b740 with scrape type 1
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 64c65146-1391-5236-b6b2-3c37ef67b740
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a8mgtjxjvj4brlyjd5cixew9e3ez not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fh344l6g54iy5csqncuy5i879ob4 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/clnkqyx2xt023eyi6oyp6g6y2n0v not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y0s82v1e4bfopp9j7wg1vdfu4s23 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vlcegty4fx2ysiaihf74jdrs1wqz not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/crgxjbqa6lpow7lo6nm0ah6u4ack not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uan04fa2kr6mohv684eeeueinhbv not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9pazgx1klocrwwx3kdf9vzht66ek not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y0utqtprltw8dz7xe2xzdo1baeb3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w1lsi3222ukfgn7x2rner4skj1wy not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qqtpfk2tbw4tk8rp3y6aufc8a58m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7i93zf6tcf3wvd5ggt04ce0rk6u5 not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bz3hldopx1oiseh0vgsfhqkiyyx5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qtqee2ca7xz1q4v6uxe7z42jneio not downloaded yet
2026-03-13 08:23:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=16)
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/szx679xu5sudynrp9j6embtttdv0 not downloaded yet
2026-03-13 08:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3u959x9vplise5tlzeeyvb0enkhv not downloaded yet
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/loczmczf6uszkry5y1m8mpcyz3t9 not downloaded yet
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/slzuag9ncdqay5zwsi4mc3y4tqpl not downloaded yet
2026-03-13 08:23:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c897110>
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df755492-0f1a-503c-b8f1-4187d2005cd6/df755492-0f1a-503c-b8f1-4187d2005cd6_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y0utqtprltw8dz7xe2xzdo1baeb3 saved to cache
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item df755492-0f1a-503c-b8f1-4187d2005cd6
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c71cb50>
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_956e7a05-195a-54e3-8d35-b3f82caf47a8/956e7a05-195a-54e3-8d35-b3f82caf47a8_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qqtpfk2tbw4tk8rp3y6aufc8a58m saved to cache
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 956e7a05-195a-54e3-8d35-b3f82caf47a8
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/untovlmgorycw4eaipwfgno15uoq not downloaded yet
2026-03-13 08:23:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232621> (referer: https://dealers.carwow.co.uk/dealers/listings/12232621)
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tanby3m5krd250znuoif93svy18b not downloaded yet
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d38f290>
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_956e7a05-195a-54e3-8d35-b3f82caf47a8/956e7a05-195a-54e3-8d35-b3f82caf47a8_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bz3hldopx1oiseh0vgsfhqkiyyx5 saved to cache
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 956e7a05-195a-54e3-8d35-b3f82caf47a8
2026-03-13 08:23:33 [carwow.gb] INFO: Page 17: found 33 listings
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12245995: 1
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12209372: 1
2026-03-13 08:23:33 [carwow.gb] INFO: Provenance enriched listing 12232621: vin=KMHS3811MPU096290, engine=1.6 litres, hp=230, doors=5, seats=7
2026-03-13 08:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5103b9a1-759f-5f03-83f9-0ba8090b8c3e with identifier: 12232621
2026-03-13 08:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5103b9a1-759f-5f03-83f9-0ba8090b8c3e with scrape type 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5103b9a1-759f-5f03-83f9-0ba8090b8c3e
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9v0jhcqqnm1x3yfir3yhz020bte8 not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12148306: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/96b213cev7yyzam00cdn8xciwgzv not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12238866: 1
2026-03-13 08:23:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9pazgx1klocrwwx3kdf9vzht66ek> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cj1klfyg5ktw4ra1ootycdow9afp not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12241820: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/elbaoklny74feumi9szbdltwo5zd not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12201150: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x3pcgwl9rc722da8wk8eis0eeggh not downloaded yet
2026-03-13 08:23:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xci1r3fybaaje17903fvxgo76p09> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12209855: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bjipwn281ykif8wwzri9bw3z6dj3 not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12243438: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h027i28vti2yix55bygalqo6ekfr not downloaded yet
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c762390>
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64c65146-1391-5236-b6b2-3c37ef67b740/64c65146-1391-5236-b6b2-3c37ef67b740_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9pazgx1klocrwwx3kdf9vzht66ek saved to cache
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 64c65146-1391-5236-b6b2-3c37ef67b740
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12230216: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fc9r75bl8x3xx5r8zvghh5qsoq07 not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12240239: 1
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/86nmq4umq8a2dap8aeke9y6jpdzp not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12216935: 1
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d46e310>
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_956e7a05-195a-54e3-8d35-b3f82caf47a8/956e7a05-195a-54e3-8d35-b3f82caf47a8_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xci1r3fybaaje17903fvxgo76p09 saved to cache
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 956e7a05-195a-54e3-8d35-b3f82caf47a8
2026-03-13 08:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1r9hpf6p9247mxlfeejrxjctl6av not downloaded yet
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12165456: 1
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12240898: 1
2026-03-13 08:23:33 [carwow.gb] INFO: Scrape type for 12223582: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12149771: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12220000: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12240175: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12232563: 1
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8fx30cwnyp2ljakyaqlnoan45zq8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12244707: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12235111: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12233508: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12241634: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12245016: 1
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12201150> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12228917: 1
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uan04fa2kr6mohv684eeeueinhbv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0fa390>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_956e7a05-195a-54e3-8d35-b3f82caf47a8/956e7a05-195a-54e3-8d35-b3f82caf47a8_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fx30cwnyp2ljakyaqlnoan45zq8 saved to cache
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 956e7a05-195a-54e3-8d35-b3f82caf47a8
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12123340: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12207363: 1
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11 Pro Max\x00'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 190 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 198 - value: b'26.2.1\x00'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 206 - value: b'2026:02:18 09:32:41\x00'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 226 - value: b'iPhone 11 Pro Max\x00'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xf4'
2026-03-13 08:23:34 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t~'
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d46dcd0>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68cf0a19-676f-52cc-807b-71f9114c30c7/68cf0a19-676f-52cc-807b-71f9114c30c7_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uan04fa2kr6mohv684eeeueinhbv saved to cache
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 68cf0a19-676f-52cc-807b-71f9114c30c7
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12246791: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12213528: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12168099: 1
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/slzuag9ncdqay5zwsi4mc3y4tqpl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o1ar46p4wj0u34ba4z7ultjk4p3q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12235296: 1
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/untovlmgorycw4eaipwfgno15uoq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12237736: 1
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/96b213cev7yyzam00cdn8xciwgzv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12207995: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Scrape type for 12226337: 1
2026-03-13 08:23:34 [carwow.gb] INFO: Page 17: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/loczmczf6uszkry5y1m8mpcyz3t9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b7e10>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64c65146-1391-5236-b6b2-3c37ef67b740/64c65146-1391-5236-b6b2-3c37ef67b740_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/slzuag9ncdqay5zwsi4mc3y4tqpl saved to cache
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 64c65146-1391-5236-b6b2-3c37ef67b740
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29c210>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_956e7a05-195a-54e3-8d35-b3f82caf47a8/956e7a05-195a-54e3-8d35-b3f82caf47a8_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o1ar46p4wj0u34ba4z7ultjk4p3q saved to cache
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 956e7a05-195a-54e3-8d35-b3f82caf47a8
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3ba410>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64c65146-1391-5236-b6b2-3c37ef67b740/64c65146-1391-5236-b6b2-3c37ef67b740_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/untovlmgorycw4eaipwfgno15uoq saved to cache
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 64c65146-1391-5236-b6b2-3c37ef67b740
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1dc710>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5103b9a1-759f-5f03-83f9-0ba8090b8c3e/5103b9a1-759f-5f03-83f9-0ba8090b8c3e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/96b213cev7yyzam00cdn8xciwgzv saved to cache
2026-03-13 08:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5103b9a1-759f-5f03-83f9-0ba8090b8c3e
2026-03-13 08:23:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232563> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef732d0>
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64c65146-1391-5236-b6b2-3c37ef67b740/64c65146-1391-5236-b6b2-3c37ef67b740_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/loczmczf6uszkry5y1m8mpcyz3t9 saved to cache
2026-03-13 08:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 64c65146-1391-5236-b6b2-3c37ef67b740
2026-03-13 08:23:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12228917> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:35 [carwow.gb] WARNING: Skipping listing 12232563: missing year/registration_date
2026-03-13 08:23:35 [carwow.gb] WARNING: Failed to parse item for listing 12232563
2026-03-13 08:23:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12123340> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12213528> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12237736> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12226337> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:35 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [scrapy.core.scraper] ERROR: Spider error processing <GET https://dealers.carwow.co.uk/dealers/listings/12213528> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 295, in aiter_errback
    yield await it.__anext__()
          ^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy_zyte_api/_middlewares.py", line 206, in process_spider_output_async
    async for item_or_request in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12168099> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12228917> (referer: https://dealers.carwow.co.uk/dealers/listings/12228917)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235296> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12207995> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12207363> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12201150> (referer: https://dealers.carwow.co.uk/dealers/listings/12201150)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12123340> (referer: https://dealers.carwow.co.uk/dealers/listings/12123340)
2026-03-13 08:23:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12246791> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:36 [scrapy.extensions.logstats] INFO: Crawled 277 pages (at 219 pages/min), scraped 16 items (at 11 items/min)
2026-03-13 08:23:36 [scrapy.extensions.memusage] INFO: Peak memory usage is 227MiB
2026-03-13 08:23:36 [carwow.gb] WARNING: Skipping listing 12237736: missing year/registration_date
2026-03-13 08:23:36 [carwow.gb] WARNING: Failed to parse item for listing 12237736
2026-03-13 08:23:36 [carwow.gb] INFO: Page 18: found 33 listings
2026-03-13 08:23:36 [carwow.gb] INFO: Scrape type for 12243579: 1
2026-03-13 08:23:36 [carwow.gb] INFO: Scrape type for 12234633: 1
2026-03-13 08:23:36 [carwow.gb] INFO: Scrape type for 12171720: 1
2026-03-13 08:23:37 [carwow.gb] INFO: Provenance enriched listing 12228917: vin=WAUZZZF33P1080396, engine=1.5 litres, hp=150, doors=5, seats=5
2026-03-13 08:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f840a6b-96d5-5986-a398-92524c7e34a9 with identifier: 12228917
2026-03-13 08:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f840a6b-96d5-5986-a398-92524c7e34a9 with scrape type 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4f840a6b-96d5-5986-a398-92524c7e34a9
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lhrsm41hgs1rvzsfgp8x645a6ez4 not downloaded yet
2026-03-13 08:23:37 [carwow.gb] WARNING: Skipping listing 12235296: missing year/registration_date
2026-03-13 08:23:37 [carwow.gb] WARNING: Failed to parse item for listing 12235296
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12233022: 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qvq3dqpzo4hi0vmoxalvhh63wp19 not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Provenance enriched listing 12201150: vin=WBAKS620200C99543, engine=3.0 litres, hp=313, doors=5, seats=5
2026-03-13 08:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c0ca5df-eb24-5277-a72a-0ff9f874b8d4 with identifier: 12201150
2026-03-13 08:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c0ca5df-eb24-5277-a72a-0ff9f874b8d4 with scrape type 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c0ca5df-eb24-5277-a72a-0ff9f874b8d4
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dsmcp0r1jgdfqqmkqdyvsexgrdrm not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Provenance enriched listing 12123340: vin=KNACC81CVK5265185, engine=1.6 litres, hp=139, doors=5, seats=5
2026-03-13 08:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40 with identifier: 12123340
2026-03-13 08:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40 with scrape type 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sjd5iz9shbjldt35v2pa79ng8b7s not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12232100: 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ilc1bcvkuzkao7y6lxx32qie0i0p not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5810eml2dxabpctkx89ufauv3jfg not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7olnaa5jpsr12o76zbw2yye99cdw not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12201572: 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yfs6re092qpfkftya7eh1a8vd7nv not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/46yyj954gq2xvdc3olfvilgsej10 not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bow83uc71b6cgg3g2vgva0f1s9s8 not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12191331: 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zbwath5s0q7e4q0qs18su5hiuigx not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bmuaood8nek8wdyyxsajmu71e8k7 not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vn02za84ato0lz9aa7cl16vd3j1g not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12183853: 1
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233508> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/da476altkbpv6ca2cwz1bpkr3w6a not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rrltwd17afvalviqf7uglzx1jpo5 not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qzj2qv4rm1fbk76c5pph3jtlkbss not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12240761: 1
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3j27r0bsqlw62t5jvdw3t7n7qy8m not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/moc28yui4lo8a2cuq4aeau6h8edx not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/msac8t7rgmr1pe6ek6w0yqw6y77f not downloaded yet
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235111> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12219854: 1
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12220000> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hoj0vceb1oarwmsa66gmgmwdi72r not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cczchwswc2wnrcm6zhpatlr6amhz not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nslmcbne85zgxgvz5huphunq9anx not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12244637: 1
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12149771> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/96q9lsg4m38j0s6vym3k90siamlc not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qx3gwvkel04xnc9zktfteluhq1vz not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ge93zh9ykucmraff46tnn3kxeh7k not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12185218: 1
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245016> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vxomkj0h7jp00syc8bi9cdl0i5tc not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pjx79eiowg7fio1odbcgdq6u17q1 not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yi5k8dvf7l1d5vrvom9pcl09bxhb not downloaded yet
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244707> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240175> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12220924: 1
2026-03-13 08:23:37 [carwow.gb] WARNING: Skipping listing 12220000: missing year/registration_date
2026-03-13 08:23:37 [carwow.gb] WARNING: Failed to parse item for listing 12220000
2026-03-13 08:23:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241634> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=17)
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1ikds2ljdt8lzug6x4ok1fjm1gx3 not downloaded yet
2026-03-13 08:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8hr95kdsoqnzplmifadsjr4405vi not downloaded yet
2026-03-13 08:23:37 [carwow.gb] INFO: Scrape type for 12237916: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12214245: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12166434: 1
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ge93zh9ykucmraff46tnn3kxeh7k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240761> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12213361: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12244452: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12229137: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12243116: 1
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yi5k8dvf7l1d5vrvom9pcl09bxhb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12224587: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12243493: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12169287: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12247009: 1
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'sRGB' 41 1
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'gAMA' 54 4
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'pHYs' 70 9
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 91 65445
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce6a390>
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40/ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40_image_7.png HTTP/1.1" 201 0
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ge93zh9ykucmraff46tnn3kxeh7k saved to cache
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12178096: 1
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233508> (referer: https://dealers.carwow.co.uk/dealers/listings/12233508)
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/msac8t7rgmr1pe6ek6w0yqw6y77f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12240290: 1
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'sRGB' 41 1
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'gAMA' 54 4
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'pHYs' 70 9
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 91 65445
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef64d90>
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40/ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40_image_8.png HTTP/1.1" 201 0
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yi5k8dvf7l1d5vrvom9pcl09bxhb saved to cache
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12205651: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12243120: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12241017: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12240059: 1
2026-03-13 08:23:38 [carwow.gb] INFO: Provenance enriched listing 12233508: vin=SAJDB5AX7MCK70627, engine=2.0 litres, hp=300, doors=2, seats=2
2026-03-13 08:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 with identifier: 12233508
2026-03-13 08:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 with scrape type 1
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fkvaa88qzopz0q2txz0i0kpxpvip not downloaded yet
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12212389: 1
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mrhlag5nxb84u0ewtklkwy8dknj4 not downloaded yet
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'sRGB' 41 1
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'gAMA' 54 4
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'pHYs' 70 9
2026-03-13 08:23:38 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 91 65445
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51ec10>
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40/ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40_image_5.png HTTP/1.1" 201 0
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/msac8t7rgmr1pe6ek6w0yqw6y77f saved to cache
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12185218> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12242257: 1
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fq3jrhhxv6oegzzdwntiljfyzoe1 not downloaded yet
2026-03-13 08:23:38 [carwow.gb] INFO: Scrape type for 12242196: 1
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5sn119keh8buoeqno4vu5tk0iqgl not downloaded yet
2026-03-13 08:23:38 [carwow.gb] INFO: Page 18: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hzglh2c61efmossq3fttt00tt7tz not downloaded yet
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a03x9aqplv2531lsc2ege1056q4 not downloaded yet
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sdcl0e0yduhd8q1ckz7sdqmf25og not downloaded yet
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/487i4wv5sdxz8v97gh51gafuxrd5 not downloaded yet
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wdwf4lwtiohgppdos4fd8hlj6ey0 not downloaded yet
2026-03-13 08:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a7jj5cazgu81vyb6khhg2vf7zsa not downloaded yet
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243116> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12166434> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241634> (referer: https://dealers.carwow.co.uk/dealers/listings/12241634)
2026-03-13 08:23:39 [carwow.gb] INFO: Provenance enriched listing 12241634: vin=SAJBA4ANXHCY46073, engine=2.0 litres, hp=180, doors=4, seats=5
2026-03-13 08:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0047971b-68c3-5a53-b544-5c93c75c6a7d with identifier: 12241634
2026-03-13 08:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0047971b-68c3-5a53-b544-5c93c75c6a7d with scrape type 1
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tqqsqgw1l99p5qr74mxtvswk92o4 not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t3wgmn67hvmqy0zg6l9psl5kvls3 not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hd34q2cg61rkzzbwikc9hrfhitk1 not downloaded yet
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240761> (referer: https://dealers.carwow.co.uk/dealers/listings/12240761)
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ihs8fg7irp3jzqoayyf2qvhy5z7o not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sg7dmavi5nep424xf5180a6ehcng not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k4nw1a6uqrta9t8a0xr3o3pfdrws not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6tks3vn5wlv1y5l57313oljn6nu1 not downloaded yet
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12178096> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7b014mhwnkjkfnivp3ihtr8iwdvw not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1dc5lpe1bna8ptdufp5pwoczb69a not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgyu7u55qaevpijae5tk87vhionc not downloaded yet
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vn02za84ato0lz9aa7cl16vd3j1g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [carwow.gb] INFO: Provenance enriched listing 12240761: vin=KMTMA81BSRU186958, engine=2.5 litres, hp=304, doors=5, seats=5
2026-03-13 08:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2835d410-e607-522f-86b4-9011f2b58080 with identifier: 12240761
2026-03-13 08:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2835d410-e607-522f-86b4-9011f2b58080 with scrape type 1
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/14azkcr4x1vyhkj12iyesfyhnl59 not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fqaha53pn39pdmzc1bl1bq1ywheh not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5x5y7p8fhuj825jgaz7l2xti7pap not downloaded yet
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qx3gwvkel04xnc9zktfteluhq1vz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dc9gdh533xll6xxhjxb3m2cbsb1j not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a35c50w166v9lqr6bhjpk092yt8q not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7g8lsusacp19w8xaxcu58humrn6l not downloaded yet
2026-03-13 08:23:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d267150>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40/ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vn02za84ato0lz9aa7cl16vd3j1g saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ffcfad5d-0fdb-5aac-b5a7-7f8bbd830f40
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g0fm02yoopy1q12712p07sfahy52 not downloaded yet
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eao1980q8f9a36x9sba02u20jk4h not downloaded yet
2026-03-13 08:23:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c840c50>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c0ca5df-eb24-5277-a72a-0ff9f874b8d4/8c0ca5df-eb24-5277-a72a-0ff9f874b8d4_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qx3gwvkel04xnc9zktfteluhq1vz saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8c0ca5df-eb24-5277-a72a-0ff9f874b8d4
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6tks3vn5wlv1y5l57313oljn6nu1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hd34q2cg61rkzzbwikc9hrfhitk1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/apjbbeaifkvhdjbzixh7j3ttbt9v not downloaded yet
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lgyu7u55qaevpijae5tk87vhionc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/es7zmc2jow1gk2br68k5jcxkmnhq not downloaded yet
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mrhlag5nxb84u0ewtklkwy8dknj4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wdwf4lwtiohgppdos4fd8hlj6ey0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d46f610>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6tks3vn5wlv1y5l57313oljn6nu1 saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce69390>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hd34q2cg61rkzzbwikc9hrfhitk1 saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d498810>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgyu7u55qaevpijae5tk87vhionc saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7g8lsusacp19w8xaxcu58humrn6l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19cb50>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mrhlag5nxb84u0ewtklkwy8dknj4 saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d556e10>
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wdwf4lwtiohgppdos4fd8hlj6ey0 saved to cache
2026-03-13 08:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a35c50w166v9lqr6bhjpk092yt8q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/es7zmc2jow1gk2br68k5jcxkmnhq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51d2d0>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7g8lsusacp19w8xaxcu58humrn6l saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g0fm02yoopy1q12712p07sfahy52> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8a7jj5cazgu81vyb6khhg2vf7zsa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a5b10>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a35c50w166v9lqr6bhjpk092yt8q saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce80990>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/es7zmc2jow1gk2br68k5jcxkmnhq saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/eao1980q8f9a36x9sba02u20jk4h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce91dd0>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g0fm02yoopy1q12712p07sfahy52 saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d56d0>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a7jj5cazgu81vyb6khhg2vf7zsa saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dc9gdh533xll6xxhjxb3m2cbsb1j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/14azkcr4x1vyhkj12iyesfyhnl59> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fqaha53pn39pdmzc1bl1bq1ywheh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d482f10>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eao1980q8f9a36x9sba02u20jk4h saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/apjbbeaifkvhdjbzixh7j3ttbt9v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5x5y7p8fhuj825jgaz7l2xti7pap> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3eb3d0>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dc9gdh533xll6xxhjxb3m2cbsb1j saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d481f50>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/14azkcr4x1vyhkj12iyesfyhnl59 saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1e8050>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fqaha53pn39pdmzc1bl1bq1ywheh saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d21a810>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/apjbbeaifkvhdjbzixh7j3ttbt9v saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c840c50>
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5x5y7p8fhuj825jgaz7l2xti7pap saved to cache
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2835d410-e607-522f-86b4-9011f2b58080
2026-03-13 08:23:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2835d410-e607-522f-86b4-9011f2b58080, skipping ID generation
2026-03-13 08:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2835d410-e607-522f-86b4-9011f2b58080 with scrape type 1
2026-03-13 08:23:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2835d410-e607-522f-86b4-9011f2b58080 sending to next pipeline
2026-03-13 08:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 2835d410-e607-522f-86b4-9011f2b58080, identifier: 12240761
2026-03-13 08:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 2835d410-e607-522f-86b4-9011f2b58080 with identifier: 12240761
2026-03-13 08:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 2835d410-e607-522f-86b4-9011f2b58080 with identifier: 12240761
2026-03-13 08:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 2835d410-e607-522f-86b4-9011f2b58080 with identifier: 12240761 to the API
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/5x5y7p8fhuj825jgaz7l2xti7pap>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.5 litres',
 'engine_horse_power': 304,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '2835d410-e607-522f-86b4-9011f2b58080',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'OE74WHW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240761',
 'listing': 'auction',
 'location': 'Dalmuir, West Dunbartonshire',
 'make': 'Genesis',
 'model': 'GV70',
 'odometer': 6155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 236037,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/14azkcr4x1vyhkj12iyesfyhnl59',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 239801,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fqaha53pn39pdmzc1bl1bq1ywheh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 232530,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5x5y7p8fhuj825jgaz7l2xti7pap',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 234551,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dc9gdh533xll6xxhjxb3m2cbsb1j',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157824,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a35c50w166v9lqr6bhjpk092yt8q',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109107,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7g8lsusacp19w8xaxcu58humrn6l',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 234695,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g0fm02yoopy1q12712p07sfahy52',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 248851,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/eao1980q8f9a36x9sba02u20jk4h',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 179290,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/apjbbeaifkvhdjbzixh7j3ttbt9v',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2835d410-e607-522f-86b4-9011f2b58080/2835d410-e607-522f-86b4-9011f2b58080_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 156407,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/es7zmc2jow1gk2br68k5jcxkmnhq',
             'Width': 1280}],
 'price': 30400.0,
 'price_includes_vat': True,
 'registration_date': '2024-11-13',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Genesis GV70 2.5T Premium 5dr Auto AWD',
 'transmission': 'automatic',
 'trim': '2.5T Premium 5dr Auto AWD',
 'vin': 'KMTMA81BSRU186958',
 'year': 2024}
2026-03-13 08:23:41 [carwow.gb] INFO: Saving data for 12240761: {'created_time': 1773390221.51418, 'last_price_update_time': 1773390221.51419, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12178096> (referer: https://dealers.carwow.co.uk/dealers/listings/12178096)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sg7dmavi5nep424xf5180a6ehcng> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k4nw1a6uqrta9t8a0xr3o3pfdrws> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t3wgmn67hvmqy0zg6l9psl5kvls3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1dc5lpe1bna8ptdufp5pwoczb69a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7b014mhwnkjkfnivp3ihtr8iwdvw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ihs8fg7irp3jzqoayyf2qvhy5z7o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/487i4wv5sdxz8v97gh51gafuxrd5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:41 [carwow.gb] INFO: Provenance enriched listing 12178096: vin=W0LPE6EF0CG116986, engine=1.7 litres, hp=125, doors=5, seats=5
2026-03-13 08:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35d5816d-b3db-5dd7-9e40-d269249ed934 with identifier: 12178096
2026-03-13 08:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35d5816d-b3db-5dd7-9e40-d269249ed934 with scrape type 1
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w3i2podpztjta2fc3y7g9ou6aw7y not downloaded yet
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kl11lmcidscgo67bqw0u086gdu7f not downloaded yet
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d21a410>
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sg7dmavi5nep424xf5180a6ehcng saved to cache
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d566290>
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k4nw1a6uqrta9t8a0xr3o3pfdrws saved to cache
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d012d90>
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t3wgmn67hvmqy0zg6l9psl5kvls3 saved to cache
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c71e590>
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1dc5lpe1bna8ptdufp5pwoczb69a saved to cache
2026-03-13 08:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d38f950>
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7b014mhwnkjkfnivp3ihtr8iwdvw saved to cache
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d565050>
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ihs8fg7irp3jzqoayyf2qvhy5z7o saved to cache
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1deb90>
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/487i4wv5sdxz8v97gh51gafuxrd5 saved to cache
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xwsksobus22tgw8tfoga4h1y994v not downloaded yet
2026-03-13 08:23:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12166434> (referer: https://dealers.carwow.co.uk/dealers/listings/12166434)
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cv1odjue8kl4nkte5169cleg0fms not downloaded yet
2026-03-13 08:23:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tqqsqgw1l99p5qr74mxtvswk92o4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgbkuowuz93xxmzrncu0reh4147d not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/agiamokj5t4v675ngaeqt0zuyv3f not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hhbtcll0eyu2sfjxm6zulmlwjg7q not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zsw44e50ne4eq03p7i1towl386o5 not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/58ziz374kiuy27xptcbkz2hfg4xa not downloaded yet
2026-03-13 08:23:42 [carwow.gb] INFO: Provenance enriched listing 12166434: vin=W1N1671192A188899, engine=2.0 litres, hp=245, doors=5, seats=7
2026-03-13 08:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f with identifier: 12166434
2026-03-13 08:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f with scrape type 1
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tojdgvu6eg15j76ha3tr1ons4rn8 not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gtqmd84uae6o9qk865fgjk00cyck not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ks2wpiv2s5hybg7n0h0e8qkz3dal not downloaded yet
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9bzhj7c6z0s51vzosrhi8jjiq8tz not downloaded yet
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1dec50>
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tqqsqgw1l99p5qr74mxtvswk92o4 saved to cache
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0047971b-68c3-5a53-b544-5c93c75c6a7d
2026-03-13 08:23:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0047971b-68c3-5a53-b544-5c93c75c6a7d, skipping ID generation
2026-03-13 08:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0047971b-68c3-5a53-b544-5c93c75c6a7d with scrape type 1
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0047971b-68c3-5a53-b544-5c93c75c6a7d sending to next pipeline
2026-03-13 08:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 0047971b-68c3-5a53-b544-5c93c75c6a7d, identifier: 12241634
2026-03-13 08:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 0047971b-68c3-5a53-b544-5c93c75c6a7d with identifier: 12241634
2026-03-13 08:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 0047971b-68c3-5a53-b544-5c93c75c6a7d with identifier: 12241634
2026-03-13 08:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 0047971b-68c3-5a53-b544-5c93c75c6a7d with identifier: 12241634 to the API
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:42 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/tqqsqgw1l99p5qr74mxtvswk92o4>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '0047971b-68c3-5a53-b544-5c93c75c6a7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BD67SYX',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12241634',
 'listing': 'auction',
 'location': 'Brockworth, Gloucestershire',
 'make': 'Jaguar',
 'model': 'XF',
 'odometer': 76370,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 22,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 205986,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tqqsqgw1l99p5qr74mxtvswk92o4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 187941,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t3wgmn67hvmqy0zg6l9psl5kvls3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 190756,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hd34q2cg61rkzzbwikc9hrfhitk1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 207158,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ihs8fg7irp3jzqoayyf2qvhy5z7o',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 115009,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sg7dmavi5nep424xf5180a6ehcng',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 123952,
             'Height': 1512,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k4nw1a6uqrta9t8a0xr3o3pfdrws',
             'Width': 2016},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 216132,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6tks3vn5wlv1y5l57313oljn6nu1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 199139,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7b014mhwnkjkfnivp3ihtr8iwdvw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 196553,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1dc5lpe1bna8ptdufp5pwoczb69a',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0047971b-68c3-5a53-b544-5c93c75c6a7d/0047971b-68c3-5a53-b544-5c93c75c6a7d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235238,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lgyu7u55qaevpijae5tk87vhionc',
             'Width': 1280}],
 'price': 7100.0,
 'price_includes_vat': True,
 'registration_date': '2017-11-03',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Jaguar XF 2.0d [180] R-Sport 4dr Auto AWD',
 'transmission': 'automatic',
 'trim': '2.0d [180] R-Sport 4dr Auto AWD',
 'vin': 'SAJBA4ANXHCY46073',
 'year': 2017}
2026-03-13 08:23:42 [carwow.gb] INFO: Saving data for 12241634: {'created_time': 1773390222.919531, 'last_price_update_time': 1773390222.919543, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12185218> (referer: https://dealers.carwow.co.uk/dealers/listings/12185218)
2026-03-13 08:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fu3q49xmatx0iv1g52j4w5715hnq not downloaded yet
2026-03-13 08:23:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243116> (referer: https://dealers.carwow.co.uk/dealers/listings/12243116)
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cbzdd9mo52o53qe1zxubqg14pzap not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5i7ysramqr2qfh32uggykb03k4il not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4mlr0wgck6la2odgu3r4rcw7ae5j not downloaded yet
2026-03-13 08:23:43 [carwow.gb] INFO: Provenance enriched listing 12185218: vin=WVWZZZ13ZGV000763, engine=2.0 litres, hp=184, doors=3, seats=4
2026-03-13 08:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d8c937e-040b-509f-b5e2-c2bd7e03db15 with identifier: 12185218
2026-03-13 08:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15 with scrape type 1
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whhghl4re4w1z8pnqqq1bxrqfeoi not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cc1at3jsvbjvzmuxd76qff833yjw not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4aqoigbfaky3jf933i7may6y6sie not downloaded yet
2026-03-13 08:23:43 [carwow.gb] INFO: Provenance enriched listing 12243116: vin=WDD2132042A374696, engine=2.0 litres, hp=194, doors=5, seats=5
2026-03-13 08:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43de4333-6b60-5b31-97f1-6f9b7c40918d with identifier: 12243116
2026-03-13 08:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43de4333-6b60-5b31-97f1-6f9b7c40918d with scrape type 1
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1e1i1i21tcqbil0vatymude1s680 not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/357aoy2x8lw3mptxnt494j6t7x6z not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tg446u3awkmf6nzdgzt4kqlnrj64 not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0u2xllywvy23dscd765y958wr0c8 not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zz3oy4st0hvgv8qq98ycia3ms49u not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9125nk5ekxj9o0wzih1lsn22xj5d not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zw3ahdkwubxqjdd0drbbyry3fx8m not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cc3s2nulpfm7hfscgx0epqukt5ds not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wj4d21hhud5wa400fvgqimz3jkfe not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tnxojcz3q1otou9jjl4kcj89198j not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fnd0tldegp9u3auf4ngpfij7d161 not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9bq19vgt8quh8bbakbjj7vp23zof not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lian2hzl2v48lar973lbn3jy29gu not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d2evqx9j1hg2lydu2v82z7t5xer0 not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/twl9yzot7wp34luje5tsj5q2ys4j not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p7u02awecl06iezm91olagm8tyyq not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vrwl4oer801h48ylrrcul4swp8vk not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fm6804znkxb9v8a5478t8obdo6o not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xfjl1t7mdlm3rnrxh8mh7161bxgv not downloaded yet
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kcqppf4fuhekoi44c18w3837x4ob not downloaded yet
2026-03-13 08:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sdcl0e0yduhd8q1ckz7sdqmf25og> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8a03x9aqplv2531lsc2ege1056q4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xwsksobus22tgw8tfoga4h1y994v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hzglh2c61efmossq3fttt00tt7tz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cv1odjue8kl4nkte5169cleg0fms> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kl11lmcidscgo67bqw0u086gdu7f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89a090>
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sdcl0e0yduhd8q1ckz7sdqmf25og saved to cache
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d133a10>
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a03x9aqplv2531lsc2ege1056q4 saved to cache
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d301790>
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xwsksobus22tgw8tfoga4h1y994v saved to cache
2026-03-13 08:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72bb10>
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hzglh2c61efmossq3fttt00tt7tz saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d538d50>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cv1odjue8kl4nkte5169cleg0fms saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3bb2d0>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kl11lmcidscgo67bqw0u086gdu7f saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vrwl4oer801h48ylrrcul4swp8vk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kcqppf4fuhekoi44c18w3837x4ob> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xfjl1t7mdlm3rnrxh8mh7161bxgv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c86d990>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vrwl4oer801h48ylrrcul4swp8vk saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d0110>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kcqppf4fuhekoi44c18w3837x4ob saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27a6d0>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xfjl1t7mdlm3rnrxh8mh7161bxgv saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/twl9yzot7wp34luje5tsj5q2ys4j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lian2hzl2v48lar973lbn3jy29gu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9bzhj7c6z0s51vzosrhi8jjiq8tz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d0110>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/twl9yzot7wp34luje5tsj5q2ys4j saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ks2wpiv2s5hybg7n0h0e8qkz3dal> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce81410>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lian2hzl2v48lar973lbn3jy29gu saved to cache
2026-03-13 08:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6fc150>
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9bzhj7c6z0s51vzosrhi8jjiq8tz saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d17b1d0>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ks2wpiv2s5hybg7n0h0e8qkz3dal saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fnd0tldegp9u3auf4ngpfij7d161> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5a8c90>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fnd0tldegp9u3auf4ngpfij7d161 saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p7u02awecl06iezm91olagm8tyyq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wj4d21hhud5wa400fvgqimz3jkfe> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56c390>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p7u02awecl06iezm91olagm8tyyq saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zw3ahdkwubxqjdd0drbbyry3fx8m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d567010>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wj4d21hhud5wa400fvgqimz3jkfe saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8fm6804znkxb9v8a5478t8obdo6o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c784c90>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zw3ahdkwubxqjdd0drbbyry3fx8m saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d55fa50>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fm6804znkxb9v8a5478t8obdo6o saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d2evqx9j1hg2lydu2v82z7t5xer0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d44e710>
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d2evqx9j1hg2lydu2v82z7t5xer0 saved to cache
2026-03-13 08:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0u2xllywvy23dscd765y958wr0c8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cc3s2nulpfm7hfscgx0epqukt5ds> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tnxojcz3q1otou9jjl4kcj89198j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9bq19vgt8quh8bbakbjj7vp23zof> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5aa290>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0u2xllywvy23dscd765y958wr0c8 saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6fd050>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cc3s2nulpfm7hfscgx0epqukt5ds saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c874e90>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tnxojcz3q1otou9jjl4kcj89198j saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a40d0>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9bq19vgt8quh8bbakbjj7vp23zof saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/357aoy2x8lw3mptxnt494j6t7x6z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zz3oy4st0hvgv8qq98ycia3ms49u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4aqoigbfaky3jf933i7may6y6sie> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4fae10>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/357aoy2x8lw3mptxnt494j6t7x6z saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c78ec10>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zz3oy4st0hvgv8qq98ycia3ms49u saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56ec50>
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4aqoigbfaky3jf933i7may6y6sie saved to cache
2026-03-13 08:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9125nk5ekxj9o0wzih1lsn22xj5d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c897750>
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9125nk5ekxj9o0wzih1lsn22xj5d saved to cache
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tg446u3awkmf6nzdgzt4kqlnrj64> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d012610>
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tg446u3awkmf6nzdgzt4kqlnrj64 saved to cache
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5i7ysramqr2qfh32uggykb03k4il> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4mlr0wgck6la2odgu3r4rcw7ae5j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f54d0>
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5i7ysramqr2qfh32uggykb03k4il saved to cache
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cbzdd9mo52o53qe1zxubqg14pzap> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0eb550>
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4mlr0wgck6la2odgu3r4rcw7ae5j saved to cache
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c78fd50>
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cbzdd9mo52o53qe1zxubqg14pzap saved to cache
2026-03-13 08:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1e1i1i21tcqbil0vatymude1s680> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cc1at3jsvbjvzmuxd76qff833yjw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40bbd0>
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1e1i1i21tcqbil0vatymude1s680 saved to cache
2026-03-13 08:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 43de4333-6b60-5b31-97f1-6f9b7c40918d
2026-03-13 08:23:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43de4333-6b60-5b31-97f1-6f9b7c40918d, skipping ID generation
2026-03-13 08:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43de4333-6b60-5b31-97f1-6f9b7c40918d with scrape type 1
2026-03-13 08:23:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43de4333-6b60-5b31-97f1-6f9b7c40918d sending to next pipeline
2026-03-13 08:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 43de4333-6b60-5b31-97f1-6f9b7c40918d, identifier: 12243116
2026-03-13 08:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 43de4333-6b60-5b31-97f1-6f9b7c40918d with identifier: 12243116
2026-03-13 08:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 43de4333-6b60-5b31-97f1-6f9b7c40918d with identifier: 12243116
2026-03-13 08:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 43de4333-6b60-5b31-97f1-6f9b7c40918d with identifier: 12243116 to the API
2026-03-13 08:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:48 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/1e1i1i21tcqbil0vatymude1s680>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 194,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '43de4333-6b60-5b31-97f1-6f9b7c40918d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'AT67NOT',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243116',
 'listing': 'auction',
 'location': 'Carleton, Lancs',
 'make': 'Mercedes',
 'model': '-Benz E-Class Estate',
 'odometer': 82146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 25,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4890263,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1e1i1i21tcqbil0vatymude1s680',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 371027,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0u2xllywvy23dscd765y958wr0c8',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 392264,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zw3ahdkwubxqjdd0drbbyry3fx8m',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 397039,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wj4d21hhud5wa400fvgqimz3jkfe',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 252758,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fnd0tldegp9u3auf4ngpfij7d161',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 143123,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lian2hzl2v48lar973lbn3jy29gu',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 274571,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/twl9yzot7wp34luje5tsj5q2ys4j',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 271610,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vrwl4oer801h48ylrrcul4swp8vk',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 303827,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xfjl1t7mdlm3rnrxh8mh7161bxgv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43de4333-6b60-5b31-97f1-6f9b7c40918d/43de4333-6b60-5b31-97f1-6f9b7c40918d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 213690,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kcqppf4fuhekoi44c18w3837x4ob',
             'Width': 1280}],
 'price': 12500.0,
 'price_includes_vat': True,
 'registration_date': '2017-12-01',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mercedes-Benz E-Class Estate E220d AMG Line Premium Plus 5dr '
          '9G-Tronic',
 'transmission': 'automatic',
 'trim': 'E220d AMG Line Premium Plus 5dr 9G-Tronic',
 'vin': 'WDD2132042A374696',
 'year': 2017}
2026-03-13 08:23:48 [carwow.gb] INFO: Saving data for 12243116: {'created_time': 1773390228.773348, 'last_price_update_time': 1773390228.773362, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7282d0>
2026-03-13 08:23:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cc1at3jsvbjvzmuxd76qff833yjw saved to cache
2026-03-13 08:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/whhghl4re4w1z8pnqqq1bxrqfeoi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gtqmd84uae6o9qk865fgjk00cyck> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zsw44e50ne4eq03p7i1towl386o5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hhbtcll0eyu2sfjxm6zulmlwjg7q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/58ziz374kiuy27xptcbkz2hfg4xa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fu3q49xmatx0iv1g52j4w5715hnq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19fb90>
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whhghl4re4w1z8pnqqq1bxrqfeoi saved to cache
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15
2026-03-13 08:23:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d8c937e-040b-509f-b5e2-c2bd7e03db15, skipping ID generation
2026-03-13 08:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15 with scrape type 1
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d8c937e-040b-509f-b5e2-c2bd7e03db15 sending to next pipeline
2026-03-13 08:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 6d8c937e-040b-509f-b5e2-c2bd7e03db15, identifier: 12185218
2026-03-13 08:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 6d8c937e-040b-509f-b5e2-c2bd7e03db15 with identifier: 12185218
2026-03-13 08:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 6d8c937e-040b-509f-b5e2-c2bd7e03db15 with identifier: 12185218
2026-03-13 08:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 6d8c937e-040b-509f-b5e2-c2bd7e03db15 with identifier: 12185218 to the API
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/whhghl4re4w1z8pnqqq1bxrqfeoi>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 3,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '6d8c937e-040b-509f-b5e2-c2bd7e03db15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BX65XAK',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12185218',
 'listing': 'auction',
 'location': 'Hove, Brighton and Hove',
 'make': 'Volkswagen',
 'model': 'Scirocco',
 'odometer': 82000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 28,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5473474,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/whhghl4re4w1z8pnqqq1bxrqfeoi',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3553251,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4aqoigbfaky3jf933i7may6y6sie',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5256756,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tg446u3awkmf6nzdgzt4kqlnrj64',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5788553,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9125nk5ekxj9o0wzih1lsn22xj5d',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2648330,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cc3s2nulpfm7hfscgx0epqukt5ds',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4407038,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tnxojcz3q1otou9jjl4kcj89198j',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4311153,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9bq19vgt8quh8bbakbjj7vp23zof',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3841481,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d2evqx9j1hg2lydu2v82z7t5xer0',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5492681,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p7u02awecl06iezm91olagm8tyyq',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6d8c937e-040b-509f-b5e2-c2bd7e03db15/6d8c937e-040b-509f-b5e2-c2bd7e03db15_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5398634,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8fm6804znkxb9v8a5478t8obdo6o',
             'Width': 4284}],
 'price': 7000.0,
 'price_includes_vat': True,
 'registration_date': '2015-09-01',
 'seats_number': 4,
 'seller_name': None,
 'title': 'Volkswagen Scirocco 2.0 TDi 184 BlueMotion Tech R-Line 3dr',
 'transmission': 'manual',
 'trim': '2.0 TDi 184 BlueMotion Tech R-Line 3dr',
 'vin': 'WVWZZZ13ZGV000763',
 'year': 2015}
2026-03-13 08:23:49 [carwow.gb] INFO: Saving data for 12185218: {'created_time': 1773390229.647778, 'last_price_update_time': 1773390229.647787, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8db350>
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gtqmd84uae6o9qk865fgjk00cyck saved to cache
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c772090>
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zsw44e50ne4eq03p7i1towl386o5 saved to cache
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10d210>
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hhbtcll0eyu2sfjxm6zulmlwjg7q saved to cache
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b8c50>
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/58ziz374kiuy27xptcbkz2hfg4xa saved to cache
2026-03-13 08:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c820810>
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fu3q49xmatx0iv1g52j4w5715hnq saved to cache
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/agiamokj5t4v675ngaeqt0zuyv3f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tojdgvu6eg15j76ha3tr1ons4rn8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cffd0>
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/agiamokj5t4v675ngaeqt0zuyv3f saved to cache
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:23:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ce9d0>
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tojdgvu6eg15j76ha3tr1ons4rn8 saved to cache
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f
2026-03-13 08:23:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f, skipping ID generation
2026-03-13 08:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f with scrape type 1
2026-03-13 08:23:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f sending to next pipeline
2026-03-13 08:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f, identifier: 12166434
2026-03-13 08:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f with identifier: 12166434
2026-03-13 08:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f with identifier: 12166434
2026-03-13 08:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f with identifier: 12166434 to the API
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:50 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/tojdgvu6eg15j76ha3tr1ons4rn8>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 245,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'VX21UHT',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12166434',
 'listing': 'auction',
 'location': 'Stanmore, London',
 'make': 'Mercedes',
 'model': '-Benz GLE',
 'odometer': 44000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5066505,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tojdgvu6eg15j76ha3tr1ons4rn8',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5339655,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ks2wpiv2s5hybg7n0h0e8qkz3dal',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4816366,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9bzhj7c6z0s51vzosrhi8jjiq8tz',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4554867,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fu3q49xmatx0iv1g52j4w5715hnq',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2864371,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cbzdd9mo52o53qe1zxubqg14pzap',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1339099,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5i7ysramqr2qfh32uggykb03k4il',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3841355,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4mlr0wgck6la2odgu3r4rcw7ae5j',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4194835,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cc1at3jsvbjvzmuxd76qff833yjw',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3296708,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/357aoy2x8lw3mptxnt494j6t7x6z',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f/8da47f0d-6d1e-5788-a5ef-5eb16bcb7f7f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3386225,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zz3oy4st0hvgv8qq98ycia3ms49u',
             'Width': 4032}],
 'price': 32600.0,
 'price_includes_vat': True,
 'registration_date': '2021-03-01',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Mercedes-Benz GLE GLE 300d 4Matic AMG Line Prem 5dr 9G-Tronic [7 '
          'St]',
 'transmission': 'automatic',
 'trim': 'GLE 300d 4Matic AMG Line Prem 5dr 9G-Tronic [7 St]',
 'vin': 'W1N1671192A188899',
 'year': 2021}
2026-03-13 08:23:50 [carwow.gb] INFO: Saving data for 12166434: {'created_time': 1773390230.85995, 'last_price_update_time': 1773390230.859959, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242196> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w3i2podpztjta2fc3y7g9ou6aw7y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lgbkuowuz93xxmzrncu0reh4147d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242257> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:51 [carwow.gb] INFO: Page 19: found 33 listings
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12242518: 1
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12172770: 1
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa7590>
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w3i2podpztjta2fc3y7g9ou6aw7y saved to cache
2026-03-13 08:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d301e50>
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgbkuowuz93xxmzrncu0reh4147d saved to cache
2026-03-13 08:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 35d5816d-b3db-5dd7-9e40-d269249ed934
2026-03-13 08:23:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35d5816d-b3db-5dd7-9e40-d269249ed934, skipping ID generation
2026-03-13 08:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35d5816d-b3db-5dd7-9e40-d269249ed934 with scrape type 1
2026-03-13 08:23:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35d5816d-b3db-5dd7-9e40-d269249ed934 sending to next pipeline
2026-03-13 08:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 35d5816d-b3db-5dd7-9e40-d269249ed934, identifier: 12178096
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12225061: 1
2026-03-13 08:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 35d5816d-b3db-5dd7-9e40-d269249ed934 with identifier: 12178096
2026-03-13 08:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 35d5816d-b3db-5dd7-9e40-d269249ed934 with identifier: 12178096
2026-03-13 08:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 35d5816d-b3db-5dd7-9e40-d269249ed934 with identifier: 12178096 to the API
2026-03-13 08:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:51 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/lgbkuowuz93xxmzrncu0reh4147d>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.7 litres',
 'engine_horse_power': 125,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '35d5816d-b3db-5dd7-9e40-d269249ed934',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'FH12DNX',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12178096',
 'listing': 'auction',
 'location': 'Heswall, Wirral',
 'make': 'Vauxhall',
 'model': 'Astra',
 'odometer': 105580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 26,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2195477,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w3i2podpztjta2fc3y7g9ou6aw7y',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1390572,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kl11lmcidscgo67bqw0u086gdu7f',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2017879,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xwsksobus22tgw8tfoga4h1y994v',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2542080,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cv1odjue8kl4nkte5169cleg0fms',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1158045,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lgbkuowuz93xxmzrncu0reh4147d',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1169635,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/agiamokj5t4v675ngaeqt0zuyv3f',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1313371,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hhbtcll0eyu2sfjxm6zulmlwjg7q',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1140802,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zsw44e50ne4eq03p7i1towl386o5',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1590700,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/58ziz374kiuy27xptcbkz2hfg4xa',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35d5816d-b3db-5dd7-9e40-d269249ed934/35d5816d-b3db-5dd7-9e40-d269249ed934_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2099004,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gtqmd84uae6o9qk865fgjk00cyck',
             'Width': 3000}],
 'price': 700.0,
 'price_includes_vat': True,
 'registration_date': '2012-06-21',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Vauxhall Astra 1.7 CDTi 16V ecoFLEX SE [125] 5dr',
 'transmission': 'manual',
 'trim': '1.7 CDTi 16V ecoFLEX SE [125] 5dr',
 'vin': 'W0LPE6EF0CG116986',
 'year': 2012}
2026-03-13 08:23:51 [carwow.gb] INFO: Saving data for 12178096: {'created_time': 1773390231.689397, 'last_price_update_time': 1773390231.689407, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241017> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12241694: 1
2026-03-13 08:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240059> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12231291: 1
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12241372: 1
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12243424: 1
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12243462: 1
2026-03-13 08:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5sn119keh8buoeqno4vu5tk0iqgl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12179764: 1
2026-03-13 08:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12212389> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12205651> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:51 [carwow.gb] INFO: Scrape type for 12240782: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12205381: 1
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d010350>
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5sn119keh8buoeqno4vu5tk0iqgl saved to cache
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12223132: 1
2026-03-13 08:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243120> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=18)
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12243206: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12234476: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12242967: 1
2026-03-13 08:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fq3jrhhxv6oegzzdwntiljfyzoe1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12228086: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12244081: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12237574: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12232474: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12244619: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12241584: 1
2026-03-13 08:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fkvaa88qzopz0q2txz0i0kpxpvip> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12225061> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12232231: 1
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d114450>
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fq3jrhhxv6oegzzdwntiljfyzoe1 saved to cache
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241694> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 11912570: 1
2026-03-13 08:23:52 [carwow.gb] INFO: Scrape type for 12184783: 1
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c880290>
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fkvaa88qzopz0q2txz0i0kpxpvip saved to cache
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8
2026-03-13 08:23:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8b1c8d2-1313-5c72-8d61-1153f5a12dc8, skipping ID generation
2026-03-13 08:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 with scrape type 1
2026-03-13 08:23:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 sending to next pipeline
2026-03-13 08:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: c8b1c8d2-1313-5c72-8d61-1153f5a12dc8, identifier: 12233508
2026-03-13 08:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 with identifier: 12233508
2026-03-13 08:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 with identifier: 12233508
2026-03-13 08:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: c8b1c8d2-1313-5c72-8d61-1153f5a12dc8 with identifier: 12233508 to the API
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:23:52 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/fkvaa88qzopz0q2txz0i0kpxpvip>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 300,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8b1c8d2-1313-5c72-8d61-1153f5a12dc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'VS54DAR',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233508',
 'listing': 'auction',
 'location': 'Sunninghill, Windsor and Maidenhead',
 'make': 'Jaguar',
 'model': 'F-Type Convertible',
 'odometer': 29000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2465232,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fkvaa88qzopz0q2txz0i0kpxpvip',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2730557,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mrhlag5nxb84u0ewtklkwy8dknj4',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2588721,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fq3jrhhxv6oegzzdwntiljfyzoe1',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2703595,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5sn119keh8buoeqno4vu5tk0iqgl',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3398464,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hzglh2c61efmossq3fttt00tt7tz',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2488735,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8a03x9aqplv2531lsc2ege1056q4',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3013603,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sdcl0e0yduhd8q1ckz7sdqmf25og',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4326631,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/487i4wv5sdxz8v97gh51gafuxrd5',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3624177,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wdwf4lwtiohgppdos4fd8hlj6ey0',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c8b1c8d2-1313-5c72-8d61-1153f5a12dc8/c8b1c8d2-1313-5c72-8d61-1153f5a12dc8_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3624177,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8a7jj5cazgu81vyb6khhg2vf7zsa',
             'Width': 5712}],
 'price': 33500.0,
 'price_includes_vat': True,
 'registration_date': '2021-03-31',
 'seats_number': 2,
 'seller_name': None,
 'title': 'Jaguar F-Type Convertible 2.0 P300 First Edition 2dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 P300 First Edition 2dr Auto',
 'vin': 'SAJDB5AX7MCK70627',
 'year': 2021}
2026-03-13 08:23:53 [carwow.gb] INFO: Saving data for 12233508: {'created_time': 1773390233.144637, 'last_price_update_time': 1773390233.144653, 'auction_closing_time': 1773415800.0}
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243424> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12179764> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12189549: 1
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243462> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12223132> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234476> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12234994: 1
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12233629: 1
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232231> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12240326: 1
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12179345: 1
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12243503: 1
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241584> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12237421: 1
2026-03-13 08:23:53 [carwow.gb] WARNING: Skipping listing 12223132: missing year/registration_date
2026-03-13 08:23:53 [carwow.gb] WARNING: Failed to parse item for listing 12223132
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12240973: 1
2026-03-13 08:23:53 [carwow.gb] INFO: Scrape type for 12239215: 1
2026-03-13 08:23:53 [carwow.gb] INFO: Page 19: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244619> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233629> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12225061> (referer: https://dealers.carwow.co.uk/dealers/listings/12225061)
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243120> (referer: https://dealers.carwow.co.uk/dealers/listings/12243120)
2026-03-13 08:23:54 [carwow.gb] INFO: Provenance enriched listing 12225061: vin=WBAKK32010J112525, engine=2.0 litres, hp=184, doors=2, seats=4
2026-03-13 08:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 859d066d-4f87-562b-b144-d421dda4504a with identifier: 12225061
2026-03-13 08:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 859d066d-4f87-562b-b144-d421dda4504a with scrape type 1
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 859d066d-4f87-562b-b144-d421dda4504a
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h4bn16wc4wuufopqy8df98mswub2 not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/11912570> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12179764> (referer: https://dealers.carwow.co.uk/dealers/listings/12179764)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zxf53je9rynpoe3ssse6gnt4xm1q not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12184783> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxigrmyb4eobo4pelp3w46yydz8l not downloaded yet
2026-03-13 08:23:54 [carwow.gb] INFO: Provenance enriched listing 12243120: vin=VF1RZG00763333565, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc88345b-d452-500c-9c4f-e1f1bb4f2ae2 with identifier: 12243120
2026-03-13 08:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc88345b-d452-500c-9c4f-e1f1bb4f2ae2 with scrape type 1
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dc88345b-d452-500c-9c4f-e1f1bb4f2ae2
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t8c5bp5xknyr8p11ten2bje1ada6 not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wgndf7ln1215sr5hhcbrzeqw7d2e not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yanbxu70d2qf3c9eygo0fuibmwmw not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vifhgi4x15hjfab0ns9g82k85uf0 not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a2bee4vjuchtcfyomrqh1ix6izg not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sxin1h0fx4yo01001hpf9ingajwn not downloaded yet
2026-03-13 08:23:54 [carwow.gb] INFO: Provenance enriched listing 12179764: vin=VF3CA5FU8DW017654, engine=1.6 litres, hp=200, doors=3, seats=5
2026-03-13 08:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680735ce-eddd-5e2b-b292-b6da8d123626 with identifier: 12179764
2026-03-13 08:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680735ce-eddd-5e2b-b292-b6da8d123626 with scrape type 1
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 680735ce-eddd-5e2b-b292-b6da8d123626
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5krstu5hisfrarthvra42g9qhfcu not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mdsqpwurs1ymchdeq4czh9q9ea6x not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mewbhfz5nmde3ipixuihy8jgntga not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nv4vm3lsz1bolfu173b48fxhxqwg not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vs6xr71o5toh4anpc9voy2jhu66c not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232474> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4jtefvr4j8tnamttu107jgrzujno not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tkirs3471f20h4o8mz1axmv4ogx2 not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3mceea1k6cgf1a38i3lkwzcbrx2o not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uocsvf8ogjgye6debmljw1y1bftv not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wwox21e4fuu44ud9q1ah7mcatod2 not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5ftm7438v7kjs8ocji0kdvgi9vnv not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k60zy5dc3nxgljds2i3sm0a8yqmz not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m7njgspdovincapel8g7bvawmxbu not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233629> (referer: https://dealers.carwow.co.uk/dealers/listings/12233629)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bbqpigl6p6rdv5cs9jju39qww3v7 not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wdd26sltsw06jou9dwgggraxm1en not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244619> (referer: https://dealers.carwow.co.uk/dealers/listings/12244619)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xg9ioeugbx48rc84jo75uia22ofv not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239215> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=19)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/muj7mvael78vhsf6w98avu373g2k not downloaded yet
2026-03-13 08:23:54 [carwow.gb] INFO: Page 20: found 33 listings
2026-03-13 08:23:54 [carwow.gb] INFO: Scrape type for 12226401: 1
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nj5wemojnfrjbegdhacgft1g7let not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r29ytbrx1mcngfoar5l4fe4qhxgb not downloaded yet
2026-03-13 08:23:54 [carwow.gb] INFO: Scrape type for 12233580: 1
2026-03-13 08:23:54 [carwow.gb] INFO: Provenance enriched listing 12233629: vin=WP1ZZZ958PLB28199, engine=2.9 litres, hp=380, doors=5, seats=5
2026-03-13 08:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0baaff38-e2d6-58dc-9081-e1a10e55f477 with identifier: 12233629
2026-03-13 08:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0baaff38-e2d6-58dc-9081-e1a10e55f477 with scrape type 1
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0baaff38-e2d6-58dc-9081-e1a10e55f477
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zkbaapm381gmz195kvn3maevz36x not downloaded yet
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uiklw6roj7lv7tqpkoqashwnc9pr not downloaded yet
2026-03-13 08:23:54 [carwow.gb] INFO: Scrape type for 12246564: 1
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2x6ufmjrvkrzc2s7c644ecg47nif not downloaded yet
2026-03-13 08:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241584> (referer: https://dealers.carwow.co.uk/dealers/listings/12241584)
2026-03-13 08:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1g7cadlxcr5szxspu0w5orun53ei not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12240544: 1
2026-03-13 08:23:55 [carwow.gb] INFO: Provenance enriched listing 12244619: vin=VF3CC8HR0EW006489, engine=1.4 litres, hp=68, doors=5, seats=5
2026-03-13 08:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c89d979-d150-59c8-8587-1e1e61bdf47f with identifier: 12244619
2026-03-13 08:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c89d979-d150-59c8-8587-1e1e61bdf47f with scrape type 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9c89d979-d150-59c8-8587-1e1e61bdf47f
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f1ukg8yh0xa45q62wqffinohdxa9 not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/szg3on56bk5t39ceqlp852lhsn7b not downloaded yet
2026-03-13 08:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5ftm7438v7kjs8ocji0kdvgi9vnv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12222159: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/91kaypfrr9gpb8b5yllnhr6pr8xr not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1oynym82of7ovjuwq35to5h3ay57 not downloaded yet
2026-03-13 08:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12184783> (referer: https://dealers.carwow.co.uk/dealers/listings/12184783)
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12239817: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ecz75d2lsn71i4stfdmh5bvb6a5o not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l46odhtx6exqfmfln3h7tnxtobsq not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Provenance enriched listing 12241584: vin=WAUZZZGA0LA001094, engine=1.6 litres, hp=116, doors=5, seats=5
2026-03-13 08:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b51292b-3f56-52a9-b98e-cc9f76420327 with identifier: 12241584
2026-03-13 08:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b51292b-3f56-52a9-b98e-cc9f76420327 with scrape type 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b51292b-3f56-52a9-b98e-cc9f76420327
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ztsa7ve78oio0ly9zxmod2jvvfbc not downloaded yet
2026-03-13 08:23:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0fa390>
2026-03-13 08:23:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc88345b-d452-500c-9c4f-e1f1bb4f2ae2/dc88345b-d452-500c-9c4f-e1f1bb4f2ae2_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5ftm7438v7kjs8ocji0kdvgi9vnv saved to cache
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dc88345b-d452-500c-9c4f-e1f1bb4f2ae2
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12219605: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dar9prjruwd25j42gml37q9qhb02 not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vtcqfg8hm6e5po38nasx5sjqt6tc not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q2uizkny27jsjuq5d89jvws6zd8b not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12212093: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sd8150aii5yfiq39xov5gyfncatw not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o81ft50dqt9wqszxvhz0cz19bfiq not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0qu59iabpl2bx239tenvlly5g9nc not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12233890: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lwlnmuvejqk9shm6r76f2imysqd4 not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Provenance enriched listing 12184783: vin=UV1HSDCM500000327, engine=1.6 litres, hp=105, doors=5, seats=5
2026-03-13 08:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9 with identifier: 12184783
2026-03-13 08:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9 with scrape type 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2rk7g6fig7kfn0h99e2f1lunjlh1 not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6b5qr8zoytrw5ermkir83j3yb017 not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8xynzly2i0k3x0bvpbrpg6hhh0b2 not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12245968: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h1p34t81evhg45ca5mp9o0auuwnw not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o4tmtbbed27buvcushz4k1674w88 not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h6nvq1h3yrjx8cpnke205vicjlor not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jg7y2m884i03eqnkk1o35i1f3dpr not downloaded yet
2026-03-13 08:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232474> (referer: https://dealers.carwow.co.uk/dealers/listings/12232474)
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12208992: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p94tfuhuxi8z8osq6a5e2qlte2jy not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3zkpvdox8f9usmgie2mpcp2l3olr not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xenxfet2hlmp7nhkbkdtvb13fwca not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ng7iut9hofv1xdzr5dhfgzdy8n33 not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12222870: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wl9w4bfjvebqvrmnm8iv5g8b0clf not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/89le76entmthym6dssmms61qdicn not downloaded yet
2026-03-13 08:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/szg3on56bk5t39ceqlp852lhsn7b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12246564> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v7ij3qmw4crp5mm3kggpwbnujxlr not downloaded yet
2026-03-13 08:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/91kaypfrr9gpb8b5yllnhr6pr8xr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:55 [carwow.gb] INFO: Scrape type for 12227161: 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v0uvrz8jfx4yuhdascuayciuftsp not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fwzt3wwh8fg9bd358rvroq71y7xm not downloaded yet
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/koydf41ojgklvkmkk7tcruzwevpn not downloaded yet
2026-03-13 08:23:55 [carwow.gb] INFO: Provenance enriched listing 12232474: vin=SALRA2AK4L2421480, engine=3.0 litres, hp=306, doors=5, seats=7
2026-03-13 08:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c09df304-68fb-505b-acc2-eb6ebba8f8c8 with identifier: 12232474
2026-03-13 08:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c09df304-68fb-505b-acc2-eb6ebba8f8c8 with scrape type 1
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c09df304-68fb-505b-acc2-eb6ebba8f8c8
2026-03-13 08:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y6idfg8yjjeywi4qej94ax9b1s30 not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12234813: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9iog4s4pfevvdp2cubuthkr2g8zf not downloaded yet
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0ltpd4ell8wvx1r2naugxi6t5vhd not downloaded yet
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bjl8perdxm01gafp7a8qtfl2ot7v not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12244546: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6rh5tc45imitkckn3nhagbyp9ifs not downloaded yet
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/48u59cjlpvhviqgbgp59zczifrxf not downloaded yet
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9zd3ijnwpjnyxbuzjb9r06jnlne1 not downloaded yet
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d442410>
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0baaff38-e2d6-58dc-9081-e1a10e55f477/0baaff38-e2d6-58dc-9081-e1a10e55f477_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/szg3on56bk5t39ceqlp852lhsn7b saved to cache
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0baaff38-e2d6-58dc-9081-e1a10e55f477
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b2f10>
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c89d979-d150-59c8-8587-1e1e61bdf47f/9c89d979-d150-59c8-8587-1e1e61bdf47f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/91kaypfrr9gpb8b5yllnhr6pr8xr saved to cache
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9c89d979-d150-59c8-8587-1e1e61bdf47f
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12141568: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/51di09gtsm9otn4nnvg4yztkkqxq not downloaded yet
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a90vtnbq4nhrs41q1rw21bl8colq not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12233949: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/29yofojavgfqynh8yj5eergmm6ja not downloaded yet
2026-03-13 08:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ng7iut9hofv1xdzr5dhfgzdy8n33> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6vvw6446gak4tmatfrjucpjfauoj not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12229480: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h4qr1ag1k8d8nnkjtycn1dvdi9eu not downloaded yet
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uwgmzm5j3puco0lxxkycsofpqh9w not downloaded yet
2026-03-13 08:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xenxfet2hlmp7nhkbkdtvb13fwca> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12245253: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rznfy7iv9jdkkwtx7cexc3z72s48 not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12232854: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gxkvvdlfnjpiun6iqe0ka4nc78kw not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12239748: 1
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jyqab40bvynischej7q15nasirjm not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12167233: 1
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc15d0>
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b51292b-3f56-52a9-b98e-cc9f76420327/1b51292b-3f56-52a9-b98e-cc9f76420327_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ng7iut9hofv1xdzr5dhfgzdy8n33 saved to cache
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1b51292b-3f56-52a9-b98e-cc9f76420327
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/50nx569akofyp48g10b22pyltrgj not downloaded yet
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12235643: 1
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2eb0d0>
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0baaff38-e2d6-58dc-9081-e1a10e55f477/0baaff38-e2d6-58dc-9081-e1a10e55f477_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xenxfet2hlmp7nhkbkdtvb13fwca saved to cache
2026-03-13 08:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0baaff38-e2d6-58dc-9081-e1a10e55f477
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12155434: 1
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12218647: 1
2026-03-13 08:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wdd26sltsw06jou9dwgggraxm1en> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12241289: 1
2026-03-13 08:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a90vtnbq4nhrs41q1rw21bl8colq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12227501: 1
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12225003: 1
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12243532: 1
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12240384: 1
2026-03-13 08:23:56 [carwow.gb] INFO: Scrape type for 12161456: 1
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce69190>
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_680735ce-eddd-5e2b-b292-b6da8d123626/680735ce-eddd-5e2b-b292-b6da8d123626_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wdd26sltsw06jou9dwgggraxm1en saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 680735ce-eddd-5e2b-b292-b6da8d123626
2026-03-13 08:23:57 [carwow.gb] INFO: Scrape type for 12243410: 1
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d343b10>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c09df304-68fb-505b-acc2-eb6ebba8f8c8/c09df304-68fb-505b-acc2-eb6ebba8f8c8_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a90vtnbq4nhrs41q1rw21bl8colq saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c09df304-68fb-505b-acc2-eb6ebba8f8c8
2026-03-13 08:23:57 [carwow.gb] INFO: Scrape type for 12227536: 1
2026-03-13 08:23:57 [carwow.gb] INFO: Page 20: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=21
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wwox21e4fuu44ud9q1ah7mcatod2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h4bn16wc4wuufopqy8df98mswub2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zxf53je9rynpoe3ssse6gnt4xm1q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o4tmtbbed27buvcushz4k1674w88> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0aa0d0>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_680735ce-eddd-5e2b-b292-b6da8d123626/680735ce-eddd-5e2b-b292-b6da8d123626_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wwox21e4fuu44ud9q1ah7mcatod2 saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 680735ce-eddd-5e2b-b292-b6da8d123626
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce69110>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_859d066d-4f87-562b-b144-d421dda4504a/859d066d-4f87-562b-b144-d421dda4504a_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h4bn16wc4wuufopqy8df98mswub2 saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 859d066d-4f87-562b-b144-d421dda4504a
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc3f90>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_859d066d-4f87-562b-b144-d421dda4504a/859d066d-4f87-562b-b144-d421dda4504a_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zxf53je9rynpoe3ssse6gnt4xm1q saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 859d066d-4f87-562b-b144-d421dda4504a
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d130710>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9/bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o4tmtbbed27buvcushz4k1674w88 saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241289> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12218647> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/89le76entmthym6dssmms61qdicn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h4qr1ag1k8d8nnkjtycn1dvdi9eu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5e6650>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9/bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/89le76entmthym6dssmms61qdicn saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9
2026-03-13 08:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=21> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d467590>
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:23:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9/bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h4qr1ag1k8d8nnkjtycn1dvdi9eu saved to cache
2026-03-13 08:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bf0a0c97-0eb9-5aba-8db1-4e2b28e57af9
2026-03-13 08:23:58 [carwow.gb] INFO: Page 21: found 33 listings
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12221179: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12225299: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12244521: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12240427: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12246141: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12238058: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12240216: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12183346: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12236652: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12224009: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12135855: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12236341: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12237797: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12235194: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12227287: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12194449: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12212985: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12243921: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12238731: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12239004: 1
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12225003> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12225688: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12240714: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12199967: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12233679: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12216719: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12199442: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12224342: 1
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12227536> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12244071: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12236204: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12242533: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12245806: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12219305: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Scrape type for 12234079: 1
2026-03-13 08:23:58 [carwow.gb] INFO: Page 21: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243532> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12161456> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243410> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239004> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=21)
2026-03-13 08:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241289> (referer: https://dealers.carwow.co.uk/dealers/listings/12241289)
2026-03-13 08:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12225003> (referer: https://dealers.carwow.co.uk/dealers/listings/12225003)
2026-03-13 08:23:59 [carwow.gb] INFO: Provenance enriched listing 12241289: vin=SALCA2AN3KH803897, engine=2.0 litres, hp=180, doors=5, seats=7
2026-03-13 08:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64af919-508b-5f28-b9d8-55a87cb2cc0a with identifier: 12241289
2026-03-13 08:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64af919-508b-5f28-b9d8-55a87cb2cc0a with scrape type 1
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c64af919-508b-5f28-b9d8-55a87cb2cc0a
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w3h9s25l4glvhebhp85cqg9j2j9n not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9owvc80b08q31zf1j14z0d8oe3p6 not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tx4tve6zj10vwjns9q0aq4a7gclq not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ifm4xtucjzln2d655rwiegl51jwl not downloaded yet
2026-03-13 08:23:59 [carwow.gb] INFO: Provenance enriched listing 12225003: vin=WBAJF32050BX19618, engine=2.0 litres, hp=190, doors=4, seats=5
2026-03-13 08:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06ab1946-87ee-5724-bffa-2eff104d9225 with identifier: 12225003
2026-03-13 08:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ab1946-87ee-5724-bffa-2eff104d9225 with scrape type 1
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 06ab1946-87ee-5724-bffa-2eff104d9225
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w278qgydxdwq26ltols0smvicyw1 not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vd6v79lkbrsbj3tsmngwizs9va13 not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ue5olpz8ls290yqi41d3xrfwzeal not downloaded yet
2026-03-13 08:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240384> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ro5rbk9yb5orh8ua4os8u22l6f07 not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kf6r6c1qfnvzbthq02kie7fisyzr not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8x6v5qonz1fu50gk6nldjlc3z50r not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c9726po22ub5tkwrj86qesjx5dtb not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/phgywtcq1si1ayin8bmh2kh1w3st not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lusf2urxa7olzuyxf8qvvgxblrso not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dwnv9cyhneexoc32o96v3ic9udd3 not downloaded yet
2026-03-13 08:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12218647> (referer: https://dealers.carwow.co.uk/dealers/listings/12218647)
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h52682makaqfw7s60usf1012aru9 not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mf8zknc9m9g2zyc4pcc11q93zi98 not downloaded yet
2026-03-13 08:23:59 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:59 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:59 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:23:59 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:00 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:00 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:00 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:00 [scrapy.core.scraper] ERROR: Spider error processing <GET https://dealers.carwow.co.uk/dealers/listings/12240384> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=20)
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 295, in aiter_errback
    yield await it.__anext__()
          ^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy_zyte_api/_middlewares.py", line 206, in process_spider_output_async
    async for item_or_request in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/79d33o82n7im6hwnjhm6z08t3dim not downloaded yet
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234079> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=21)
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12227536> (referer: https://dealers.carwow.co.uk/dealers/listings/12227536)
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243410> (referer: https://dealers.carwow.co.uk/dealers/listings/12243410)
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12161456> (referer: https://dealers.carwow.co.uk/dealers/listings/12161456)
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=21)
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243532> (referer: https://dealers.carwow.co.uk/dealers/listings/12243532)
2026-03-13 08:24:00 [carwow.gb] INFO: Provenance enriched listing 12218647: vin=TMBME7NS8N8060123, engine=2.0 litres, hp=190, doors=5, seats=7
2026-03-13 08:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a12186ca-0664-5426-826b-702cff13d554 with identifier: 12218647
2026-03-13 08:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a12186ca-0664-5426-826b-702cff13d554 with scrape type 1
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a12186ca-0664-5426-826b-702cff13d554
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h8axpozvvtd0llo54mt8lnkjp5gj not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xgakol6tfqjbpf57wey40y25tai5 not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dmpev2zmzewmqx772djsz8vb2i87 not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7briv9hhn1hctwucfrsdz24vft9i not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rnuk5suh3th6ab4hu6nxnceo5wjw not downloaded yet
2026-03-13 08:24:00 [carwow.gb] INFO: Provenance enriched listing 12227536: vin=WAUZZZGY9PA123052, engine=1.5 litres, hp=150, doors=4, seats=5
2026-03-13 08:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c0ea8f8-2a15-5dcb-86d4-ba1965567ec4 with identifier: 12227536
2026-03-13 08:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c0ea8f8-2a15-5dcb-86d4-ba1965567ec4 with scrape type 1
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c0ea8f8-2a15-5dcb-86d4-ba1965567ec4
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2t72ty5ce1bnnov3aw44ghuatp1j not downloaded yet
2026-03-13 08:24:00 [carwow.gb] INFO: Provenance enriched listing 12243410: vin=SAL1A2A46RA195939, engine=3.0 litres, hp=460, doors=5, seats=5
2026-03-13 08:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32125051-b4a2-5152-bd58-3dfdec21267b with identifier: 12243410
2026-03-13 08:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32125051-b4a2-5152-bd58-3dfdec21267b with scrape type 1
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 32125051-b4a2-5152-bd58-3dfdec21267b
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/md287dwin6oqadwtea6353x55blw not downloaded yet
2026-03-13 08:24:00 [carwow.gb] INFO: Provenance enriched listing 12161456: vin=SALCA2AN6HH698569, engine=2.0 litres, hp=180, doors=5, seats=7
2026-03-13 08:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08b2c522-ce3c-556c-96f3-3c1587b5b89a with identifier: 12161456
2026-03-13 08:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b2c522-ce3c-556c-96f3-3c1587b5b89a with scrape type 1
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 08b2c522-ce3c-556c-96f3-3c1587b5b89a
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w0scxjy5i9vvj9gfz8pcb3tip0ly not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vy8gqeq3ygpzge1mkbf32z2crmff not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c1mqr81b0awouht1zoagsb97eqde not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zwo1g4x7zyr6k88h34p4uq2kdqcs not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wfbdfzkkohsyio9wilfp67b82zgb not downloaded yet
2026-03-13 08:24:00 [carwow.gb] INFO: Page 22: found 33 listings
2026-03-13 08:24:00 [carwow.gb] INFO: Scrape type for 12226959: 1
2026-03-13 08:24:00 [carwow.gb] INFO: Provenance enriched listing 12243532: vin=WAUZZZ8U5HR094387, engine=2.0 litres, hp=150, doors=5, seats=5
2026-03-13 08:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d1ace2c-5ede-52a8-b92b-990b49a14845 with identifier: 12243532
2026-03-13 08:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d1ace2c-5ede-52a8-b92b-990b49a14845 with scrape type 1
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1d1ace2c-5ede-52a8-b92b-990b49a14845
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xpowkplgot39n1j6c0wz7gbhznsi not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pqak7ea63wmbsyweb2l0l1vna2yc not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4ksu4ivze69kcx6pyjw7s6dqdhe6 not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/npqld2qa3zor13ip3a7o83t7bay4 not downloaded yet
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/21sltf945t91saoi9x1rtlbjy8lj not downloaded yet
2026-03-13 08:24:00 [carwow.gb] INFO: Scrape type for 12241725: 1
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1j23xdlpvqdua057tb8fgdg88729 not downloaded yet
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mf8zknc9m9g2zyc4pcc11q93zi98> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/orlang89iuchrqegy2vyas9d46s2 not downloaded yet
2026-03-13 08:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dwnv9cyhneexoc32o96v3ic9udd3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fkljonvnq4pgw3rpj0t1xv6yvwju not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/npqjaiynmb95k8vhsxawltrexm87 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gpih9kcbmrcjsbuqoy7smhvuuqy6 not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12210882: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ci076oxwn9z3wy3rbucil4zc7bcs not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ghva2lygau7lj7fflvstsgqeobx not downloaded yet
2026-03-13 08:24:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/phgywtcq1si1ayin8bmh2kh1w3st> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/53kxs5frr391k2l4mddepwnp7w71 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9nnz7eodhpxxv04nm95m58g1alm0 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6vbnpcoi9rdkgnpda3739gixpu04 not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12162784: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r0uklzx9xcwyn9fzd8wusvwqeql3 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5js642zkeel8y2xj9f521ptdx0wd not downloaded yet
2026-03-13 08:24:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d33a410>
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c64af919-508b-5f28-b9d8-55a87cb2cc0a/c64af919-508b-5f28-b9d8-55a87cb2cc0a_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mf8zknc9m9g2zyc4pcc11q93zi98 saved to cache
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c64af919-508b-5f28-b9d8-55a87cb2cc0a
2026-03-13 08:24:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d315610>
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c64af919-508b-5f28-b9d8-55a87cb2cc0a/c64af919-508b-5f28-b9d8-55a87cb2cc0a_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dwnv9cyhneexoc32o96v3ic9udd3 saved to cache
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c64af919-508b-5f28-b9d8-55a87cb2cc0a
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kgdu0o63vosnxa7v4x91taqyt7l2 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bmlu9kj5udtc7aflcc12b169vqx4 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3q9zlhjpu5n7uich8u568m921gwq not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12243834: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hwu9otxik48vdi8pdmt29u7m1uei not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6wm4itd3ls4t8qvuszn4lo4ef7rr not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jnvvslxc76bqd5dsavycv08xwjl6 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mvwe3q1pmpx8o3qnzutkvms7vwuc not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12113797: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2x8v3b2ghvi3a0hb3dyl7os7vm33 not downloaded yet
2026-03-13 08:24:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c8710>
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c64af919-508b-5f28-b9d8-55a87cb2cc0a/c64af919-508b-5f28-b9d8-55a87cb2cc0a_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/phgywtcq1si1ayin8bmh2kh1w3st saved to cache
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c64af919-508b-5f28-b9d8-55a87cb2cc0a
2026-03-13 08:24:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pqak7ea63wmbsyweb2l0l1vna2yc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/05fexj4z9edkovx1nbdg8m010jzp not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t5lhns38fcf9qj6rt83hx2ue0i6a not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hroe59kc7cjmx3zclsejo38gfs43 not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12230121: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/apnya35g8uhb59qe77zew3y6jppe not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1fpt03wxmhy81yqmxj7oauis8p9e not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/toa06zk4brvpl6dt1yladegqbni6 not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pipyxm6llgk6umk6w10sx2uxbiul not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12191334: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2qbz7q29c9lm21fxcb24efmhqrov not downloaded yet
2026-03-13 08:24:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1j23xdlpvqdua057tb8fgdg88729> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/izodtpxghteqlrjwwn59saygaafo not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vnml3ikhe9zgb7se7uiyahlac1qo not downloaded yet
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n01vw1wm72jgtc3g5t8oqk62o1s2 not downloaded yet
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12240402: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ojkemkuhbwetec28o315fvqlwe6j not downloaded yet
2026-03-13 08:24:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7ghva2lygau7lj7fflvstsgqeobx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:01 [carwow.gb] INFO: Scrape type for 12240034: 1
2026-03-13 08:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/szsxtermz802nqmjlj2zer3x2u4y not downloaded yet
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfd80d0>
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a12186ca-0664-5426-826b-702cff13d554/a12186ca-0664-5426-826b-702cff13d554_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pqak7ea63wmbsyweb2l0l1vna2yc saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a12186ca-0664-5426-826b-702cff13d554
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12213083: 1
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d354390>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d1ace2c-5ede-52a8-b92b-990b49a14845/1d1ace2c-5ede-52a8-b92b-990b49a14845_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1j23xdlpvqdua057tb8fgdg88729 saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1d1ace2c-5ede-52a8-b92b-990b49a14845
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hwu9otxik48vdi8pdmt29u7m1uei> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12232585: 1
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19e950>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a12186ca-0664-5426-826b-702cff13d554/a12186ca-0664-5426-826b-702cff13d554_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ghva2lygau7lj7fflvstsgqeobx saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a12186ca-0664-5426-826b-702cff13d554
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12232227: 1
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12210976: 1
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/apnya35g8uhb59qe77zew3y6jppe> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12190875: 1
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb8b10>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d1ace2c-5ede-52a8-b92b-990b49a14845/1d1ace2c-5ede-52a8-b92b-990b49a14845_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hwu9otxik48vdi8pdmt29u7m1uei saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1d1ace2c-5ede-52a8-b92b-990b49a14845
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ue5olpz8ls290yqi41d3xrfwzeal> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12218450: 1
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12222020: 1
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c73d490>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d1ace2c-5ede-52a8-b92b-990b49a14845/1d1ace2c-5ede-52a8-b92b-990b49a14845_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/apnya35g8uhb59qe77zew3y6jppe saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1d1ace2c-5ede-52a8-b92b-990b49a14845
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12242242: 1
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ojkemkuhbwetec28o315fvqlwe6j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12242588: 1
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lusf2urxa7olzuyxf8qvvgxblrso> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12232491: 1
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d02f610>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06ab1946-87ee-5724-bffa-2eff104d9225/06ab1946-87ee-5724-bffa-2eff104d9225_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ue5olpz8ls290yqi41d3xrfwzeal saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 06ab1946-87ee-5724-bffa-2eff104d9225
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h52682makaqfw7s60usf1012aru9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12246584: 1
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12231487: 1
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89a0d0>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d1ace2c-5ede-52a8-b92b-990b49a14845/1d1ace2c-5ede-52a8-b92b-990b49a14845_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ojkemkuhbwetec28o315fvqlwe6j saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1d1ace2c-5ede-52a8-b92b-990b49a14845
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89ba90>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06ab1946-87ee-5724-bffa-2eff104d9225/06ab1946-87ee-5724-bffa-2eff104d9225_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lusf2urxa7olzuyxf8qvvgxblrso saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 06ab1946-87ee-5724-bffa-2eff104d9225
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12239659: 1
2026-03-13 08:24:02 [carwow.gb] INFO: Scrape type for 12244751: 1
2026-03-13 08:24:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf3e750>
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06ab1946-87ee-5724-bffa-2eff104d9225/06ab1946-87ee-5724-bffa-2eff104d9225_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h52682makaqfw7s60usf1012aru9 saved to cache
2026-03-13 08:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 06ab1946-87ee-5724-bffa-2eff104d9225
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/79d33o82n7im6hwnjhm6z08t3dim> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12190875> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12240684: 1
2026-03-13 08:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c9726po22ub5tkwrj86qesjx5dtb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12213083> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12163638: 1
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12237393: 1
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12185504: 1
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12218827: 1
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12191782: 1
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12192676: 1
2026-03-13 08:24:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d710cd0>
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06ab1946-87ee-5724-bffa-2eff104d9225/06ab1946-87ee-5724-bffa-2eff104d9225_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/79d33o82n7im6hwnjhm6z08t3dim saved to cache
2026-03-13 08:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 06ab1946-87ee-5724-bffa-2eff104d9225
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12244436: 1
2026-03-13 08:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12210976> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef72390>
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06ab1946-87ee-5724-bffa-2eff104d9225/06ab1946-87ee-5724-bffa-2eff104d9225_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c9726po22ub5tkwrj86qesjx5dtb saved to cache
2026-03-13 08:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 06ab1946-87ee-5724-bffa-2eff104d9225
2026-03-13 08:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12222020> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:03 [carwow.gb] INFO: Scrape type for 12200908: 1
2026-03-13 08:24:03 [carwow.gb] INFO: Page 22: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23
2026-03-13 08:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12239659> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12190875> (referer: https://dealers.carwow.co.uk/dealers/listings/12190875)
2026-03-13 08:24:04 [carwow.gb] INFO: Provenance enriched listing 12190875: vin=WAUZZZ4MXKD029531, engine=3.0 litres, hp=286, doors=5, seats=7
2026-03-13 08:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ff6a41-1a84-59ed-85d1-7ea7434ece13 with identifier: 12190875
2026-03-13 08:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13 with scrape type 1
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1k5dx1jib57eh7rinajzddyktlsd not downloaded yet
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12192676> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/11148kyze4p7b6y34zqidzvdg79s not downloaded yet
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12191782> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/histk72qu7dh82dr282j1jkyyiyq not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f6lw2hl0tp6i9s8mcxb5v0phxcq6 not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bz3hpawpq82hlvaw185spccj3qu9 not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1me22olrwbuoflafz1o3l5z64lxp not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ruwguc06z33tudy3t27x9hrekuik not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jwr079sgpwognhiykylxtm1op4hz not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/goqgd7w2k8tbiem0a6k4aoy1xtcl not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vr0sbr9b44g5f3i42ehtx20ck3g4 not downloaded yet
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1k5dx1jib57eh7rinajzddyktlsd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12185504> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244436> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:08 15:55:36\x00'
2026-03-13 08:24:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f25dcd0>
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1k5dx1jib57eh7rinajzddyktlsd saved to cache
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vr0sbr9b44g5f3i42ehtx20ck3g4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfedf50>
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vr0sbr9b44g5f3i42ehtx20ck3g4 saved to cache
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12218827> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12222020> (referer: https://dealers.carwow.co.uk/dealers/listings/12222020)
2026-03-13 08:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12239659> (referer: https://dealers.carwow.co.uk/dealers/listings/12239659)
2026-03-13 08:24:04 [carwow.gb] INFO: Provenance enriched listing 12222020: vin=SALCA2AN2HH639034, engine=2.0 litres, hp=180, doors=5, seats=7
2026-03-13 08:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 144c390b-af56-594f-abf6-f29c225c29e0 with identifier: 12222020
2026-03-13 08:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144c390b-af56-594f-abf6-f29c225c29e0 with scrape type 1
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vwxrnxcfnieobkzwxwtarfduuwsg not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/brlvrorm5p627m076dqfltr32map not downloaded yet
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9iolxer4ovf9kiwswfv22g7o8aws not downloaded yet
2026-03-13 08:24:04 [carwow.gb] INFO: Provenance enriched listing 12239659: vin=WV2ZZZ7HZLH052991, engine=2.0 litres, hp=150, doors=5, seats=7
2026-03-13 08:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 with identifier: 12239659
2026-03-13 08:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 with scrape type 1
2026-03-13 08:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c6gf969e1thdo0o9bk7vfscpph0t not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/slqmx66gv9lea7bqo8sja2yavrmx not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jkgzbwy0h1gxsahfj8vby9088vdd not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/en8q6hjzb9l3geevidr90oc0uo6g not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jzmec58dbamejm7tzd7911yyn6ip not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12191782> (referer: https://dealers.carwow.co.uk/dealers/listings/12191782)
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12231487> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dk262eygdt42wh3b8erbqebx0i4c not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vjuz0qr4zho741fpbvhpxrybjss1 not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244436> (referer: https://dealers.carwow.co.uk/dealers/listings/12244436)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kbxzmowbdc70ej85gbvehwwee08u not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5ij55er30e2qgj9fnmilmzduhfi5 not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hk69j83as14opzncg9fezpam0h8k not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oqt03htpw0qq8owmzqwu8jqgbiyj not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jwr079sgpwognhiykylxtm1op4hz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3hmy8wb8ga9dkd71qfihvymglfkh not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xev8qyth5vntfgqlrnb1t2bjyweu not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5xgtbv6x2ctdyuhud33ucf8th4s5 not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pso5zmx3c2ne3ocrfodr7xs15wvr not downloaded yet
2026-03-13 08:24:05 [carwow.gb] INFO: Provenance enriched listing 12191782: vin=WP0ZZZ98ZYU640705, engine=3.2 litres, hp=252, doors=2, seats=2
2026-03-13 08:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa552b9f-dba1-566a-97c2-f3b5e7914362 with identifier: 12191782
2026-03-13 08:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa552b9f-dba1-566a-97c2-f3b5e7914362 with scrape type 1
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v37it2mxehfycmtygmod9fcrlgn3 not downloaded yet
2026-03-13 08:24:05 [carwow.gb] INFO: Provenance enriched listing 12244436: vin=YV1DZA8CDG2925946, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 with identifier: 12244436
2026-03-13 08:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 with scrape type 1
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lbh5wupyq65o3sc6abt11nvlyyt not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qivbfael3xc27goeuuhb10lt0kh6 not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12185504> (referer: https://dealers.carwow.co.uk/dealers/listings/12185504)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wc3e58gdl2uzae86d5s8l8dtk7kv not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mk3kp9v9igkuko2uweataxo5rrxr not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12192676> (referer: https://dealers.carwow.co.uk/dealers/listings/12192676)
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dk262eygdt42wh3b8erbqebx0i4c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/21pivqox7zvmvs3oiz0xwzb6z9tc not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/en8q6hjzb9l3geevidr90oc0uo6g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0a2empkkkrgk7ng5dt1fiqyu895x not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hnvcah9oiq2v4e064ws2mbgowqn9 not downloaded yet
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6f910>
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jwr079sgpwognhiykylxtm1op4hz saved to cache
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jzmec58dbamejm7tzd7911yyn6ip> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dnjf1leqw52ot9g9kd0l1rwb6o2q not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ebi1dgxc0gxedkktcyx8l5emcyqs not downloaded yet
2026-03-13 08:24:05 [carwow.gb] INFO: Provenance enriched listing 12185504: vin=WAUZZZ4M9HD045468, engine=3.0 litres, hp=218, doors=5, seats=7
2026-03-13 08:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b08b40d-b23e-50fa-9978-d5d30fa44958 with identifier: 12185504
2026-03-13 08:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b08b40d-b23e-50fa-9978-d5d30fa44958 with scrape type 1
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gi9rx9on58u8ni9x3v8ms5qij1jo not downloaded yet
2026-03-13 08:24:05 [carwow.gb] INFO: Provenance enriched listing 12192676: vin=W0L0SDL68A4111456, engine=1.4 litres, hp=90, doors=5, seats=5
2026-03-13 08:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c41e76-5b9e-5a35-b178-460fa687e61f with identifier: 12192676
2026-03-13 08:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c41e76-5b9e-5a35-b178-460fa687e61f with scrape type 1
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tm9pdhzjpu491q66f83kpk72mso0 not downloaded yet
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2dd490>
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dk262eygdt42wh3b8erbqebx0i4c saved to cache
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4lv11shw8w1f1f85cuorahepjp6w not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uuk2i8hoazrylfbrrgas64pzvfyp not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/11148kyze4p7b6y34zqidzvdg79s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b8htnz6httqcm9yq9ov1fqpf6ak0 not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h02nibbhqcx9ef5a1dc228qtzbyh not downloaded yet
2026-03-13 08:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oqt03htpw0qq8owmzqwu8jqgbiyj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/81mt5pmtlqzp4fvgcv1346uzgajr not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b4k6weqmzl5xi21wen9vyjyptne9 not downloaded yet
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8bae90>
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/en8q6hjzb9l3geevidr90oc0uo6g saved to cache
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:26:17\x00'
2026-03-13 08:24:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c768ed0>
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jzmec58dbamejm7tzd7911yyn6ip saved to cache
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d9l5sx4khkss9yzyvfvwvzbvimp3 not downloaded yet
2026-03-13 08:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/co2yhxnrfsyfc4n18bko1qtzaho4 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u7ysafuix1mt3zsikv79mnmzcvil not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9mqxvu3lhx1yzm8811ednu7x0qnu not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/puoq57c5xurymhmc2e39sdsqdsmf not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wgrxb5erpergzf0ec7qyv1jcl0z0 not downloaded yet
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d010690>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/11148kyze4p7b6y34zqidzvdg79s saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:27:32\x00'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d011710>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oqt03htpw0qq8owmzqwu8jqgbiyj saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1lbh5wupyq65o3sc6abt11nvlyyt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rebkskl5v5599x89mpcfvw7m5gat not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0zhg93wcukuyasvhdm6xfzutowx1 not downloaded yet
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mk3kp9v9igkuko2uweataxo5rrxr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hnvcah9oiq2v4e064ws2mbgowqn9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12231487> (referer: https://dealers.carwow.co.uk/dealers/listings/12231487)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yvqxcnoyi6fhglgh5jvg59jwcxgr not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pw4ta2up3ns8hhijdzomqagb4q2d not downloaded yet
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qivbfael3xc27goeuuhb10lt0kh6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4g3u25we1gb1pu2gqx6zgjkbs4m8 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rjd7uafru12hd0yrg98hgpv9hdp4 not downloaded yet
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uuk2i8hoazrylfbrrgas64pzvfyp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/akjvssz3y67s8w48gjxho9nk666a not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/um966rly9pyr6kgkiq78xuydoy56 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aek9euexlmxbxvd3vbeg6we1cyk8 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rsfgzamu0esehl3su2qh2al6dgqr not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/utsfugdxyxk77ht9d98ui8g3rxd5 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b38u3pqno6l29582w661uizloi28 not downloaded yet
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d44f610>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lbh5wupyq65o3sc6abt11nvlyyt saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42d090>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mk3kp9v9igkuko2uweataxo5rrxr saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d46de90>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hnvcah9oiq2v4e064ws2mbgowqn9 saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:06 [carwow.gb] INFO: Provenance enriched listing 12231487: vin=W0LGT6EM2D1025257, engine=2.0 litres, hp=160, doors=5, seats=5
2026-03-13 08:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 779d6e97-1a16-5e23-8968-945c0fa63bbe with identifier: 12231487
2026-03-13 08:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779d6e97-1a16-5e23-8968-945c0fa63bbe with scrape type 1
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ii1yn8xdiyx189wypaqo2yxa3ike not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fodz1658hpwhn6v70hnizs9yf7g4 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g03dxdsa0k4831fiqdjp7c16byh3 not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dexddrph8zxyc8a0qc2yzzpku44l not downloaded yet
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:31:35\x00'
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b9f10>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qivbfael3xc27goeuuhb10lt0kh6 saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d387c10>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uuk2i8hoazrylfbrrgas64pzvfyp saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yjwkqbhqmhstfgwbu26x5s6w6gnj not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dztz5ae1z5hi5umo46sfj06y1y4t not downloaded yet
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9mqxvu3lhx1yzm8811ednu7x0qnu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6t7elipmsiitv8bm639k8kgveafv not downloaded yet
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4lv11shw8w1f1f85cuorahepjp6w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0zhg93wcukuyasvhdm6xfzutowx1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1ybxdu5z12rb67i5nb51l7ke9dzk not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/abtp0ln37u9zk5xsavlvronkor23 not downloaded yet
2026-03-13 08:24:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pw4ta2up3ns8hhijdzomqagb4q2d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bkbfbyaiwo6ivodcqma5opbb5k6u not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nts0h1c4lldny3xah3rgjefjausi not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yn0mgkwzuxs1qeyafs5led10cnru not downloaded yet
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gunicxczvk7ibjpdwgoretxg0zqj not downloaded yet
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f2950>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9mqxvu3lhx1yzm8811ednu7x0qnu saved to cache
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e12f4qnjlvix2nqgpab2wtl8i934 not downloaded yet
2026-03-13 08:24:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8979d0>
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4lv11shw8w1f1f85cuorahepjp6w saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d676c10>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0zhg93wcukuyasvhdm6xfzutowx1 saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wgrxb5erpergzf0ec7qyv1jcl0z0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bzsh4mj281jeuk0z3q3crbpn3zl9 not downloaded yet
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b8e50>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pw4ta2up3ns8hhijdzomqagb4q2d saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4s6h0bj94b161wgrejnalp6hdpxf not downloaded yet
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/goqgd7w2k8tbiem0a6k4aoy1xtcl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dztz5ae1z5hi5umo46sfj06y1y4t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51dc90>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wgrxb5erpergzf0ec7qyv1jcl0z0 saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u7ysafuix1mt3zsikv79mnmzcvil> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/puoq57c5xurymhmc2e39sdsqdsmf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dexddrph8zxyc8a0qc2yzzpku44l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:07 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:07 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d131490>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/goqgd7w2k8tbiem0a6k4aoy1xtcl saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51ea10>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dztz5ae1z5hi5umo46sfj06y1y4t saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e12f4qnjlvix2nqgpab2wtl8i934> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bzsh4mj281jeuk0z3q3crbpn3zl9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4s6h0bj94b161wgrejnalp6hdpxf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66d990>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u7ysafuix1mt3zsikv79mnmzcvil saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d68fdd0>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/puoq57c5xurymhmc2e39sdsqdsmf saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d181a10>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dexddrph8zxyc8a0qc2yzzpku44l saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6t7elipmsiitv8bm639k8kgveafv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d578510>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e12f4qnjlvix2nqgpab2wtl8i934 saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf2ded0>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bzsh4mj281jeuk0z3q3crbpn3zl9 saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4f9d50>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4s6h0bj94b161wgrejnalp6hdpxf saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d530f10>
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6t7elipmsiitv8bm639k8kgveafv saved to cache
2026-03-13 08:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yjwkqbhqmhstfgwbu26x5s6w6gnj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yn0mgkwzuxs1qeyafs5led10cnru> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nts0h1c4lldny3xah3rgjefjausi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g03dxdsa0k4831fiqdjp7c16byh3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5b1710>
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yjwkqbhqmhstfgwbu26x5s6w6gnj saved to cache
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/abtp0ln37u9zk5xsavlvronkor23> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gunicxczvk7ibjpdwgoretxg0zqj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a6250>
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yn0mgkwzuxs1qeyafs5led10cnru saved to cache
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8821d0>
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nts0h1c4lldny3xah3rgjefjausi saved to cache
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d181590>
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g03dxdsa0k4831fiqdjp7c16byh3 saved to cache
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d68cd50>
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/abtp0ln37u9zk5xsavlvronkor23 saved to cache
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5963d0>
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gunicxczvk7ibjpdwgoretxg0zqj saved to cache
2026-03-13 08:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bkbfbyaiwo6ivodcqma5opbb5k6u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b38u3pqno6l29582w661uizloi28> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rsfgzamu0esehl3su2qh2al6dgqr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fodz1658hpwhn6v70hnizs9yf7g4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/utsfugdxyxk77ht9d98ui8g3rxd5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ii1yn8xdiyx189wypaqo2yxa3ike> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d132dd0>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bkbfbyaiwo6ivodcqma5opbb5k6u saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/aek9euexlmxbxvd3vbeg6we1cyk8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1ybxdu5z12rb67i5nb51l7ke9dzk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d465990>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b38u3pqno6l29582w661uizloi28 saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6741d0>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rsfgzamu0esehl3su2qh2al6dgqr saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29e390>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fodz1658hpwhn6v70hnizs9yf7g4 saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1de3d0>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/utsfugdxyxk77ht9d98ui8g3rxd5 saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf99c10>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ii1yn8xdiyx189wypaqo2yxa3ike saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 779d6e97-1a16-5e23-8968-945c0fa63bbe
2026-03-13 08:24:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 779d6e97-1a16-5e23-8968-945c0fa63bbe, skipping ID generation
2026-03-13 08:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779d6e97-1a16-5e23-8968-945c0fa63bbe with scrape type 1
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 779d6e97-1a16-5e23-8968-945c0fa63bbe sending to next pipeline
2026-03-13 08:24:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 779d6e97-1a16-5e23-8968-945c0fa63bbe, identifier: 12231487
2026-03-13 08:24:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1dc890>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aek9euexlmxbxvd3vbeg6we1cyk8 saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c75ae90>
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1ybxdu5z12rb67i5nb51l7ke9dzk saved to cache
2026-03-13 08:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rjd7uafru12hd0yrg98hgpv9hdp4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 779d6e97-1a16-5e23-8968-945c0fa63bbe with identifier: 12231487
2026-03-13 08:24:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 779d6e97-1a16-5e23-8968-945c0fa63bbe with identifier: 12231487
2026-03-13 08:24:09 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 779d6e97-1a16-5e23-8968-945c0fa63bbe with identifier: 12231487 to the API
2026-03-13 08:24:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ii1yn8xdiyx189wypaqo2yxa3ike>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 160,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '779d6e97-1a16-5e23-8968-945c0fa63bbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SW62CVA',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12231487',
 'listing': 'auction',
 'location': 'Burton Latimer, Kettering',
 'make': 'Vauxhall',
 'model': 'Insignia',
 'odometer': 91650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 28,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1473325,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ii1yn8xdiyx189wypaqo2yxa3ike',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1199956,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dexddrph8zxyc8a0qc2yzzpku44l',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1173014,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6t7elipmsiitv8bm639k8kgveafv',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 115347,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bkbfbyaiwo6ivodcqma5opbb5k6u',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 119646,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nts0h1c4lldny3xah3rgjefjausi',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 107782,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yn0mgkwzuxs1qeyafs5led10cnru',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78356,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gunicxczvk7ibjpdwgoretxg0zqj',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86649,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e12f4qnjlvix2nqgpab2wtl8i934',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91094,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bzsh4mj281jeuk0z3q3crbpn3zl9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_779d6e97-1a16-5e23-8968-945c0fa63bbe/779d6e97-1a16-5e23-8968-945c0fa63bbe_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 120490,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4s6h0bj94b161wgrejnalp6hdpxf',
             'Width': 1280}],
 'price': 1574.0,
 'price_includes_vat': True,
 'registration_date': '2012-11-06',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Vauxhall Insignia 2.0 CDTi Elite [160] 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 CDTi Elite [160] 5dr Auto',
 'vin': 'W0LGT6EM2D1025257',
 'year': 2012}
2026-03-13 08:24:10 [carwow.gb] INFO: Saving data for 12231487: {'created_time': 1773390250.220007, 'last_price_update_time': 1773390250.220021, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/um966rly9pyr6kgkiq78xuydoy56> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76a610>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rjd7uafru12hd0yrg98hgpv9hdp4 saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4g3u25we1gb1pu2gqx6zgjkbs4m8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/akjvssz3y67s8w48gjxho9nk666a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yvqxcnoyi6fhglgh5jvg59jwcxgr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d465810>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/um966rly9pyr6kgkiq78xuydoy56 saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc0c10>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4g3u25we1gb1pu2gqx6zgjkbs4m8 saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4646d0>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/akjvssz3y67s8w48gjxho9nk666a saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf228d0>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yvqxcnoyi6fhglgh5jvg59jwcxgr saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b4k6weqmzl5xi21wen9vyjyptne9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h02nibbhqcx9ef5a1dc228qtzbyh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tm9pdhzjpu491q66f83kpk72mso0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/co2yhxnrfsyfc4n18bko1qtzaho4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c75b2d0>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b4k6weqmzl5xi21wen9vyjyptne9 saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c869390>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h02nibbhqcx9ef5a1dc228qtzbyh saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4ea390>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tm9pdhzjpu491q66f83kpk72mso0 saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce31bd0>
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/co2yhxnrfsyfc4n18bko1qtzaho4 saved to cache
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c0c41e76-5b9e-5a35-b178-460fa687e61f
2026-03-13 08:24:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0c41e76-5b9e-5a35-b178-460fa687e61f, skipping ID generation
2026-03-13 08:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c41e76-5b9e-5a35-b178-460fa687e61f with scrape type 1
2026-03-13 08:24:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c0c41e76-5b9e-5a35-b178-460fa687e61f sending to next pipeline
2026-03-13 08:24:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: c0c41e76-5b9e-5a35-b178-460fa687e61f, identifier: 12192676
2026-03-13 08:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: c0c41e76-5b9e-5a35-b178-460fa687e61f with identifier: 12192676
2026-03-13 08:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: c0c41e76-5b9e-5a35-b178-460fa687e61f with identifier: 12192676
2026-03-13 08:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: c0c41e76-5b9e-5a35-b178-460fa687e61f with identifier: 12192676 to the API
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/co2yhxnrfsyfc4n18bko1qtzaho4>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.4 litres',
 'engine_horse_power': 90,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'c0c41e76-5b9e-5a35-b178-460fa687e61f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MW59FTV',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12192676',
 'listing': 'auction',
 'location': 'Kingsland, Isle of Anglesey',
 'make': 'Vauxhall',
 'model': 'Corsa',
 'odometer': 109400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 202807,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tm9pdhzjpu491q66f83kpk72mso0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 240097,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/h02nibbhqcx9ef5a1dc228qtzbyh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 249839,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/co2yhxnrfsyfc4n18bko1qtzaho4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 224431,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wgrxb5erpergzf0ec7qyv1jcl0z0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 130454,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pw4ta2up3ns8hhijdzomqagb4q2d',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103214,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/um966rly9pyr6kgkiq78xuydoy56',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 180391,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b38u3pqno6l29582w661uizloi28',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 210909,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g03dxdsa0k4831fiqdjp7c16byh3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 231189,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dztz5ae1z5hi5umo46sfj06y1y4t',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c0c41e76-5b9e-5a35-b178-460fa687e61f/c0c41e76-5b9e-5a35-b178-460fa687e61f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 213623,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/abtp0ln37u9zk5xsavlvronkor23',
             'Width': 1280}],
 'price': 553.0,
 'price_includes_vat': True,
 'registration_date': '2010-01-18',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Vauxhall Corsa 1.4i 16V Design 5dr Auto',
 'transmission': 'automatic',
 'trim': '1.4i 16V Design 5dr Auto',
 'vin': 'W0L0SDL68A4111456',
 'year': 2010}
2026-03-13 08:24:11 [carwow.gb] INFO: Saving data for 12192676: {'created_time': 1773390251.429313, 'last_price_update_time': 1773390251.429325, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ebi1dgxc0gxedkktcyx8l5emcyqs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rebkskl5v5599x89mpcfvw7m5gat> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b8htnz6httqcm9yq9ov1fqpf6ak0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dnjf1leqw52ot9g9kd0l1rwb6o2q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d9l5sx4khkss9yzyvfvwvzbvimp3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d464050>
2026-03-13 08:24:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ebi1dgxc0gxedkktcyx8l5emcyqs saved to cache
2026-03-13 08:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0
2026-03-13 08:24:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0, skipping ID generation
2026-03-13 08:24:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 with scrape type 1
2026-03-13 08:24:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 sending to next pipeline
2026-03-13 08:24:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0, identifier: 12244436
2026-03-13 08:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 with identifier: 12244436
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED HTTP/1.1" 200 None
2026-03-13 08:24:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 with identifier: 12244436
2026-03-13 08:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0 with identifier: 12244436 to the API
2026-03-13 08:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ebi1dgxc0gxedkktcyx8l5emcyqs>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'RED',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 190,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'FA16FSP',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12244436',
 'listing': 'auction',
 'location': 'Eaton Ford, Cambridgeshire',
 'make': 'Volvo',
 'model': 'XC60',
 'odometer': 150000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 179130,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1lbh5wupyq65o3sc6abt11nvlyyt',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 208201,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mk3kp9v9igkuko2uweataxo5rrxr',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 212418,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hnvcah9oiq2v4e064ws2mbgowqn9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 194113,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ebi1dgxc0gxedkktcyx8l5emcyqs',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 142659,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uuk2i8hoazrylfbrrgas64pzvfyp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 115405,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b4k6weqmzl5xi21wen9vyjyptne9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 186909,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9mqxvu3lhx1yzm8811ednu7x0qnu',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 173199,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0zhg93wcukuyasvhdm6xfzutowx1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 175842,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rjd7uafru12hd0yrg98hgpv9hdp4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0/5dcf88c5-ef3f-5412-a0ee-798cf5e4b3e0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 173721,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rsfgzamu0esehl3su2qh2al6dgqr',
             'Width': 1280}],
 'price': 4260.0,
 'price_includes_vat': True,
 'registration_date': '2016-06-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volvo XC60 D4 [190] SE Nav 5dr Geartronic',
 'transmission': 'automatic',
 'trim': 'D4 [190] SE Nav 5dr Geartronic',
 'vin': 'YV1DZA8CDG2925946',
 'year': 2016}
2026-03-13 08:24:12 [carwow.gb] INFO: Saving data for 12244436: {'created_time': 1773390252.217021, 'last_price_update_time': 1773390252.217031, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/81mt5pmtlqzp4fvgcv1346uzgajr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d695990>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rebkskl5v5599x89mpcfvw7m5gat saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce332d0>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b8htnz6httqcm9yq9ov1fqpf6ak0 saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1331d0>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dnjf1leqw52ot9g9kd0l1rwb6o2q saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42e050>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d9l5sx4khkss9yzyvfvwvzbvimp3 saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0a2empkkkrgk7ng5dt1fiqyu895x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pso5zmx3c2ne3ocrfodr7xs15wvr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/21pivqox7zvmvs3oiz0xwzb6z9tc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf23310>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/81mt5pmtlqzp4fvgcv1346uzgajr saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gi9rx9on58u8ni9x3v8ms5qij1jo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/v37it2mxehfycmtygmod9fcrlgn3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a66d0>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0a2empkkkrgk7ng5dt1fiqyu895x saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:31:03\x00'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51f690>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pso5zmx3c2ne3ocrfodr7xs15wvr saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:31:48\x00'
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d660f10>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/21pivqox7zvmvs3oiz0xwzb6z9tc saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d181f50>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gi9rx9on58u8ni9x3v8ms5qij1jo saved to cache
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5b08b40d-b23e-50fa-9978-d5d30fa44958
2026-03-13 08:24:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5b08b40d-b23e-50fa-9978-d5d30fa44958, skipping ID generation
2026-03-13 08:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b08b40d-b23e-50fa-9978-d5d30fa44958 with scrape type 1
2026-03-13 08:24:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5b08b40d-b23e-50fa-9978-d5d30fa44958 sending to next pipeline
2026-03-13 08:24:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 5b08b40d-b23e-50fa-9978-d5d30fa44958, identifier: 12185504
2026-03-13 08:24:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef71e90>
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v37it2mxehfycmtygmod9fcrlgn3 saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 5b08b40d-b23e-50fa-9978-d5d30fa44958 with identifier: 12185504
2026-03-13 08:24:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 5b08b40d-b23e-50fa-9978-d5d30fa44958 with identifier: 12185504
2026-03-13 08:24:13 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 5b08b40d-b23e-50fa-9978-d5d30fa44958 with identifier: 12185504 to the API
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/gi9rx9on58u8ni9x3v8ms5qij1jo>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 218,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '5b08b40d-b23e-50fa-9978-d5d30fa44958',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'R80SVB',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12185504',
 'listing': 'auction',
 'location': 'Bexley, Kent',
 'make': 'Audi',
 'model': 'Q7',
 'odometer': 133000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2514398,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gi9rx9on58u8ni9x3v8ms5qij1jo',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2130873,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b8htnz6httqcm9yq9ov1fqpf6ak0',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1493279,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d9l5sx4khkss9yzyvfvwvzbvimp3',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2573117,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/puoq57c5xurymhmc2e39sdsqdsmf',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1275836,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yvqxcnoyi6fhglgh5jvg59jwcxgr',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1254065,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/akjvssz3y67s8w48gjxho9nk666a',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2011521,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/utsfugdxyxk77ht9d98ui8g3rxd5',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1993423,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fodz1658hpwhn6v70hnizs9yf7g4',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1881141,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yjwkqbhqmhstfgwbu26x5s6w6gnj',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5b08b40d-b23e-50fa-9978-d5d30fa44958/5b08b40d-b23e-50fa-9978-d5d30fa44958_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1524063,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1ybxdu5z12rb67i5nb51l7ke9dzk',
             'Width': 3000}],
 'price': 11750.0,
 'price_includes_vat': True,
 'registration_date': '2017-03-31',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Audi Q7 3.0 TDI 218 Quattro S Line 5dr Tip Auto',
 'transmission': 'automatic',
 'trim': '3.0 TDI 218 Quattro S Line 5dr Tip Auto',
 'vin': 'WAUZZZ4M9HD045468',
 'year': 2017}
2026-03-13 08:24:13 [carwow.gb] INFO: Saving data for 12185504: {'created_time': 1773390253.365305, 'last_price_update_time': 1773390253.365315, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kbxzmowbdc70ej85gbvehwwee08u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3hmy8wb8ga9dkd71qfihvymglfkh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hk69j83as14opzncg9fezpam0h8k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5xgtbv6x2ctdyuhud33ucf8th4s5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wc3e58gdl2uzae86d5s8l8dtk7kv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5ij55er30e2qgj9fnmilmzduhfi5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vjuz0qr4zho741fpbvhpxrybjss1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xev8qyth5vntfgqlrnb1t2bjyweu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d662250>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kbxzmowbdc70ej85gbvehwwee08u saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5b0050>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3hmy8wb8ga9dkd71qfihvymglfkh saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c869650>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hk69j83as14opzncg9fezpam0h8k saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d148810>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5xgtbv6x2ctdyuhud33ucf8th4s5 saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d696c10>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wc3e58gdl2uzae86d5s8l8dtk7kv saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aa552b9f-dba1-566a-97c2-f3b5e7914362
2026-03-13 08:24:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa552b9f-dba1-566a-97c2-f3b5e7914362, skipping ID generation
2026-03-13 08:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa552b9f-dba1-566a-97c2-f3b5e7914362 with scrape type 1
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa552b9f-dba1-566a-97c2-f3b5e7914362 sending to next pipeline
2026-03-13 08:24:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: aa552b9f-dba1-566a-97c2-f3b5e7914362, identifier: 12191782
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:28:00\x00'
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85cd10>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5ij55er30e2qgj9fnmilmzduhfi5 saved to cache
2026-03-13 08:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b9050>
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vjuz0qr4zho741fpbvhpxrybjss1 saved to cache
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:31:03\x00'
2026-03-13 08:24:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66d290>
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xev8qyth5vntfgqlrnb1t2bjyweu saved to cache
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/brlvrorm5p627m076dqfltr32map> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vwxrnxcfnieobkzwxwtarfduuwsg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: aa552b9f-dba1-566a-97c2-f3b5e7914362 with identifier: 12191782
2026-03-13 08:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: aa552b9f-dba1-566a-97c2-f3b5e7914362 with identifier: 12191782
2026-03-13 08:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: aa552b9f-dba1-566a-97c2-f3b5e7914362 with identifier: 12191782 to the API
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/wc3e58gdl2uzae86d5s8l8dtk7kv>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '3.2 litres',
 'engine_horse_power': 252,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa552b9f-dba1-566a-97c2-f3b5e7914362',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'J33XTC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12191782',
 'listing': 'auction',
 'location': 'Brentwood, Essex',
 'make': 'Porsche',
 'model': 'BOXSTER ROADSTER',
 'odometer': 102000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1113565,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/v37it2mxehfycmtygmod9fcrlgn3',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1046855,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wc3e58gdl2uzae86d5s8l8dtk7kv',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 911841,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0a2empkkkrgk7ng5dt1fiqyu895x',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 993242,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dnjf1leqw52ot9g9kd0l1rwb6o2q',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 637602,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4lv11shw8w1f1f85cuorahepjp6w',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1021992,
             'Height': 1242,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/81mt5pmtlqzp4fvgcv1346uzgajr',
             'Width': 2208},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 993242,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/u7ysafuix1mt3zsikv79mnmzcvil',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 911841,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rebkskl5v5599x89mpcfvw7m5gat',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 911841,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4g3u25we1gb1pu2gqx6zgjkbs4m8',
             'Width': 1242},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aa552b9f-dba1-566a-97c2-f3b5e7914362/aa552b9f-dba1-566a-97c2-f3b5e7914362_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 993242,
             'Height': 2208,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/aek9euexlmxbxvd3vbeg6we1cyk8',
             'Width': 1242}],
 'price': 6000.0,
 'price_includes_vat': True,
 'registration_date': '2000-04-20',
 'seats_number': 2,
 'seller_name': None,
 'title': 'Porsche BOXSTER ROADSTER 3.2 S 2dr',
 'transmission': 'manual',
 'trim': '3.2 S 2dr',
 'vin': 'WP0ZZZ98ZYU640705',
 'year': 2000}
2026-03-13 08:24:14 [carwow.gb] INFO: Saving data for 12191782: {'created_time': 1773390254.433216, 'last_price_update_time': 1773390254.433226, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9iolxer4ovf9kiwswfv22g7o8aws> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/slqmx66gv9lea7bqo8sja2yavrmx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12218827> (referer: https://dealers.carwow.co.uk/dealers/listings/12218827)
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c880790>
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/brlvrorm5p627m076dqfltr32map saved to cache
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5df90>
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vwxrnxcfnieobkzwxwtarfduuwsg saved to cache
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jkgzbwy0h1gxsahfj8vby9088vdd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c6gf969e1thdo0o9bk7vfscpph0t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ruwguc06z33tudy3t27x9hrekuik> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42ef10>
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9iolxer4ovf9kiwswfv22g7o8aws saved to cache
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d41a750>
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/slqmx66gv9lea7bqo8sja2yavrmx saved to cache
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 144c390b-af56-594f-abf6-f29c225c29e0
2026-03-13 08:24:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 144c390b-af56-594f-abf6-f29c225c29e0, skipping ID generation
2026-03-13 08:24:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144c390b-af56-594f-abf6-f29c225c29e0 with scrape type 1
2026-03-13 08:24:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 144c390b-af56-594f-abf6-f29c225c29e0 sending to next pipeline
2026-03-13 08:24:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 144c390b-af56-594f-abf6-f29c225c29e0, identifier: 12222020
2026-03-13 08:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 144c390b-af56-594f-abf6-f29c225c29e0 with identifier: 12222020
2026-03-13 08:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 144c390b-af56-594f-abf6-f29c225c29e0 with identifier: 12222020
2026-03-13 08:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 144c390b-af56-594f-abf6-f29c225c29e0 with identifier: 12222020 to the API
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:14 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/slqmx66gv9lea7bqo8sja2yavrmx>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '144c390b-af56-594f-abf6-f29c225c29e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SW66YNR',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12222020',
 'listing': 'auction',
 'location': 'Hartlepool',
 'make': 'Land-rover',
 'model': 'Land Rover Discovery Sport',
 'odometer': 83600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 29,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 187900,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vwxrnxcfnieobkzwxwtarfduuwsg',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 187097,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/brlvrorm5p627m076dqfltr32map',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 216526,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9iolxer4ovf9kiwswfv22g7o8aws',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 207430,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/slqmx66gv9lea7bqo8sja2yavrmx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 160717,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/en8q6hjzb9l3geevidr90oc0uo6g',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81706,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dk262eygdt42wh3b8erbqebx0i4c',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 169299,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kbxzmowbdc70ej85gbvehwwee08u',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 176576,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hk69j83as14opzncg9fezpam0h8k',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 177907,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3hmy8wb8ga9dkd71qfihvymglfkh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144c390b-af56-594f-abf6-f29c225c29e0/144c390b-af56-594f-abf6-f29c225c29e0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 209162,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5xgtbv6x2ctdyuhud33ucf8th4s5',
             'Width': 1280}],
 'price': 7800.0,
 'price_includes_vat': True,
 'registration_date': '2016-09-15',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Land Rover Discovery Sport 2.0 TD4 180 HSE Black 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 TD4 180 HSE Black 5dr Auto',
 'vin': 'SALCA2AN2HH639034',
 'year': 2016}
2026-03-13 08:24:15 [carwow.gb] INFO: Saving data for 12222020: {'created_time': 1773390255.124246, 'last_price_update_time': 1773390255.124258, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:15 [carwow.gb] INFO: Provenance enriched listing 12218827: vin=JN1JHAT32U0005836, engine=1.7 litres, hp=150, doors=5, seats=7
2026-03-13 08:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e315b59f-52ef-5327-b19e-6156d45b3bd2 with identifier: 12218827
2026-03-13 08:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e315b59f-52ef-5327-b19e-6156d45b3bd2 with scrape type 1
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e315b59f-52ef-5327-b19e-6156d45b3bd2
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b3c58v11aqc0bu3mtgr7o4ngv9oc not downloaded yet
2026-03-13 08:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12210976> (referer: https://dealers.carwow.co.uk/dealers/listings/12210976)
2026-03-13 08:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12213083> (referer: https://dealers.carwow.co.uk/dealers/listings/12213083)
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8z9tilek4ei8vmyl99zdkagfz09b not downloaded yet
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:26:01\x00'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40b4d0>
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jkgzbwy0h1gxsahfj8vby9088vdd saved to cache
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:02 11:25:49\x00'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5f890>
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c6gf969e1thdo0o9bk7vfscpph0t saved to cache
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9
2026-03-13 08:24:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9, skipping ID generation
2026-03-13 08:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 with scrape type 1
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 sending to next pipeline
2026-03-13 08:24:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9, identifier: 12239659
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:08 15:56:05\x00'
2026-03-13 08:24:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c748ad0>
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ruwguc06z33tudy3t27x9hrekuik saved to cache
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12200908> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 with identifier: 12239659
2026-03-13 08:24:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 with identifier: 12239659
2026-03-13 08:24:15 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 7ebe4089-dc0d-55ef-9c50-dc47bc0457b9 with identifier: 12239659 to the API
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:15 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/c6gf969e1thdo0o9bk7vfscpph0t>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 150,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '7ebe4089-dc0d-55ef-9c50-dc47bc0457b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'PF70EJE',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12239659',
 'listing': 'auction',
 'location': 'Bitton, South Gloucestershire',
 'make': 'Volkswagen',
 'model': 'Caravelle',
 'odometer': 57508,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 481923,
             'Height': 1154,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c6gf969e1thdo0o9bk7vfscpph0t',
             'Width': 1536},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 471677,
             'Height': 1152,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jkgzbwy0h1gxsahfj8vby9088vdd',
             'Width': 1510},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 316307,
             'Height': 1163,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jzmec58dbamejm7tzd7911yyn6ip',
             'Width': 1486},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 413209,
             'Height': 1185,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vjuz0qr4zho741fpbvhpxrybjss1',
             'Width': 1521},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 326390,
             'Height': 1170,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5ij55er30e2qgj9fnmilmzduhfi5',
             'Width': 1528},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 279666,
             'Height': 1153,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oqt03htpw0qq8owmzqwu8jqgbiyj',
             'Width': 1537},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 329126,
             'Height': 1163,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xev8qyth5vntfgqlrnb1t2bjyweu',
             'Width': 1518},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 329126,
             'Height': 1163,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pso5zmx3c2ne3ocrfodr7xs15wvr',
             'Width': 1518},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 360612,
             'Height': 1158,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qivbfael3xc27goeuuhb10lt0kh6',
             'Width': 1547},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7ebe4089-dc0d-55ef-9c50-dc47bc0457b9/7ebe4089-dc0d-55ef-9c50-dc47bc0457b9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 330161,
             'Height': 1164,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/21pivqox7zvmvs3oiz0xwzb6z9tc',
             'Width': 1524}],
 'price': 31500.0,
 'price_includes_vat': True,
 'registration_date': '2020-12-15',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Volkswagen Caravelle 2.0 TDI SE 150 5dr LWB DSG',
 'transmission': 'automatic',
 'trim': '2.0 TDI SE 150 5dr LWB DSG',
 'vin': 'WV2ZZZ7HZLH052991',
 'year': 2020}
2026-03-13 08:24:15 [carwow.gb] INFO: Saving data for 12239659: {'created_time': 1773390255.799037, 'last_price_update_time': 1773390255.799047, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1me22olrwbuoflafz1o3l5z64lxp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7nj8vkcdj23bavw8j3xpbnh28tw4 not downloaded yet
2026-03-13 08:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bz3hpawpq82hlvaw185spccj3qu9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8l3rhjkkqj919lp8x548064rzysq not downloaded yet
2026-03-13 08:24:15 [carwow.gb] INFO: Provenance enriched listing 12210976: vin=KNADG511LB6804408, engine=1.4 litres, hp=96, doors=5, seats=5
2026-03-13 08:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a91d3a7e-cb21-5048-be13-ba44657b69b7 with identifier: 12210976
2026-03-13 08:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a91d3a7e-cb21-5048-be13-ba44657b69b7 with scrape type 1
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a91d3a7e-cb21-5048-be13-ba44657b69b7
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mdwey4vn8n4qou474a2zlr2znfg6 not downloaded yet
2026-03-13 08:24:15 [carwow.gb] INFO: Provenance enriched listing 12213083: vin=WBAWB52090JV77373, engine=3.0 litres, hp=272, doors=2, seats=4
2026-03-13 08:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36ae7502-04f1-5de2-aeb0-dcf0ccba292d with identifier: 12213083
2026-03-13 08:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36ae7502-04f1-5de2-aeb0-dcf0ccba292d with scrape type 1
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 36ae7502-04f1-5de2-aeb0-dcf0ccba292d
2026-03-13 08:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/24hsvjqzx3mot30nqac9djz583gg not downloaded yet
2026-03-13 08:24:15 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [crawlers.middlewares.monitoring_spider_middleware] ERROR: expected string or bytes-like object, got 'NoneType'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [scrapy.core.scraper] ERROR: Spider error processing <GET https://dealers.carwow.co.uk/dealers/listings/12200908> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 295, in aiter_errback
    yield await it.__anext__()
          ^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy_zyte_api/_middlewares.py", line 206, in process_spider_output_async
    async for item_or_request in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 295, in _parse_listing_from_html
    slug_match = re.search(r"(\d{4})$", slug)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
2026-03-13 08:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12237393> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12163638> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240684> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/348szd01bca54ltx1b7jn7ui3ya2 not downloaded yet
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/79m5vpg9elpdh5sokzhk6y44lzqj not downloaded yet
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/akn891074spoh0sk0viroz5jxo46 not downloaded yet
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:08 15:58:15\x00'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc0810>
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1me22olrwbuoflafz1o3l5z64lxp saved to cache
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:16 [carwow.gb] INFO: Page 23: found 33 listings
2026-03-13 08:24:16 [carwow.gb] INFO: Scrape type for 12242510: 1
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:08 15:57:09\x00'
2026-03-13 08:24:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5c4d0>
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bz3hpawpq82hlvaw185spccj3qu9 saved to cache
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1tpyhoqqcqaldlejude3ond3t6bl not downloaded yet
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sdthzb6gphdo50ub4lmrsyb713yj not downloaded yet
2026-03-13 08:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b1likwffh59fcmqiz0mv75e6zeam not downloaded yet
2026-03-13 08:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8z9tilek4ei8vmyl99zdkagfz09b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b3c58v11aqc0bu3mtgr7o4ngv9oc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:16 [carwow.gb] INFO: Scrape type for 12231098: 1
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uvf6cr7ujr32ovwdsckkfbbegd07 not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/78t9nh0yj4byacbt0wci9ae2vfb9 not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/epbslb75gn96o69n2rdmlpvrn07b not downloaded yet
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12234165: 1
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j64baxdpwyzknrcnlcda57kpp0in not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/27oawerlyvumk92rzfrtcuilkg0h not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0lan9479ifh2n5b60tokahbqfx1g not downloaded yet
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12171683: 1
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zvfpn7q49hzatvskynksxxny75cb not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/68pt4re12tcao47z28ga4zxitqct not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fydis954c5bbmwfse6k1r20ivz8t not downloaded yet
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce3a410>
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e315b59f-52ef-5327-b19e-6156d45b3bd2/e315b59f-52ef-5327-b19e-6156d45b3bd2_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8z9tilek4ei8vmyl99zdkagfz09b saved to cache
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e315b59f-52ef-5327-b19e-6156d45b3bd2
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c705d50>
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e315b59f-52ef-5327-b19e-6156d45b3bd2/e315b59f-52ef-5327-b19e-6156d45b3bd2_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b3c58v11aqc0bu3mtgr7o4ngv9oc saved to cache
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e315b59f-52ef-5327-b19e-6156d45b3bd2
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12241148: 1
2026-03-13 08:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8l3rhjkkqj919lp8x548064rzysq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244751> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=22)
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/52t7ju5ae8983gr96xfcv3832233 not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bsfs5pnu56t0z5ih8do17x3ziq6d not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fcvedn705on5a387toviuvjvsp3i not downloaded yet
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12209575: 1
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hxrv2yf0sooisq4gc20x8sj8e1bn not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3s4x8rta82jfiaecjcc8rve0sdhd not downloaded yet
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12217281: 1
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g15h182d3rhgbwrbjpj786yqasgh not downloaded yet
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j5ewkpjscp2wmtzhgi5jusg6vnqf not downloaded yet
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12149588: 1
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d012b50>
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e315b59f-52ef-5327-b19e-6156d45b3bd2/e315b59f-52ef-5327-b19e-6156d45b3bd2_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8l3rhjkkqj919lp8x548064rzysq saved to cache
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e315b59f-52ef-5327-b19e-6156d45b3bd2
2026-03-13 08:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hl3famn1u5u2gfdwtxd75ftv7uv3 not downloaded yet
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12240595: 1
2026-03-13 08:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242510> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12242861: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12243635: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12235749: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12241046: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12179931: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12242327: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12229365: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12202331: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12241540: 1
2026-03-13 08:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/24hsvjqzx3mot30nqac9djz583gg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12211936: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12240095: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12162315: 1
2026-03-13 08:24:17 [carwow.gb] INFO: Scrape type for 12233335: 1
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12235584: 1
2026-03-13 08:24:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f6lw2hl0tp6i9s8mcxb5v0phxcq6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12221869: 1
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f6310>
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36ae7502-04f1-5de2-aeb0-dcf0ccba292d/36ae7502-04f1-5de2-aeb0-dcf0ccba292d_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/24hsvjqzx3mot30nqac9djz583gg saved to cache
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 36ae7502-04f1-5de2-aeb0-dcf0ccba292d
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12234099: 1
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12182667: 1
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82f790>
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f6lw2hl0tp6i9s8mcxb5v0phxcq6 saved to cache
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12244055: 1
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12224591: 1
2026-03-13 08:24:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/histk72qu7dh82dr282j1jkyyiyq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12205048: 1
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12226802: 1
2026-03-13 08:24:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mdwey4vn8n4qou474a2zlr2znfg6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12240178: 1
2026-03-13 08:24:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/68pt4re12tcao47z28ga4zxitqct> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12234201: 1
2026-03-13 08:24:18 [carwow.gb] INFO: Scrape type for 12182255: 1
2026-03-13 08:24:18 [carwow.gb] INFO: Page 23: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6bead0>
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/histk72qu7dh82dr282j1jkyyiyq saved to cache
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13
2026-03-13 08:24:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01ff6a41-1a84-59ed-85d1-7ea7434ece13, skipping ID generation
2026-03-13 08:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13 with scrape type 1
2026-03-13 08:24:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01ff6a41-1a84-59ed-85d1-7ea7434ece13 sending to next pipeline
2026-03-13 08:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 01ff6a41-1a84-59ed-85d1-7ea7434ece13, identifier: 12190875
2026-03-13 08:24:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241540> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 01ff6a41-1a84-59ed-85d1-7ea7434ece13 with identifier: 12190875
2026-03-13 08:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 01ff6a41-1a84-59ed-85d1-7ea7434ece13 with identifier: 12190875
2026-03-13 08:24:18 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 01ff6a41-1a84-59ed-85d1-7ea7434ece13 with identifier: 12190875 to the API
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:18 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/histk72qu7dh82dr282j1jkyyiyq>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 286,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '01ff6a41-1a84-59ed-85d1-7ea7434ece13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MV19VXD',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12190875',
 'listing': 'auction',
 'location': 'Savile Town, Kirklees',
 'make': 'Audi',
 'model': 'Q7',
 'odometer': 83000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 533762,
             'Height': 1831,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1k5dx1jib57eh7rinajzddyktlsd',
             'Width': 1260},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2691777,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/11148kyze4p7b6y34zqidzvdg79s',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4245648,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/histk72qu7dh82dr282j1jkyyiyq',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3472113,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f6lw2hl0tp6i9s8mcxb5v0phxcq6',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 358988,
             'Height': 1156,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bz3hpawpq82hlvaw185spccj3qu9',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 323421,
             'Height': 1062,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1me22olrwbuoflafz1o3l5z64lxp',
             'Width': 1260},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 575141,
             'Height': 1668,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ruwguc06z33tudy3t27x9hrekuik',
             'Width': 1282},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 408596,
             'Height': 1073,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jwr079sgpwognhiykylxtm1op4hz',
             'Width': 1272},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4113861,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/goqgd7w2k8tbiem0a6k4aoy1xtcl',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_01ff6a41-1a84-59ed-85d1-7ea7434ece13/01ff6a41-1a84-59ed-85d1-7ea7434ece13_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 193367,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vr0sbr9b44g5f3i42ehtx20ck3g4',
             'Width': 1415}],
 'price': 22450.0,
 'price_includes_vat': True,
 'registration_date': '2019-05-30',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Audi Q7 50 TDI Quattro Black Edition 5dr Tiptronic',
 'transmission': 'automatic',
 'trim': '50 TDI Quattro Black Edition 5dr Tiptronic',
 'vin': 'WAUZZZ4MXKD029531',
 'year': 2019}
2026-03-13 08:24:19 [carwow.gb] INFO: Saving data for 12190875: {'created_time': 1773390259.10804, 'last_price_update_time': 1773390259.108056, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234099> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12224591> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2eb210>
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a91d3a7e-cb21-5048-be13-ba44657b69b7/a91d3a7e-cb21-5048-be13-ba44657b69b7_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mdwey4vn8n4qou474a2zlr2znfg6 saved to cache
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a91d3a7e-cb21-5048-be13-ba44657b69b7
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d30bc90>
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a91d3a7e-cb21-5048-be13-ba44657b69b7/a91d3a7e-cb21-5048-be13-ba44657b69b7_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/68pt4re12tcao47z28ga4zxitqct saved to cache
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a91d3a7e-cb21-5048-be13-ba44657b69b7
2026-03-13 08:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/akn891074spoh0sk0viroz5jxo46> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fydis954c5bbmwfse6k1r20ivz8t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d609850>
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36ae7502-04f1-5de2-aeb0-dcf0ccba292d/36ae7502-04f1-5de2-aeb0-dcf0ccba292d_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/akn891074spoh0sk0viroz5jxo46 saved to cache
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 36ae7502-04f1-5de2-aeb0-dcf0ccba292d
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 14 Pro\x00'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 178 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 186 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 194 - value: b'26.3\x00'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 200 - value: b'2026:03:07 16:29:08\x00'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 220 - value: b'iPhone 14 Pro\x00'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xea'
2026-03-13 08:24:19 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\n^'
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2aa1d0>
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_36ae7502-04f1-5de2-aeb0-dcf0ccba292d/36ae7502-04f1-5de2-aeb0-dcf0ccba292d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fydis954c5bbmwfse6k1r20ivz8t saved to cache
2026-03-13 08:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 36ae7502-04f1-5de2-aeb0-dcf0ccba292d
2026-03-13 08:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hl3famn1u5u2gfdwtxd75ftv7uv3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241540> (referer: https://dealers.carwow.co.uk/dealers/listings/12241540)
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2194d0>
2026-03-13 08:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a91d3a7e-cb21-5048-be13-ba44657b69b7/a91d3a7e-cb21-5048-be13-ba44657b69b7_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hl3famn1u5u2gfdwtxd75ftv7uv3 saved to cache
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a91d3a7e-cb21-5048-be13-ba44657b69b7
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234099> (referer: https://dealers.carwow.co.uk/dealers/listings/12234099)
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12224591> (referer: https://dealers.carwow.co.uk/dealers/listings/12224591)
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234201> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240178> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [carwow.gb] INFO: Provenance enriched listing 12241540: vin=WBA16BZ070N138278, engine=2.0 litres, hp=190, doors=5, seats=5
2026-03-13 08:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 330d3f39-a420-5542-828d-540fee738a1c with identifier: 12241540
2026-03-13 08:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 330d3f39-a420-5542-828d-540fee738a1c with scrape type 1
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 330d3f39-a420-5542-828d-540fee738a1c
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lwcso65b2gj5m0njv95j4umpebg8 not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Page 24: found 33 listings
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12187961: 1
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cmsrbaiprt7auu3t8e97qze93qhp not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12206385: 1
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12182255> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vhu66kb3q30bdeoiqze1sna49k3r not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12210304: 1
2026-03-13 08:24:20 [carwow.gb] INFO: Provenance enriched listing 12234099: vin=6FPPXXMJ2PLT55896, engine=2.0 litres, hp=213, doors=4, seats=5
2026-03-13 08:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74e670eb-83a9-508e-8767-7fccbcb6427f with identifier: 12234099
2026-03-13 08:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74e670eb-83a9-508e-8767-7fccbcb6427f with scrape type 1
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 74e670eb-83a9-508e-8767-7fccbcb6427f
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u0kwhcfkgnq2vg7l1axvd2xk4gi1 not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Provenance enriched listing 12224591: vin=SAL1A2AW8RA410335, engine=3.0 litres, hp=300, doors=5, seats=5
2026-03-13 08:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbbf4d15-d71c-55a5-87a0-0a94a215f6d4 with identifier: 12224591
2026-03-13 08:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4 with scrape type 1
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xxtovaf33ciccfwxytozhwokf4gs not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xye8oaaislreta2t4npcsebbdx36 not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12245196: 1
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gedob2ivyk7054ss5ufbepovg5a5 not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dub02rkv9kwy6o6c574muek1jfed not downloaded yet
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12205048> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0aonpdmxh7g2dk7ru5ifyaoqby0e not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12132112: 1
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/knk2lp0c2fu64c2x8e33u0h1puwa not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bl6ywf2hqzzww394ecw74j6va8id not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8s1bmg48pu45xieo12wrj3nppt77 not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12234717: 1
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12226802> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qdx8zi8nbk6jge5wn0sxkvttd1vx not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xrz6yxyzx5vwdtyiov9ymjk40x4b not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ndjmrll6chl4osjlumoyu8y7albk not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12233486: 1
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12182667> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1ejprkhc9b28e7bvrkh788s4nmc7 not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bec0zbwocu3yokjmvlw9nb2160j5 not downloaded yet
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244055> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1q3fjme409txpeatsbhuv3pgtxe7 not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12222073: 1
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221869> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5fc6ycwmm6m11jhdi1jlvrw2qvgw not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wbrg7xvsde6zg9s0nrpimyen6uti not downloaded yet
2026-03-13 08:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bza755u36e98d8fte2t3l474biix not downloaded yet
2026-03-13 08:24:20 [carwow.gb] INFO: Scrape type for 12233812: 1
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235584> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233335> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=23)
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a7lxsvaqe0siw03cr5qzndztup8d not downloaded yet
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y2328q6897tsbwhwv072rnq2j1vk not downloaded yet
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9ysz2wcgrtt41lwoksbds20z64tb not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12235849: 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n864h23mdhhgoaa8ckz2ad87zyfc not downloaded yet
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/imoglkdhiykmpgfn8mspipztr9c5 not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12244858: 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wfqf2dc5l6udx1tmj5m944etcu03 not downloaded yet
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5k3275e8im8g5dxdqm83r9x06tmz not downloaded yet
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12206385> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bec0zbwocu3yokjmvlw9nb2160j5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12235461: 1
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245196> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xrz6yxyzx5vwdtyiov9ymjk40x4b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/489s8gxtnah6ultul384yv1cbs0u not downloaded yet
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4nhvipm103s5oxl584sh4tsudiia not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12244519: 1
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wbrg7xvsde6zg9s0nrpimyen6uti> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12197918: 1
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29db10>
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bec0zbwocu3yokjmvlw9nb2160j5 saved to cache
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12240259: 1
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d384190>
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xrz6yxyzx5vwdtyiov9ymjk40x4b saved to cache
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12205048> (referer: https://dealers.carwow.co.uk/dealers/listings/12205048)
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5k3275e8im8g5dxdqm83r9x06tmz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12230776: 1
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c841710>
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wbrg7xvsde6zg9s0nrpimyen6uti saved to cache
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12221259: 1
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234717> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12224774: 1
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12230676: 1
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12210934: 1
2026-03-13 08:24:21 [carwow.gb] INFO: Provenance enriched listing 12205048: vin=SALEA7AW9P2157726, engine=3.0 litres, hp=249, doors=5, seats=7
2026-03-13 08:24:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 475bfe4b-156b-501d-b0ea-ec1f2c062d4b with identifier: 12205048
2026-03-13 08:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b with scrape type 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/16wquaunrmn238fn6evejsrppf5w not downloaded yet
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d70a410>
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5k3275e8im8g5dxdqm83r9x06tmz saved to cache
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12240163: 1
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12221869> (referer: https://dealers.carwow.co.uk/dealers/listings/12221869)
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r2ezkvwjwuuerr0rw5eivakm88ij not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12222097: 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rdtag8zwbtzalsf6n8xszw7gmnd7 not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12160854: 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3m5sv4epjtocxynwavmprtwfzwzj not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12242074: 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z2x5gxuc96axposlps6ohc70ybcc not downloaded yet
2026-03-13 08:24:21 [carwow.gb] INFO: Scrape type for 12245046: 1
2026-03-13 08:24:21 [carwow.gb] INFO: Provenance enriched listing 12221869: vin=VF3CUHMZ0EY087625, engine=1.2 litres, hp=82, doors=5, seats=5
2026-03-13 08:24:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e7d407c-699e-5c82-9b42-22ebc00bcb3e with identifier: 12221869
2026-03-13 08:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e with scrape type 1
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jcbfficx0ufig06qc6lv5e8jqgz7 not downloaded yet
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244055> (referer: https://dealers.carwow.co.uk/dealers/listings/12244055)
2026-03-13 08:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/envgfv6xpvrtoy4588coi7qyn7hp not downloaded yet
2026-03-13 08:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5fc6ycwmm6m11jhdi1jlvrw2qvgw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12178919: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z494511p3sy65c6mzkhb7wjmk643 not downloaded yet
2026-03-13 08:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12245196> (referer: https://dealers.carwow.co.uk/dealers/listings/12245196)
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gggr8azri7xnqy9ks9vw1zayg1ko not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12191279: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bxotdmxo9251qjujyvnll544i2qn not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ywai9caap7jrb62xizwo03iax7ej not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12208422: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sf0nuk6i8th8gt2bbrtt2k7o4vps not downloaded yet
2026-03-13 08:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233335> (referer: https://dealers.carwow.co.uk/dealers/listings/12233335)
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9f69na9bjhycmhl861fneed85bw2 not downloaded yet
2026-03-13 08:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12206385> (referer: https://dealers.carwow.co.uk/dealers/listings/12206385)
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12222226: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vm1dawv6q03aooblu2r70m6z4kd5 not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Provenance enriched listing 12244055: vin=WAUZZZ8P6BA143922, engine=2.0 litres, hp=140, doors=5, seats=5
2026-03-13 08:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 with identifier: 12244055
2026-03-13 08:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 with scrape type 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n894ydz7y59we3nygc9q5plwlvsm not downloaded yet
2026-03-13 08:24:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6adf90>
2026-03-13 08:24:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_74e670eb-83a9-508e-8767-7fccbcb6427f/74e670eb-83a9-508e-8767-7fccbcb6427f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5fc6ycwmm6m11jhdi1jlvrw2qvgw saved to cache
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 74e670eb-83a9-508e-8767-7fccbcb6427f
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6g1dw1jsf59mn1bjmm0ps2k8pke6 not downloaded yet
2026-03-13 08:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12230776> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12238088: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qxj9t6uyqxt16xc0uosbwoiaachj not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n54673ywgf2yd0y7xcr39r4uhwww not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Provenance enriched listing 12245196: vin=WP1ZZZ95XPLB16751, engine=2.0 litres, hp=265, doors=5, seats=5
2026-03-13 08:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8089a8-d2b7-556e-b953-8c1abdd4e927 with identifier: 12245196
2026-03-13 08:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927 with scrape type 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4fg1esh5v47hm11a3hhiqv22aedy not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Provenance enriched listing 12233335: vin=VF73A9HC8EJ703397, engine=1.6 litres, hp=114, doors=5, seats=7
2026-03-13 08:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af8ed19-ee8c-5528-a01a-beec9806cea9 with identifier: 12233335
2026-03-13 08:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af8ed19-ee8c-5528-a01a-beec9806cea9 with scrape type 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hsydhrovdrm6qbgpr7ew3wkdlymj not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Provenance enriched listing 12206385: vin=WVWZZZCD1RW170751, engine=2.0 litres, hp=200, doors=5, seats=5
2026-03-13 08:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2646aaf8-d926-5a98-94cd-57dab371e286 with identifier: 12206385
2026-03-13 08:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2646aaf8-d926-5a98-94cd-57dab371e286 with scrape type 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xzb9myenk41ynogz3bkq238wkdvv not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12240592: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5501813g52bm2vf9qioo10eqn3fh not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ocfpuqa8xayrr4deuietcikizdib not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6hqtlko7maanrzyi029aot3v2ulp not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6a6cah7ri8hxycejvw5to4dtkv96 not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12212331: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0qdx4y9wvhpmo2xsl4pbs57p4mt3 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o717sage47o9w3ozlrksihokqk62 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l3d32tdlninpq84ovja4r4auuknb not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rzrg7jp38gcxzomdcucgna98cr73 not downloaded yet
2026-03-13 08:24:22 [carwow.gb] INFO: Scrape type for 12153121: 1
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vh7xlclz4bsuaj6u1plskgwad9d8 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xmp2aqu77j467idsmp34acfy068e not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qkxbshlf36t3jtd3ljxmax7loxwn not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h0si4g59ma1hc9ij1g6dtls8rqp6 not downloaded yet
2026-03-13 08:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wfqf2dc5l6udx1tmj5m944etcu03> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:22 [carwow.gb] INFO: Page 24: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gqh7qaq5ieiuz65ynaz53zkdtsh5 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hgquwzo94tdh7k6dfwp5ey4tylk5 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k4n48mgd59mgmsdwp7nh5kahw9td not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ezbp1z9nvp5jli3fbx5u2zx32wqg not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gw3dqzfx30grrf3pspux5n0cxsk8 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5lqdz9am2gw3res3s9a18hvopl06 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wzfz5znmdhyizj4i2a1sgckb7w91 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/os91qbucjbunuk2ah5y0cg6ehomc not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qezsbh83moumkrlw76ltbtebcf5w not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5yfqmyixp47cmhc1w1wtglip1kg9 not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i4zhfdxxx0gxtb1kw7c36kvgvudt not downloaded yet
2026-03-13 08:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/av18q7yp4ao13tvcm6jf4b802vsy not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/72mps9zgb8p0g342seafbk0mzl9h not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/reehsjlirwln1a1bboab9lxq8b5a not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rzauaslkyim51ly6p8rh55920uzj not downloaded yet
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e3050>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_74e670eb-83a9-508e-8767-7fccbcb6427f/74e670eb-83a9-508e-8767-7fccbcb6427f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wfqf2dc5l6udx1tmj5m944etcu03 saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 74e670eb-83a9-508e-8767-7fccbcb6427f
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqzlllgqazd46guieo01xd1w1521 not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xof8aq1y009ncll23f5nvulno3wq not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mrziga3rbqy0k6pq8s9bj3uwb4jr not downloaded yet
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12208422> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k2z1uvnpzk0duygg24p0s7xzpd3a not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ldhb57pmn1qy26y3s82t4rkea2ej not downloaded yet
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2wcm8aoa18bqzix8b6r69t7654pc not downloaded yet
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h0si4g59ma1hc9ij1g6dtls8rqp6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/envgfv6xpvrtoy4588coi7qyn7hp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/16wquaunrmn238fn6evejsrppf5w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/z2x5gxuc96axposlps6ohc70ybcc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d088c90>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h0si4g59ma1hc9ij1g6dtls8rqp6 saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f2626d0>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/envgfv6xpvrtoy4588coi7qyn7hp saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.3.2\x00'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:12 14:27:38\x00'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 11\x00'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x90'
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8ca710>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/16wquaunrmn238fn6evejsrppf5w saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c6e10>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z2x5gxuc96axposlps6ohc70ybcc saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2wcm8aoa18bqzix8b6r69t7654pc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mrziga3rbqy0k6pq8s9bj3uwb4jr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c6c90>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2wcm8aoa18bqzix8b6r69t7654pc saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c82fe10>
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mrziga3rbqy0k6pq8s9bj3uwb4jr saved to cache
2026-03-13 08:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6g1dw1jsf59mn1bjmm0ps2k8pke6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.3.2\x00'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:12 14:02:57\x00'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 11\x00'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x90'
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72f810>
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6g1dw1jsf59mn1bjmm0ps2k8pke6 saved to cache
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yqzlllgqazd46guieo01xd1w1521> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rzauaslkyim51ly6p8rh55920uzj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6bd510>
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqzlllgqazd46guieo01xd1w1521 saved to cache
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12208422> (referer: https://dealers.carwow.co.uk/dealers/listings/12208422)
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f261050>
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rzauaslkyim51ly6p8rh55920uzj saved to cache
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k2z1uvnpzk0duygg24p0s7xzpd3a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:24 [carwow.gb] INFO: Provenance enriched listing 12208422: vin=WF0WXXGCEWGB22890, engine=1.5 litres, hp=120, doors=5, seats=7
2026-03-13 08:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 127b83dc-824b-5c86-8779-086558743c1a with identifier: 12208422
2026-03-13 08:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 127b83dc-824b-5c86-8779-086558743c1a with scrape type 1
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tb7uf6x5rwuv0pdszo1jffw3xfpw not downloaded yet
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/duk5undkgkw1q5mxamjx0pt302zz not downloaded yet
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hle4q93v5iyuos69ki0gqh5u2ksb not downloaded yet
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1ow643xbqoryy75xl87k0kdu27fg not downloaded yet
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c8490>
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k2z1uvnpzk0duygg24p0s7xzpd3a saved to cache
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zg4197zm4irwpfckrx3gq8d4ciu5 not downloaded yet
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/av18q7yp4ao13tvcm6jf4b802vsy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j314umzbqmhxlww2qzf20vd8otsi not downloaded yet
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/72mps9zgb8p0g342seafbk0mzl9h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqhrd0p0wnuyghokqoosf4lqm9pg not downloaded yet
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8n98m8hry07yc4pyuwa6d2ien0mk not downloaded yet
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nu5u6lazr3knbdi2wa6x1uo5lmxl not downloaded yet
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p2wrrhhn040gn5xuf6i7cczx4p53 not downloaded yet
2026-03-13 08:24:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3144d0>
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/av18q7yp4ao13tvcm6jf4b802vsy saved to cache
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c761690>
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/72mps9zgb8p0g342seafbk0mzl9h saved to cache
2026-03-13 08:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ldhb57pmn1qy26y3s82t4rkea2ej> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xof8aq1y009ncll23f5nvulno3wq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81ca90>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ldhb57pmn1qy26y3s82t4rkea2ej saved to cache
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/reehsjlirwln1a1bboab9lxq8b5a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c888d90>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xof8aq1y009ncll23f5nvulno3wq saved to cache
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1ow643xbqoryy75xl87k0kdu27fg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2a85d0>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/reehsjlirwln1a1bboab9lxq8b5a saved to cache
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50d890>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1ow643xbqoryy75xl87k0kdu27fg saved to cache
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p2wrrhhn040gn5xuf6i7cczx4p53> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j314umzbqmhxlww2qzf20vd8otsi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i4zhfdxxx0gxtb1kw7c36kvgvudt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8n98m8hry07yc4pyuwa6d2ien0mk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b7110>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p2wrrhhn040gn5xuf6i7cczx4p53 saved to cache
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 182 - value: b'OnePlus\x00'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ImageLength (257) - type: long (4) - value: b'\x00\x00\t\x00'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 58 - Data Location: 190 - value: b'2026:03:12 11:39:43\x00'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\x04\xca'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 82 - Data Location: 210 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 94 - Data Location: 218 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ImageWidth (256) - type: long (4) - value: b'\x00\x00\x12\x00'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 118 - Data Location: 226 - value: b'ONEPLUS A5010\x00'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 130 - Data Location: 240 - value: <table: 58 bytes>
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: XMP (700) - type: byte (1) Tag Location: 142 - Data Location: 298 - value: <table: 430 bytes>
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x02\xd8'
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d13a310>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j314umzbqmhxlww2qzf20vd8otsi saved to cache
2026-03-13 08:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26e090>
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i4zhfdxxx0gxtb1kw7c36kvgvudt saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d13a310>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8n98m8hry07yc4pyuwa6d2ien0mk saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nu5u6lazr3knbdi2wa6x1uo5lmxl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sf0nuk6i8th8gt2bbrtt2k7o4vps> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yqhrd0p0wnuyghokqoosf4lqm9pg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jcbfficx0ufig06qc6lv5e8jqgz7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7a3690>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nu5u6lazr3knbdi2wa6x1uo5lmxl saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4395d0>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sf0nuk6i8th8gt2bbrtt2k7o4vps saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d278d90>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yqhrd0p0wnuyghokqoosf4lqm9pg saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26df90>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jcbfficx0ufig06qc6lv5e8jqgz7 saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hle4q93v5iyuos69ki0gqh5u2ksb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zg4197zm4irwpfckrx3gq8d4ciu5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81e610>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hle4q93v5iyuos69ki0gqh5u2ksb saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3850d0>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zg4197zm4irwpfckrx3gq8d4ciu5 saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/os91qbucjbunuk2ah5y0cg6ehomc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfeed10>
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/os91qbucjbunuk2ah5y0cg6ehomc saved to cache
2026-03-13 08:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5yfqmyixp47cmhc1w1wtglip1kg9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tb7uf6x5rwuv0pdszo1jffw3xfpw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5lqdz9am2gw3res3s9a18hvopl06> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ezbp1z9nvp5jli3fbx5u2zx32wqg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/duk5undkgkw1q5mxamjx0pt302zz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c823110>
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5yfqmyixp47cmhc1w1wtglip1kg9 saved to cache
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc3150>
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tb7uf6x5rwuv0pdszo1jffw3xfpw saved to cache
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce27fd0>
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5lqdz9am2gw3res3s9a18hvopl06 saved to cache
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50f690>
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ezbp1z9nvp5jli3fbx5u2zx32wqg saved to cache
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d465990>
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/duk5undkgkw1q5mxamjx0pt302zz saved to cache
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 127b83dc-824b-5c86-8779-086558743c1a
2026-03-13 08:24:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 127b83dc-824b-5c86-8779-086558743c1a, skipping ID generation
2026-03-13 08:24:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 127b83dc-824b-5c86-8779-086558743c1a with scrape type 1
2026-03-13 08:24:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 127b83dc-824b-5c86-8779-086558743c1a sending to next pipeline
2026-03-13 08:24:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 127b83dc-824b-5c86-8779-086558743c1a, identifier: 12208422
2026-03-13 08:24:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 127b83dc-824b-5c86-8779-086558743c1a with identifier: 12208422
2026-03-13 08:24:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 127b83dc-824b-5c86-8779-086558743c1a with identifier: 12208422
2026-03-13 08:24:28 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 127b83dc-824b-5c86-8779-086558743c1a with identifier: 12208422 to the API
2026-03-13 08:24:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/duk5undkgkw1q5mxamjx0pt302zz>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.5 litres',
 'engine_horse_power': 120,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '127b83dc-824b-5c86-8779-086558743c1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'FX16PUF',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12208422',
 'listing': 'auction',
 'location': 'Abingdon, Oxon',
 'make': 'Ford',
 'model': 'Grand C-Max',
 'odometer': 56900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 13,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1582218,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tb7uf6x5rwuv0pdszo1jffw3xfpw',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1871643,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/duk5undkgkw1q5mxamjx0pt302zz',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1774769,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hle4q93v5iyuos69ki0gqh5u2ksb',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1847294,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1ow643xbqoryy75xl87k0kdu27fg',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1356263,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zg4197zm4irwpfckrx3gq8d4ciu5',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2857346,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j314umzbqmhxlww2qzf20vd8otsi',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1826858,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yqhrd0p0wnuyghokqoosf4lqm9pg',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1367586,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8n98m8hry07yc4pyuwa6d2ien0mk',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1530862,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nu5u6lazr3knbdi2wa6x1uo5lmxl',
             'Width': 4608},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_127b83dc-824b-5c86-8779-086558743c1a/127b83dc-824b-5c86-8779-086558743c1a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1439194,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p2wrrhhn040gn5xuf6i7cczx4p53',
             'Width': 4608}],
 'price': 5800.0,
 'price_includes_vat': True,
 'registration_date': '2016-03-31',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Ford Grand C-Max 1.5 TDCi Titanium 5dr',
 'transmission': 'manual',
 'trim': '1.5 TDCi Titanium 5dr',
 'vin': 'WF0WXXGCEWGB22890',
 'year': 2016}
2026-03-13 08:24:29 [carwow.gb] INFO: Saving data for 12208422: {'created_time': 1773390269.275449, 'last_price_update_time': 1773390269.275458, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qezsbh83moumkrlw76ltbtebcf5w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gw3dqzfx30grrf3pspux5n0cxsk8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hgquwzo94tdh7k6dfwp5ey4tylk5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gqh7qaq5ieiuz65ynaz53zkdtsh5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wzfz5znmdhyizj4i2a1sgckb7w91> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k4n48mgd59mgmsdwp7nh5kahw9td> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:29 [carwow.gb] INFO: Page 25: found 33 listings
2026-03-13 08:24:29 [carwow.gb] INFO: Scrape type for 12243843: 1
2026-03-13 08:24:29 [carwow.gb] INFO: Scrape type for 12246748: 1
2026-03-13 08:24:29 [carwow.gb] INFO: Scrape type for 12225628: 1
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d007c10>
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qezsbh83moumkrlw76ltbtebcf5w saved to cache
2026-03-13 08:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d594690>
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gw3dqzfx30grrf3pspux5n0cxsk8 saved to cache
2026-03-13 08:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d709650>
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hgquwzo94tdh7k6dfwp5ey4tylk5 saved to cache
2026-03-13 08:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:29 [carwow.gb] INFO: Scrape type for 12216231: 1
2026-03-13 08:24:29 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:24:29 [PIL.PngImagePlugin] DEBUG: STREAM b'sRGB' 41 1
2026-03-13 08:24:29 [PIL.PngImagePlugin] DEBUG: STREAM b'eXIf' 54 68
2026-03-13 08:24:29 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 134 16384
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5945d0>
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_5.png HTTP/1.1" 201 0
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gqh7qaq5ieiuz65ynaz53zkdtsh5 saved to cache
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:24:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5df0d0>
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wzfz5znmdhyizj4i2a1sgckb7w91 saved to cache
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12153121> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12165266: 1
2026-03-13 08:24:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4cf1d0>
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k4n48mgd59mgmsdwp7nh5kahw9td saved to cache
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12243942: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12202891: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12241709: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12234637: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12232677: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12240201: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12233429: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12233663: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12240355: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12168893: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12229578: 1
2026-03-13 08:24:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qkxbshlf36t3jtd3ljxmax7loxwn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12166064: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12243132: 1
2026-03-13 08:24:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vh7xlclz4bsuaj6u1plskgwad9d8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12241386: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12192927: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12238248: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12166868: 1
2026-03-13 08:24:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d309210>
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qkxbshlf36t3jtd3ljxmax7loxwn saved to cache
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12205938: 1
2026-03-13 08:24:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xmp2aqu77j467idsmp34acfy068e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12235221: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12242025: 1
2026-03-13 08:24:30 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:24:30 [PIL.PngImagePlugin] DEBUG: STREAM b'sRGB' 41 1
2026-03-13 08:24:30 [PIL.PngImagePlugin] DEBUG: STREAM b'eXIf' 54 68
2026-03-13 08:24:30 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 134 16384
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66d710>
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_4.png HTTP/1.1" 201 0
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vh7xlclz4bsuaj6u1plskgwad9d8 saved to cache
2026-03-13 08:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12240519: 1
2026-03-13 08:24:30 [carwow.gb] INFO: Scrape type for 12234333: 1
2026-03-13 08:24:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12246748> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42e610>
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xmp2aqu77j467idsmp34acfy068e saved to cache
2026-03-13 08:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:24:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12225628> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12165266> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:31 [carwow.gb] INFO: Scrape type for 12218351: 1
2026-03-13 08:24:31 [carwow.gb] INFO: Scrape type for 12243653: 1
2026-03-13 08:24:31 [carwow.gb] INFO: Scrape type for 12242871: 1
2026-03-13 08:24:31 [carwow.gb] INFO: Scrape type for 12244801: 1
2026-03-13 08:24:31 [carwow.gb] INFO: Scrape type for 12192675: 1
2026-03-13 08:24:31 [carwow.gb] INFO: Scrape type for 12232469: 1
2026-03-13 08:24:31 [carwow.gb] INFO: Page 25: next page found at /dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26
2026-03-13 08:24:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243942> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12216231> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:31 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:31 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:31 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:31 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:31 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:32 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:32 [crawlers.middlewares.monitoring_spider_middleware] ERROR: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:32 [scrapy.core.scraper] ERROR: Spider error processing <GET https://dealers.carwow.co.uk/dealers/listings/12216231> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 295, in aiter_errback
    yield await it.__anext__()
          ^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 374, in __anext__
    return await self.data.__anext__()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/python.py", line 355, in _async_chain
    async for o in as_async_generator(it):
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 14, in as_async_generator
    async for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy_zyte_api/_middlewares.py", line 206, in process_spider_output_async
    async for item_or_request in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/referer.py", line 355, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/urllength.py", line 30, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/spidermiddlewares/depth.py", line 35, in process_spider_output_async
    async for r in result or ():
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/photo_download_middleware.py", line 42, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/report_download_middleware.py", line 32, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 121, in process_async
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 118, in process_async
    async for r in iterable:
  File "/usr/src/app/crawlers/middlewares/id_gen_middleware.py", line 20, in process_spider_output
    async for item in result:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/asyncgen.py", line 17, in as_async_generator
    for r in it:
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 109, in process_sync
    exception_result = self._process_spider_exception(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 150, in _process_spider_exception
    result = method(response=response, exception=exception, spider=spider)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/middlewares/monitoring_spider_middleware.py", line 73, in process_spider_exception
    raise exception
  File "/usr/local/lib/python3.11/dist-packages/scrapy/core/spidermw.py", line 106, in process_sync
    for r in iterable:
  File "/usr/src/app/crawlers/spiders/carwow.py", line 157, in parse_detail
    item = self._parse_listing_from_html(response.text, listing_id)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/carwow.py", line 301, in _parse_listing_from_html
    raw_transmission = dl_data.get("transmission", "").lower()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242025> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12205938> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235221> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240519> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234333> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12165266> (referer: https://dealers.carwow.co.uk/dealers/listings/12165266)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243942> (referer: https://dealers.carwow.co.uk/dealers/listings/12243942)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12166868> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [carwow.gb] INFO: Provenance enriched listing 12165266: vin=YV1XZ15VDM2557696, engine=1.5 litres, hp=163, doors=5, seats=5
2026-03-13 08:24:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ba842e-669e-5d89-be16-52baa8d65e1c with identifier: 12165266
2026-03-13 08:24:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ba842e-669e-5d89-be16-52baa8d65e1c with scrape type 1
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fypiwft8uf87gt7dkus86xgqxmep not downloaded yet
2026-03-13 08:24:32 [carwow.gb] INFO: Provenance enriched listing 12243942: vin=WVGZZZE2ZPP001475, engine=None, hp=148, doors=5, seats=5
2026-03-13 08:24:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 with identifier: 12243942
2026-03-13 08:24:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 with scrape type 1
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1zo6n7xnlpmusrgdmhpbfqteqz27 not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3o9bivzto9f4eg927r4mv4whyc53 not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k8qjmaprjnjt706vd526adt9yve5 not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5zuvagbtu17jcfeg5raxqosv9lz0 not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1pjzsmcqgwxvmy3a4owr71o73nxu not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/131p8a156vsfd0lvl5648qik8rlh not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5pdog6kqvemoly4otanumbj1nsdd not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1qfjg7sgktqg8lradjaises5lddp not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3y0mabahv2chpn3t7hyx8ailh57l not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/egelh6aga2dgiq6oidxgqno84w5b not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wood6lryqpz533ssmgssvcxh62vv not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1dan566ebrpcarnat7fdx6yfc5n7 not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3owy2u1kbgysefz6enug0z8bv7fz not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cq3ns6hhlesmvoau1vi3xxxx0d8o not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3n08s4pqzfr2mxrmg1sxljfua477 not downloaded yet
2026-03-13 08:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/28a63fz2u3uysyhn5md05p796nw0 not downloaded yet
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12192675> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12225628> (referer: https://dealers.carwow.co.uk/dealers/listings/12225628)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242871> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232469> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:33 [carwow.gb] INFO: Provenance enriched listing 12225628: vin=WDF44760323078261, engine=2.1 litres, hp=136, doors=2, seats=2
2026-03-13 08:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f3f3548-1d34-58cf-8495-80ba5449ff60 with identifier: 12225628
2026-03-13 08:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f3f3548-1d34-58cf-8495-80ba5449ff60 with scrape type 1
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tar7ah96wgzasu49ofubu0mmcrkp not downloaded yet
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/28a63fz2u3uysyhn5md05p796nw0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uca0xjwr3gso3ns465owzgjgbodi not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s7osubvhcxqt59bkf7ti9o8vz4gh not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wewwq8yify6lkyh5r4s0f5ega7yt not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gfpxd87zxo0ah6mjn4li6ptd2491 not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/re9l5yjkbwbfi3ivcgrqbb62x14t not downloaded yet
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3n08s4pqzfr2mxrmg1sxljfua477> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qfompb79u24bks5pnvdmrjv29xpv not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q5a1ulbonm9hk6kn2js65n39knfz not downloaded yet
2026-03-13 08:24:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b6cd0>
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/28a63fz2u3uysyhn5md05p796nw0 saved to cache
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m2l5l8u86vmrebmuv3ckmuonf8uh not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zl2k29ig6wxiztm61ieyyxuwzbba not downloaded yet
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12246748> (referer: https://dealers.carwow.co.uk/dealers/listings/12246748)
2026-03-13 08:24:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d43b350>
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3n08s4pqzfr2mxrmg1sxljfua477 saved to cache
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cq3ns6hhlesmvoau1vi3xxxx0d8o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/re9l5yjkbwbfi3ivcgrqbb62x14t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:33 [carwow.gb] INFO: Provenance enriched listing 12246748: vin=W1N9M0CB4RN084048, engine=None, hp=190, doors=5, seats=7
2026-03-13 08:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd6a8ab7-d746-5e52-99ae-0b1a500a1041 with identifier: 12246748
2026-03-13 08:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041 with scrape type 1
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gwlkug7q4o3086ydl3o89f3nq4ej not downloaded yet
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243653> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244801> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qtx86d4j8e5wpjovjya8hw9wdzt2 not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pql9c6rgt1b8tfowoehp4inxezem not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nopgsarwddq8gfysnk943nihx335 not downloaded yet
2026-03-13 08:24:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f2550>
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cq3ns6hhlesmvoau1vi3xxxx0d8o saved to cache
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gex7a00yj5sgeqqy77cbpatsyltq not downloaded yet
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m915of82lq77jdibyvx8ttewrhv8 not downloaded yet
2026-03-13 08:24:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d23cb90>
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/re9l5yjkbwbfi3ivcgrqbb62x14t saved to cache
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:24:33 [carwow.gb] INFO: Page 26: found 23 listings
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12242006: 1
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/82rw2sxklx9ll9vso8vong61m6zp not downloaded yet
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12243598: 1
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/420qqwcmnccszdb1nn8t48n3o854 not downloaded yet
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12224059: 1
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zl2k29ig6wxiztm61ieyyxuwzbba> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q5a1ulbonm9hk6kn2js65n39knfz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5p0y6u1nxl81f7pe3sdnij5irhzt not downloaded yet
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qfompb79u24bks5pnvdmrjv29xpv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m2l5l8u86vmrebmuv3ckmuonf8uh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12234618: 1
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gwlkug7q4o3086ydl3o89f3nq4ej> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dt54pzj6wa1lw8uau2z9bklkj40l not downloaded yet
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12240304: 1
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12242480: 1
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12243198: 1
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12244470: 1
2026-03-13 08:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232469> (referer: https://dealers.carwow.co.uk/dealers/listings/12232469)
2026-03-13 08:24:33 [carwow.gb] INFO: Scrape type for 12229131: 1
2026-03-13 08:24:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c895550>
2026-03-13 08:24:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zl2k29ig6wxiztm61ieyyxuwzbba saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:24:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d579610>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q5a1ulbonm9hk6kn2js65n39knfz saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12192675> (referer: https://dealers.carwow.co.uk/dealers/listings/12192675)
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12234336: 1
2026-03-13 08:24:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d117850>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qfompb79u24bks5pnvdmrjv29xpv saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:24:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d216010>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m2l5l8u86vmrebmuv3ckmuonf8uh saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7a3050>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gwlkug7q4o3086ydl3o89f3nq4ej saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:24:34 [carwow.gb] INFO: Provenance enriched listing 12232469: vin=LRW3F7FS4RC206315, engine=None, hp=245, doors=4, seats=5
2026-03-13 08:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 with identifier: 12232469
2026-03-13 08:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 with scrape type 1
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/axuuk7pzk35ce8i9sg5tuui1hiv8 not downloaded yet
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/82rw2sxklx9ll9vso8vong61m6zp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12153617: 1
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/420qqwcmnccszdb1nn8t48n3o854> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bmk4hrkmi9gwj1t7ec05ukvh5oqy not downloaded yet
2026-03-13 08:24:34 [carwow.gb] INFO: Provenance enriched listing 12192675: vin=LRW3F7FS1RC236629, engine=None, hp=245, doors=4, seats=5
2026-03-13 08:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6aa3ec7-d8f3-51d0-b154-ddf676242351 with identifier: 12192675
2026-03-13 08:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6aa3ec7-d8f3-51d0-b154-ddf676242351 with scrape type 1
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ubxntqs6ley55r54hu0e0xwemjpm not downloaded yet
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12187836: 1
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5p0y6u1nxl81f7pe3sdnij5irhzt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5kcfisfh0ol4ooybuvz6zs79752c not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9udbtckav9hbx0a6q3tv9k9ug38c not downloaded yet
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12233068: 1
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxmhy6h21t4gfol1wzvyal8saex6 not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wl8m2lfw7zdl1ur0suczx52eekng not downloaded yet
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12236964: 1
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243598> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ks9tctlqacedznvwpg0qrrj6phzl not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0ep4or7j4uuv0qlby6cxppdsra7s not downloaded yet
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c883e10>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/82rw2sxklx9ll9vso8vong61m6zp saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72ecd0>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/420qqwcmnccszdb1nn8t48n3o854 saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12229982: 1
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12224059> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jo3jkz2ntcfms0sxhajbeqvh27vo not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7s0cw6q05aua0h5jc4m8qko3jc2u not downloaded yet
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12236767: 1
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27a410>
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5p0y6u1nxl81f7pe3sdnij5irhzt saved to cache
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1y7wj64izpratnz72ja5rkqlvag5 not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tw1osv95zwshzg6gzy5ts2nb7fu9 not downloaded yet
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/axuuk7pzk35ce8i9sg5tuui1hiv8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12238041: 1
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9xi43c0yjaldrlx1fvfuhs7v6ilc not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l266iv7syia1t5u9945uoecaevf3 not downloaded yet
2026-03-13 08:24:34 [carwow.gb] WARNING: Skipping listing 12224059: missing year/registration_date
2026-03-13 08:24:34 [carwow.gb] WARNING: Failed to parse item for listing 12224059
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3owy2u1kbgysefz6enug0z8bv7fz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244470> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12236869: 1
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243198> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l4g56v9ruz4b02ac0o2ajficbb6u not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wwmch7p9jm26ekxaz37e00t0kfr3 not downloaded yet
2026-03-13 08:24:34 [carwow.gb] INFO: Scrape type for 12226284: 1
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wrbdflbsntsbm1gosaut3qr4entu not downloaded yet
2026-03-13 08:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o5wvvrvq44pxysug110xm2fe2bw9 not downloaded yet
2026-03-13 08:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12187836> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:35 [carwow.gb] INFO: Scrape type for 12243038: 1
2026-03-13 08:24:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19f850>
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/axuuk7pzk35ce8i9sg5tuui1hiv8 saved to cache
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ilogbvbudu04wfn7qch9wl9v21hm not downloaded yet
2026-03-13 08:24:35 [carwow.gb] INFO: Scrape type for 12242855: 1
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81ed50>
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3owy2u1kbgysefz6enug0z8bv7fz saved to cache
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:24:35 [carwow.gb] INFO: Scrape type for 12245893: 1
2026-03-13 08:24:35 [carwow.gb] INFO: Scrape type for 12205574: 1
2026-03-13 08:24:35 [carwow.gb] INFO: Page 26: no more pages, pagination complete
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1y7wj64izpratnz72ja5rkqlvag5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234336> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1ab650>
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1y7wj64izpratnz72ja5rkqlvag5 saved to cache
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12229982> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238041> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12187836> (referer: https://dealers.carwow.co.uk/dealers/listings/12187836)
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l266iv7syia1t5u9945uoecaevf3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wl8m2lfw7zdl1ur0suczx52eekng> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:35 [carwow.gb] INFO: Provenance enriched listing 12187836: vin=SAJAB4AN9JCP24352, engine=2.0 litres, hp=180, doors=4, seats=5
2026-03-13 08:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 with identifier: 12187836
2026-03-13 08:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 with scrape type 1
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lsgrijp7p7b1locp8sda5gradm9i not downloaded yet
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/16avy5b49imfs50413isv1dnf8i4 not downloaded yet
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fqeo4dhkgubedqo8vj173ie0x9rb not downloaded yet
2026-03-13 08:24:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4ced0>
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l266iv7syia1t5u9945uoecaevf3 saved to cache
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12226284> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nh61l7xliyfp6cynkvgp61ofb1p3 not downloaded yet
2026-03-13 08:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234336> (referer: https://dealers.carwow.co.uk/dealers/listings/12234336)
2026-03-13 08:24:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d426550>
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wl8m2lfw7zdl1ur0suczx52eekng saved to cache
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gzcqjoeg1np8q90mozddyuip6z2o not downloaded yet
2026-03-13 08:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12205574> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lwxzi71is52ec8s26ikln818h9s6 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/443pftyp1zv835y75zp72ndws6rl not downloaded yet
2026-03-13 08:24:36 [carwow.gb] INFO: Provenance enriched listing 12234336: vin=SAJAC0563DDS78254, engine=2.2 litres, hp=200, doors=4, seats=5
2026-03-13 08:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c54416b9-c164-5992-a1b3-c03a26874790 with identifier: 12234336
2026-03-13 08:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c54416b9-c164-5992-a1b3-c03a26874790 with scrape type 1
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6m0q9hn4171dgkunix3m70zfv89q not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wno36fpdnozx8zfq8y9qtr9ahklj not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/948ihyflzb9jo7k6fnropl3kspzt not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dtgc6nhpyap4d7bk35fsh3x4zew1 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9lwkh7hb68qonxioy5mvzc4ci9n0 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nqfskkbgzxuguod8874himas51im not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ixx3um5my8mz8ly84b36dhzg0sal not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ts8qpyrbz6vd5qp5dwwygkd24qz7 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4jjwwxw6mvvt90vcy0bgc919ibm4 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kvmpulc3m3a194i5qqk626h686zw not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l390e6aql72zospxdd4yeax964s3 not downloaded yet
2026-03-13 08:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245893> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12229982> (referer: https://dealers.carwow.co.uk/dealers/listings/12229982)
2026-03-13 08:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tw1osv95zwshzg6gzy5ts2nb7fu9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243198> (referer: https://dealers.carwow.co.uk/dealers/listings/12243198)
2026-03-13 08:24:36 [carwow.gb] INFO: Provenance enriched listing 12229982: vin=VWASGFF2461007166, engine=2.5 litres, hp=110, doors=2, seats=3
2026-03-13 08:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e40f866-8b76-558d-a774-0123efad1cac with identifier: 12229982
2026-03-13 08:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e40f866-8b76-558d-a774-0123efad1cac with scrape type 1
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e05tolbzbeh2r0qbd0vu8oxeflb7 not downloaded yet
2026-03-13 08:24:36 [scrapy.extensions.logstats] INFO: Crawled 448 pages (at 171 pages/min), scraped 32 items (at 16 items/min)
2026-03-13 08:24:36 [scrapy.extensions.memusage] INFO: Peak memory usage is 234MiB
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b9ouj59ga61x1ikgcdyczaxe1vgc not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mjdr3fio8a5bca8k2ncr9e7rgr4e not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pesbjznysp7vwgqbucrq4gf9k8xy not downloaded yet
2026-03-13 08:24:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d441550>
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tw1osv95zwshzg6gzy5ts2nb7fu9 saved to cache
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k9j24g2kx2ryjjz2m35kb70yu7sv not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p80atvcmf98kvqfadtz1dro0si2h not downloaded yet
2026-03-13 08:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l390e6aql72zospxdd4yeax964s3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zkmfzv87pleka5rf3mzl4doohwjw not downloaded yet
2026-03-13 08:24:36 [carwow.gb] INFO: Provenance enriched listing 12243198: vin=JMZGJ621691325369, engine=2.2 litres, hp=150, doors=4, seats=5
2026-03-13 08:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 687726a8-af0c-50f5-a82f-5af796ad70f3 with identifier: 12243198
2026-03-13 08:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687726a8-af0c-50f5-a82f-5af796ad70f3 with scrape type 1
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/92me5e56g3xwwxa1oialkn9ut97v not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i30guewsrfcadkuxvjbt7v0c4nk6 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/664pdahruid6hibdgwrvnf1fezm4 not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tu51j0uiapucalb386yr39ztqd7q not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a925b47sfzao5x0i8jotgneia2eu not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0c8y8gwadamoswsn1ym4i6c6sfmd not downloaded yet
2026-03-13 08:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vncvy7jsybzorx79ca2iu72adkde not downloaded yet
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2abe50>
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l390e6aql72zospxdd4yeax964s3 saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/16avy5b49imfs50413isv1dnf8i4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gze4okrn23bsj2l6w8gfczu5ha0b not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m8nhl03we7peqkmo1ws4x9xd0xoh not downloaded yet
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p80atvcmf98kvqfadtz1dro0si2h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rsrm6pl8yc41nixqxdv8jra0kwje not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t66yzw6616ni6xp9xwk49zmitl6x not downloaded yet
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12245893> (referer: https://dealers.carwow.co.uk/dealers/listings/12245893)
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ebtkh1bgpntfaa7suk7s9nirq2vy not downloaded yet
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fqeo4dhkgubedqo8vj173ie0x9rb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9mb44r373uvapv65413halktvdqt not downloaded yet
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:11 12:37:30\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xa2'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c8810>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/16avy5b49imfs50413isv1dnf8i4 saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5821d0>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p80atvcmf98kvqfadtz1dro0si2h saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:37 [carwow.gb] INFO: Provenance enriched listing 12245893: vin=WBANC52070B588312, engine=2.5 litres, hp=177, doors=4, seats=5
2026-03-13 08:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 with identifier: 12245893
2026-03-13 08:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 with scrape type 1
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6sm1jrps0i6usc0563qbr2efdt7i not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/heojmp9sfckeex8szp5wum67x44g not downloaded yet
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nh61l7xliyfp6cynkvgp61ofb1p3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/38bgx2sssw62xairrv1s4v31arsv not downloaded yet
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:11 12:38:13\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xa2'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29ff10>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fqeo4dhkgubedqo8vj173ie0x9rb saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jvdqhi8cgjt3a4io8iqqexgk0dnr not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o5ilk0avwbln3yzrd0zg12f5csvk not downloaded yet
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:11 12:38:05\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xa2'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c785d50>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nh61l7xliyfp6cynkvgp61ofb1p3 saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5hx8l626kb5vsneyb14hgkhoitin not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1wyku32axu5ul3c2lp2em355x22c not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w82d2nx5hzvfzvj14pi9nu91xrui not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wi4hibvbcanr8bp7cc37pgey16mt not downloaded yet
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r5ere7n0xg2u5f3vofvdyq856p1i not downloaded yet
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4jjwwxw6mvvt90vcy0bgc919ibm4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lsgrijp7p7b1locp8sda5gradm9i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce26350>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4jjwwxw6mvvt90vcy0bgc919ibm4 saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jvdqhi8cgjt3a4io8iqqexgk0dnr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m8nhl03we7peqkmo1ws4x9xd0xoh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:11 12:37:44\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xa2'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d181290>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lsgrijp7p7b1locp8sda5gradm9i saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c86ec10>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jvdqhi8cgjt3a4io8iqqexgk0dnr saved to cache
2026-03-13 08:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72d990>
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m8nhl03we7peqkmo1ws4x9xd0xoh saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kvmpulc3m3a194i5qqk626h686zw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9mb44r373uvapv65413halktvdqt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3994d0>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kvmpulc3m3a194i5qqk626h686zw saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vncvy7jsybzorx79ca2iu72adkde> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r5ere7n0xg2u5f3vofvdyq856p1i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cec10>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9mb44r373uvapv65413halktvdqt saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d70d0>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vncvy7jsybzorx79ca2iu72adkde saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5hx8l626kb5vsneyb14hgkhoitin> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: MPFVersion (45056) - type: undefined (7) - value: b'0100'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: NumberOfImages (45057) - type: long (4) - value: b'\x00\x00\x00\x02'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: MPEntry (45058) - type: undefined (7) Tag Location: 46 - Data Location: 50 - value: b'\x00\x03\x00\x00\x00\x1c\xefh\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\xa1=\x00\x1ct2\x00\x00\x00\x00'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76b390>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_9.mpo HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r5ere7n0xg2u5f3vofvdyq856p1i saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t66yzw6616ni6xp9xwk49zmitl6x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6d0390>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5hx8l626kb5vsneyb14hgkhoitin saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wi4hibvbcanr8bp7cc37pgey16mt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ce6d0>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t66yzw6616ni6xp9xwk49zmitl6x saved to cache
2026-03-13 08:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o5ilk0avwbln3yzrd0zg12f5csvk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x08'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d6690>
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wi4hibvbcanr8bp7cc37pgey16mt saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/38bgx2sssw62xairrv1s4v31arsv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d6350>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o5ilk0avwbln3yzrd0zg12f5csvk saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d153f90>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/38bgx2sssw62xairrv1s4v31arsv saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1wyku32axu5ul3c2lp2em355x22c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0c8y8gwadamoswsn1ym4i6c6sfmd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c88a950>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1wyku32axu5ul3c2lp2em355x22c saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d302d50>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0c8y8gwadamoswsn1ym4i6c6sfmd saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gze4okrn23bsj2l6w8gfczu5ha0b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/heojmp9sfckeex8szp5wum67x44g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w82d2nx5hzvfzvj14pi9nu91xrui> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11 Pro\x00'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 178 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 186 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 194 - value: b'17.6.1\x00'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 202 - value: b'2026:02:20 16:01:17\x00'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 222 - value: b'iPhone 11 Pro\x00'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xec'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\x08\xe4'
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c88add0>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gze4okrn23bsj2l6w8gfczu5ha0b saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tu51j0uiapucalb386yr39ztqd7q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5a9710>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/heojmp9sfckeex8szp5wum67x44g saved to cache
2026-03-13 08:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d314250>
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w82d2nx5hzvfzvj14pi9nu91xrui saved to cache
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d709bd0>
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tu51j0uiapucalb386yr39ztqd7q saved to cache
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rsrm6pl8yc41nixqxdv8jra0kwje> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: ImageWidth (256) - type: long (4) - value: b'\xa0\x0f\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: ImageLength (257) - type: long (4) - value: b'\xcc\x08\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 46 - Data Location: 170 - value: b'samsung\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 58 - Data Location: 178 - value: b'Galaxy S24 Ultra\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 82 - Data Location: 196 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 94 - Data Location: 204 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 118 - Data Location: 212 - value: b'S928BXXS5CZB2\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 130 - Data Location: 226 - value: b'2026:03:12 09:56:51\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\xf6\x00\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\xf0\x02\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: MPFVersion (45056) - type: undefined (7) - value: b'0100'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: NumberOfImages (45057) - type: long (4) - value: b'\x02\x00\x00\x00'
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: MPEntry (45058) - type: undefined (7) Tag Location: 46 - Data Location: 50 - value: b'\x00\x00\x03\x00\xa4\x111\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00U\xf5\x00\x00\x87\x1d0\x00\x00\x00\x00\x00'
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d440a50>
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_6.mpo HTTP/1.1" 201 0
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rsrm6pl8yc41nixqxdv8jra0kwje saved to cache
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6sm1jrps0i6usc0563qbr2efdt7i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i30guewsrfcadkuxvjbt7v0c4nk6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a925b47sfzao5x0i8jotgneia2eu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zkmfzv87pleka5rf3mzl4doohwjw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k9j24g2kx2ryjjz2m35kb70yu7sv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c761f10>
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6sm1jrps0i6usc0563qbr2efdt7i saved to cache
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8
2026-03-13 08:24:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8, skipping ID generation
2026-03-13 08:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 with scrape type 1
2026-03-13 08:24:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 sending to next pipeline
2026-03-13 08:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8, identifier: 12245893
2026-03-13 08:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 with identifier: 12245893
2026-03-13 08:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 with identifier: 12245893
2026-03-13 08:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 97cb2af3-9296-53f5-97b1-a5e2c35f4ff8 with identifier: 12245893 to the API
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/6sm1jrps0i6usc0563qbr2efdt7i>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.5 litres',
 'engine_horse_power': 177,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '97cb2af3-9296-53f5-97b1-a5e2c35f4ff8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'RK55XGM',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12245893',
 'listing': 'auction',
 'location': 'Prestwich, Bury',
 'make': 'Bmw',
 'model': '5 SERIES DIESEL SALOON',
 'odometer': 191685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3014919,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6sm1jrps0i6usc0563qbr2efdt7i',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4680958,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/heojmp9sfckeex8szp5wum67x44g',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 141492,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/38bgx2sssw62xairrv1s4v31arsv',
             'Width': 738},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109004,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jvdqhi8cgjt3a4io8iqqexgk0dnr',
             'Width': 738},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77851,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/o5ilk0avwbln3yzrd0zg12f5csvk',
             'Width': 738},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 179391,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5hx8l626kb5vsneyb14hgkhoitin',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4067606,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1wyku32axu5ul3c2lp2em355x22c',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5219783,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w82d2nx5hzvfzvj14pi9nu91xrui',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2381933,
             'Height': 2316,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wi4hibvbcanr8bp7cc37pgey16mt',
             'Width': 3088},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_97cb2af3-9296-53f5-97b1-a5e2c35f4ff8/97cb2af3-9296-53f5-97b1-a5e2c35f4ff8_image_9.mpo',
             'Extension': 'mpo',
             'FileSizeInBytes': 2003109,
             'Height': 2316,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/r5ere7n0xg2u5f3vofvdyq856p1i',
             'Width': 3088}],
 'price': 400.0,
 'price_includes_vat': True,
 'registration_date': '2005-10-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'BMW 5 SERIES DIESEL SALOON 525d SE 4dr',
 'transmission': 'manual',
 'trim': '525d SE 4dr',
 'vin': 'WBANC52070B588312',
 'year': 2005}
2026-03-13 08:24:41 [carwow.gb] INFO: Saving data for 12245893: {'created_time': 1773390281.708811, 'last_price_update_time': 1773390281.708821, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a7610>
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i30guewsrfcadkuxvjbt7v0c4nk6 saved to cache
2026-03-13 08:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d116750>
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a925b47sfzao5x0i8jotgneia2eu saved to cache
2026-03-13 08:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8db150>
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zkmfzv87pleka5rf3mzl4doohwjw saved to cache
2026-03-13 08:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3ba210>
2026-03-13 08:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k9j24g2kx2ryjjz2m35kb70yu7sv saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mjdr3fio8a5bca8k2ncr9e7rgr4e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pesbjznysp7vwgqbucrq4gf9k8xy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ebtkh1bgpntfaa7suk7s9nirq2vy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/664pdahruid6hibdgwrvnf1fezm4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d117650>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mjdr3fio8a5bca8k2ncr9e7rgr4e saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d694b50>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pesbjznysp7vwgqbucrq4gf9k8xy saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4cfb10>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ebtkh1bgpntfaa7suk7s9nirq2vy saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d694ad0>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/664pdahruid6hibdgwrvnf1fezm4 saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nqfskkbgzxuguod8874himas51im> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b9ouj59ga61x1ikgcdyczaxe1vgc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ixx3um5my8mz8ly84b36dhzg0sal> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/92me5e56g3xwwxa1oialkn9ut97v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e05tolbzbeh2r0qbd0vu8oxeflb7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12205574> (referer: https://dealers.carwow.co.uk/dealers/listings/12205574)
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d179a90>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nqfskkbgzxuguod8874himas51im saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d609390>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b9ouj59ga61x1ikgcdyczaxe1vgc saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c770310>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ixx3um5my8mz8ly84b36dhzg0sal saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11 Pro\x00'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 178 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 186 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 194 - value: b'17.6.1\x00'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 202 - value: b'2026:02:20 15:58:29\x00'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 222 - value: b'iPhone 11 Pro\x00'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xec'
2026-03-13 08:24:42 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\tN'
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2aa850>
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/92me5e56g3xwwxa1oialkn9ut97v saved to cache
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 687726a8-af0c-50f5-a82f-5af796ad70f3
2026-03-13 08:24:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 687726a8-af0c-50f5-a82f-5af796ad70f3, skipping ID generation
2026-03-13 08:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687726a8-af0c-50f5-a82f-5af796ad70f3 with scrape type 1
2026-03-13 08:24:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 687726a8-af0c-50f5-a82f-5af796ad70f3 sending to next pipeline
2026-03-13 08:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 687726a8-af0c-50f5-a82f-5af796ad70f3, identifier: 12243198
2026-03-13 08:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 687726a8-af0c-50f5-a82f-5af796ad70f3 with identifier: 12243198
2026-03-13 08:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 687726a8-af0c-50f5-a82f-5af796ad70f3 with identifier: 12243198
2026-03-13 08:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 687726a8-af0c-50f5-a82f-5af796ad70f3 with identifier: 12243198 to the API
2026-03-13 08:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/92me5e56g3xwwxa1oialkn9ut97v>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 150,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '687726a8-af0c-50f5-a82f-5af796ad70f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'VU16EBP',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243198',
 'listing': 'auction',
 'location': 'Greenford, London',
 'make': 'Mazda',
 'model': '6 Saloon',
 'odometer': 115842,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 10,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4135868,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/92me5e56g3xwwxa1oialkn9ut97v',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4614379,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/664pdahruid6hibdgwrvnf1fezm4',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3207575,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a925b47sfzao5x0i8jotgneia2eu',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3818441,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vncvy7jsybzorx79ca2iu72adkde',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3230951,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gze4okrn23bsj2l6w8gfczu5ha0b',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2199853,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m8nhl03we7peqkmo1ws4x9xd0xoh',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_6.mpo',
             'Extension': 'mpo',
             'FileSizeInBytes': 3278841,
             'Height': 2252,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rsrm6pl8yc41nixqxdv8jra0kwje',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4147134,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t66yzw6616ni6xp9xwk49zmitl6x',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4147134,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ebtkh1bgpntfaa7suk7s9nirq2vy',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_687726a8-af0c-50f5-a82f-5af796ad70f3/687726a8-af0c-50f5-a82f-5af796ad70f3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4147134,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9mb44r373uvapv65413halktvdqt',
             'Width': 3024}],
 'price': 500.0,
 'price_includes_vat': True,
 'registration_date': '2016-03-01',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mazda 6 Saloon 2.2d SE-L Nav 4dr',
 'transmission': 'manual',
 'trim': '2.2d SE-L Nav 4dr',
 'vin': 'JMZGJ621691325369',
 'year': 2016}
2026-03-13 08:24:43 [carwow.gb] INFO: Saving data for 12243198: {'created_time': 1773390283.240749, 'last_price_update_time': 1773390283.24076, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c768190>
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e05tolbzbeh2r0qbd0vu8oxeflb7 saved to cache
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6e40f866-8b76-558d-a774-0123efad1cac
2026-03-13 08:24:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e40f866-8b76-558d-a774-0123efad1cac, skipping ID generation
2026-03-13 08:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e40f866-8b76-558d-a774-0123efad1cac with scrape type 1
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e40f866-8b76-558d-a774-0123efad1cac sending to next pipeline
2026-03-13 08:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 6e40f866-8b76-558d-a774-0123efad1cac, identifier: 12229982
2026-03-13 08:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 6e40f866-8b76-558d-a774-0123efad1cac with identifier: 12229982
2026-03-13 08:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 6e40f866-8b76-558d-a774-0123efad1cac with identifier: 12229982
2026-03-13 08:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 6e40f866-8b76-558d-a774-0123efad1cac with identifier: 12229982 to the API
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/e05tolbzbeh2r0qbd0vu8oxeflb7>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.5 litres',
 'engine_horse_power': 110,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '6e40f866-8b76-558d-a774-0123efad1cac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'FE07FLN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12229982',
 'listing': 'auction',
 'location': 'Cradley Heath, West Midlands',
 'make': 'Nissan',
 'model': 'CABSTAR',
 'odometer': 166000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 364835,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e05tolbzbeh2r0qbd0vu8oxeflb7',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 276174,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b9ouj59ga61x1ikgcdyczaxe1vgc',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 264110,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mjdr3fio8a5bca8k2ncr9e7rgr4e',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 264110,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pesbjznysp7vwgqbucrq4gf9k8xy',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 248898,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k9j24g2kx2ryjjz2m35kb70yu7sv',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 276174,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p80atvcmf98kvqfadtz1dro0si2h',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 220430,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zkmfzv87pleka5rf3mzl4doohwjw',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 211710,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i30guewsrfcadkuxvjbt7v0c4nk6',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 406819,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tu51j0uiapucalb386yr39ztqd7q',
             'Width': 1080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e40f866-8b76-558d-a774-0123efad1cac/6e40f866-8b76-558d-a774-0123efad1cac_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 364835,
             'Height': 1920,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0c8y8gwadamoswsn1ym4i6c6sfmd',
             'Width': 1080}],
 'price': 1000.0,
 'price_includes_vat': True,
 'registration_date': '2007-06-29',
 'seats_number': 3,
 'seller_name': None,
 'title': 'NISSAN CABSTAR 34.11 dCi Basic Dropside',
 'transmission': 'manual',
 'trim': '34.11 dCi Basic Dropside',
 'vin': 'VWASGFF2461007166',
 'year': 2007}
2026-03-13 08:24:43 [carwow.gb] INFO: Saving data for 12229982: {'created_time': 1773390283.74581, 'last_price_update_time': 1773390283.745821, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:43 [carwow.gb] INFO: Provenance enriched listing 12205574: vin=W1K2130042B060959, engine=2.0 litres, hp=200, doors=4, seats=5
2026-03-13 08:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd with identifier: 12205574
2026-03-13 08:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd with scrape type 1
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c3zqivmv0u1w8hppyeglxozws6jp not downloaded yet
2026-03-13 08:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wno36fpdnozx8zfq8y9qtr9ahklj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dtgc6nhpyap4d7bk35fsh3x4zew1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jtj6ox98v2zdha0jigjd46193czm not downloaded yet
2026-03-13 08:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9lwkh7hb68qonxioy5mvzc4ci9n0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/948ihyflzb9jo7k6fnropl3kspzt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rv0nexh81zgdsoek9lk8e3m30xju not downloaded yet
2026-03-13 08:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6m0q9hn4171dgkunix3m70zfv89q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ysnu0ejgrdky39wc57wcrgixotyl not downloaded yet
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8nsf5o1vfl6paudlm6iyef82f99c not downloaded yet
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4dc503tpkampey1u81ygvstjzic6 not downloaded yet
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4b96os934atswgnvqm51osapqsso not downloaded yet
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jwj6lt3nsc9df8dmfvbreked2u4u not downloaded yet
2026-03-13 08:24:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d218c10>
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wno36fpdnozx8zfq8y9qtr9ahklj saved to cache
2026-03-13 08:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d131450>
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dtgc6nhpyap4d7bk35fsh3x4zew1 saved to cache
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7tjs0c8cr7ig68l8xxua6i70l3md not downloaded yet
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c762250>
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9lwkh7hb68qonxioy5mvzc4ci9n0 saved to cache
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a6150>
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/948ihyflzb9jo7k6fnropl3kspzt saved to cache
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5aawp7e84k8hyme2pa348hi5umyq not downloaded yet
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c88a010>
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6m0q9hn4171dgkunix3m70zfv89q saved to cache
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ts8qpyrbz6vd5qp5dwwygkd24qz7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:44 [PIL.PngImagePlugin] DEBUG: STREAM b'IHDR' 16 13
2026-03-13 08:24:44 [PIL.PngImagePlugin] DEBUG: STREAM b'sRGB' 41 1
2026-03-13 08:24:44 [PIL.PngImagePlugin] DEBUG: STREAM b'eXIf' 54 250
2026-03-13 08:24:44 [PIL.PngImagePlugin] DEBUG: STREAM b'pHYs' 316 9
2026-03-13 08:24:44 [PIL.PngImagePlugin] DEBUG: STREAM b'iTXt' 337 931
2026-03-13 08:24:44 [PIL.PngImagePlugin] DEBUG: STREAM b'IDAT' 1280 16384
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d528690>
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_4.png HTTP/1.1" 201 0
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ts8qpyrbz6vd5qp5dwwygkd24qz7 saved to cache
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c54416b9-c164-5992-a1b3-c03a26874790
2026-03-13 08:24:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c54416b9-c164-5992-a1b3-c03a26874790, skipping ID generation
2026-03-13 08:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c54416b9-c164-5992-a1b3-c03a26874790 with scrape type 1
2026-03-13 08:24:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c54416b9-c164-5992-a1b3-c03a26874790 sending to next pipeline
2026-03-13 08:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: c54416b9-c164-5992-a1b3-c03a26874790, identifier: 12234336
2026-03-13 08:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: c54416b9-c164-5992-a1b3-c03a26874790 with identifier: 12234336
2026-03-13 08:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: c54416b9-c164-5992-a1b3-c03a26874790 with identifier: 12234336
2026-03-13 08:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: c54416b9-c164-5992-a1b3-c03a26874790 with identifier: 12234336 to the API
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:44 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ts8qpyrbz6vd5qp5dwwygkd24qz7>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 200,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'c54416b9-c164-5992-a1b3-c03a26874790',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MK13LYD',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12234336',
 'listing': 'auction',
 'location': 'Bicester, Oxon',
 'make': 'Jaguar',
 'model': 'XF',
 'odometer': 115000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 537148,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6m0q9hn4171dgkunix3m70zfv89q',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 378961,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/948ihyflzb9jo7k6fnropl3kspzt',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 375653,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9lwkh7hb68qonxioy5mvzc4ci9n0',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 307346,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ixx3um5my8mz8ly84b36dhzg0sal',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_4.png',
             'Extension': 'png',
             'FileSizeInBytes': 3605782,
             'Height': 2868,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ts8qpyrbz6vd5qp5dwwygkd24qz7',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2952165,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4jjwwxw6mvvt90vcy0bgc919ibm4',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1888585,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kvmpulc3m3a194i5qqk626h686zw',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c54416b9-c164-5992-a1b3-c03a26874790/c54416b9-c164-5992-a1b3-c03a26874790_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 310395,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l390e6aql72zospxdd4yeax964s3',
             'Width': 1500}],
 'price': 2100.0,
 'price_includes_vat': True,
 'registration_date': '2013-03-01',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Jaguar XF 2.2d [200] Sport 4dr Auto',
 'transmission': 'automatic',
 'trim': '2.2d [200] Sport 4dr Auto',
 'vin': 'SAJAC0563DDS78254',
 'year': 2013}
2026-03-13 08:24:44 [carwow.gb] INFO: Saving data for 12234336: {'created_time': 1773390284.907415, 'last_price_update_time': 1773390284.907429, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12226284> (referer: https://dealers.carwow.co.uk/dealers/listings/12226284)
2026-03-13 08:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gzcqjoeg1np8q90mozddyuip6z2o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lwxzi71is52ec8s26ikln818h9s6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:45 [carwow.gb] INFO: Provenance enriched listing 12226284: vin=W0LLV6EHXFB037861, engine=2.2 litres, hp=163, doors=5, seats=5
2026-03-13 08:24:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e702693b-6b37-5d2f-bbc9-1f19175f7ce5 with identifier: 12226284
2026-03-13 08:24:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5 with scrape type 1
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kwx7mko3hbajxccg1heek5e4xovl not downloaded yet
2026-03-13 08:24:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/443pftyp1zv835y75zp72ndws6rl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w0yzafxw1noakppdcne0mst9khjj not downloaded yet
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lb1kq9u6mou0zrdyqupgm5eq23xc not downloaded yet
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:11 12:39:25\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t"'
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85d590>
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gzcqjoeg1np8q90mozddyuip6z2o saved to cache
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:11 12:40:39\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x96'
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d301dd0>
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lwxzi71is52ec8s26ikln818h9s6 saved to cache
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/009atc2u2ftczfp9vgr41nr6hf23 not downloaded yet
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p1e67ha2fwbyd6hceaehbyqruyms not downloaded yet
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a7610>
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/443pftyp1zv835y75zp72ndws6rl saved to cache
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79
2026-03-13 08:24:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c292a8a-eb50-5686-a6a9-25e21bb8cf79, skipping ID generation
2026-03-13 08:24:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 with scrape type 1
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 sending to next pipeline
2026-03-13 08:24:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 9c292a8a-eb50-5686-a6a9-25e21bb8cf79, identifier: 12187836
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ilawihemqzvbdi6x5qagcok6k4d0 not downloaded yet
2026-03-13 08:24:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 with identifier: 12187836
2026-03-13 08:24:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 with identifier: 12187836
2026-03-13 08:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 9c292a8a-eb50-5686-a6a9-25e21bb8cf79 with identifier: 12187836 to the API
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:45 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/443pftyp1zv835y75zp72ndws6rl>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '9c292a8a-eb50-5686-a6a9-25e21bb8cf79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BM10JWM',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12187836',
 'listing': 'auction',
 'location': 'Goring, Oxon',
 'make': 'Jaguar',
 'model': 'XE',
 'odometer': 77000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2889079,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lsgrijp7p7b1locp8sda5gradm9i',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2918104,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/16avy5b49imfs50413isv1dnf8i4',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2704731,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fqeo4dhkgubedqo8vj173ie0x9rb',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2645751,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nh61l7xliyfp6cynkvgp61ofb1p3',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2011159,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gzcqjoeg1np8q90mozddyuip6z2o',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1645895,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lwxzi71is52ec8s26ikln818h9s6',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3301585,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/443pftyp1zv835y75zp72ndws6rl',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 259689,
             'Height': 1083,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wno36fpdnozx8zfq8y9qtr9ahklj',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 213965,
             'Height': 1125,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dtgc6nhpyap4d7bk35fsh3x4zew1',
             'Width': 1094},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c292a8a-eb50-5686-a6a9-25e21bb8cf79/9c292a8a-eb50-5686-a6a9-25e21bb8cf79_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101997,
             'Height': 639,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nqfskkbgzxuguod8874himas51im',
             'Width': 717}],
 'price': 6500.0,
 'price_includes_vat': True,
 'registration_date': '2018-07-24',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Jaguar XE 2.0d [180] R-Sport 4dr Auto',
 'transmission': 'automatic',
 'trim': '2.0d [180] R-Sport 4dr Auto',
 'vin': 'SAJAB4AN9JCP24352',
 'year': 2018}
2026-03-13 08:24:45 [carwow.gb] INFO: Saving data for 12187836: {'created_time': 1773390285.852476, 'last_price_update_time': 1773390285.852492, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/crrzr5mefe4e9naafsz304qiaace not downloaded yet
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ieu7t8z7072gr6h99jkeq9pv0nsp not downloaded yet
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6nbh58lw91nl6pojqhudjj00yd3v not downloaded yet
2026-03-13 08:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/umymxfo4ye95zy7k8hjjewnlb2r2 not downloaded yet
2026-03-13 08:24:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/009atc2u2ftczfp9vgr41nr6hf23> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5aawp7e84k8hyme2pa348hi5umyq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4ced50>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/009atc2u2ftczfp9vgr41nr6hf23 saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26eb90>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5aawp7e84k8hyme2pa348hi5umyq saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6nbh58lw91nl6pojqhudjj00yd3v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89ff90>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6nbh58lw91nl6pojqhudjj00yd3v saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/umymxfo4ye95zy7k8hjjewnlb2r2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ieu7t8z7072gr6h99jkeq9pv0nsp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c3zqivmv0u1w8hppyeglxozws6jp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4b96os934atswgnvqm51osapqsso> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jwj6lt3nsc9df8dmfvbreked2u4u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89ded0>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/umymxfo4ye95zy7k8hjjewnlb2r2 saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d21a850>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ieu7t8z7072gr6h99jkeq9pv0nsp saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d425c90>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c3zqivmv0u1w8hppyeglxozws6jp saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10c150>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4b96os934atswgnvqm51osapqsso saved to cache
2026-03-13 08:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4dd50>
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jwj6lt3nsc9df8dmfvbreked2u4u saved to cache
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jtj6ox98v2zdha0jigjd46193czm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ilawihemqzvbdi6x5qagcok6k4d0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/crrzr5mefe4e9naafsz304qiaace> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27a410>
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jtj6ox98v2zdha0jigjd46193czm saved to cache
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29d050>
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ilawihemqzvbdi6x5qagcok6k4d0 saved to cache
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3f9d10>
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/crrzr5mefe4e9naafsz304qiaace saved to cache
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lb1kq9u6mou0zrdyqupgm5eq23xc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7tjs0c8cr7ig68l8xxua6i70l3md> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rv0nexh81zgdsoek9lk8e3m30xju> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w0yzafxw1noakppdcne0mst9khjj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27a950>
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lb1kq9u6mou0zrdyqupgm5eq23xc saved to cache
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p1e67ha2fwbyd6hceaehbyqruyms> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e2910>
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7tjs0c8cr7ig68l8xxua6i70l3md saved to cache
2026-03-13 08:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4ce950>
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rv0nexh81zgdsoek9lk8e3m30xju saved to cache
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89f4d0>
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w0yzafxw1noakppdcne0mst9khjj saved to cache
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kwx7mko3hbajxccg1heek5e4xovl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6d0d10>
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p1e67ha2fwbyd6hceaehbyqruyms saved to cache
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d70b7d0>
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kwx7mko3hbajxccg1heek5e4xovl saved to cache
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5
2026-03-13 08:24:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e702693b-6b37-5d2f-bbc9-1f19175f7ce5, skipping ID generation
2026-03-13 08:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5 with scrape type 1
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e702693b-6b37-5d2f-bbc9-1f19175f7ce5 sending to next pipeline
2026-03-13 08:24:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: e702693b-6b37-5d2f-bbc9-1f19175f7ce5, identifier: 12226284
2026-03-13 08:24:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: e702693b-6b37-5d2f-bbc9-1f19175f7ce5 with identifier: 12226284
2026-03-13 08:24:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: e702693b-6b37-5d2f-bbc9-1f19175f7ce5 with identifier: 12226284
2026-03-13 08:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: e702693b-6b37-5d2f-bbc9-1f19175f7ce5 with identifier: 12226284 to the API
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:48 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/kwx7mko3hbajxccg1heek5e4xovl>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 163,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'e702693b-6b37-5d2f-bbc9-1f19175f7ce5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SV65VGN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12226284',
 'listing': 'auction',
 'location': 'Kintore, Aberdeenshire',
 'make': 'Vauxhall',
 'model': 'Antara',
 'odometer': 87000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 456591,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kwx7mko3hbajxccg1heek5e4xovl',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 421502,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w0yzafxw1noakppdcne0mst9khjj',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 430335,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lb1kq9u6mou0zrdyqupgm5eq23xc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 469169,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/009atc2u2ftczfp9vgr41nr6hf23',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 274900,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p1e67ha2fwbyd6hceaehbyqruyms',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 181117,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ilawihemqzvbdi6x5qagcok6k4d0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 399265,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/crrzr5mefe4e9naafsz304qiaace',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 442975,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ieu7t8z7072gr6h99jkeq9pv0nsp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 417469,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6nbh58lw91nl6pojqhudjj00yd3v',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e702693b-6b37-5d2f-bbc9-1f19175f7ce5/e702693b-6b37-5d2f-bbc9-1f19175f7ce5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 424058,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/umymxfo4ye95zy7k8hjjewnlb2r2',
             'Width': 1280}],
 'price': 650.0,
 'price_includes_vat': True,
 'registration_date': '2015-09-22',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Vauxhall Antara 2.2 CDTi Diamond 5dr [2WD] [Start Stop]',
 'transmission': 'manual',
 'trim': '2.2 CDTi Diamond 5dr [2WD] [Start Stop]',
 'vin': 'W0LLV6EHXFB037861',
 'year': 2015}
2026-03-13 08:24:48 [carwow.gb] INFO: Saving data for 12226284: {'created_time': 1773390288.827859, 'last_price_update_time': 1773390288.827872, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242855> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244470> (referer: https://dealers.carwow.co.uk/dealers/listings/12244470)
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12238041> (referer: https://dealers.carwow.co.uk/dealers/listings/12238041)
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243038> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4dc503tpkampey1u81ygvstjzic6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8nsf5o1vfl6paudlm6iyef82f99c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:48 [carwow.gb] INFO: Provenance enriched listing 12244470: vin=VF1JZ090E44096221, engine=1.5 litres, hp=110, doors=5, seats=5
2026-03-13 08:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfe92aba-97d4-52db-8bd6-27632127fcfa with identifier: 12244470
2026-03-13 08:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfe92aba-97d4-52db-8bd6-27632127fcfa with scrape type 1
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3yalx37jqgg6d6c5lliuxyltpkgq not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l2qqalvftvl29elkjr6vyzc78bu4 not downloaded yet
2026-03-13 08:24:49 [carwow.gb] INFO: Provenance enriched listing 12238041: vin=JHMCN15505C206127, engine=2.2 litres, hp=140, doors=4, seats=5
2026-03-13 08:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88eb904c-02f5-5d36-b289-5d2be65af063 with identifier: 12238041
2026-03-13 08:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88eb904c-02f5-5d36-b289-5d2be65af063 with scrape type 1
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8ekwcg051boafgmxdecoonyix8jd not downloaded yet
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d696c10>
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4dc503tpkampey1u81ygvstjzic6 saved to cache
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p4txb1how7uksh7oh0fs1j64m5vl not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/945wdm16th03ohq04b41lbfeniqo not downloaded yet
2026-03-13 08:24:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wrbdflbsntsbm1gosaut3qr4entu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3e9510>
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8nsf5o1vfl6paudlm6iyef82f99c saved to cache
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l4g56v9ruz4b02ac0o2ajficbb6u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dpl5v9qv2eq311z987iw2if4gitv not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vqzzrgsp1ofp595gpvxknbl4j3ej not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3e4ij34el3r1ei0kt5o29ttqx3sz not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i14olw8h9usb69laiwql96gy44px not downloaded yet
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d2f10>
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wrbdflbsntsbm1gosaut3qr4entu saved to cache
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ilogbvbudu04wfn7qch9wl9v21hm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h50emfkbg8iyzw28b3ke1qda7wey not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9gzbbyx11trwha8rl8kz37240v6b not downloaded yet
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d022090>
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l4g56v9ruz4b02ac0o2ajficbb6u saved to cache
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236869> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bw5o0h2vvu9ejxwht35cz8irz823 not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4lw9ograifrmem3fwrsuezd6d6lz not downloaded yet
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0jn4hwzcwowpqb9yaq0wpc6aa8m3 not downloaded yet
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 146 - value: b'Apple\x00'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 152 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 180 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 188 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 196 - value: b'26.2.1\x00'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 204 - value: b'2026:02:20 09:57:32\x00'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 224 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xfc'
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c762a10>
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ilogbvbudu04wfn7qch9wl9v21hm saved to cache
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ysnu0ejgrdky39wc57wcrgixotyl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6f6d0>
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ysnu0ejgrdky39wc57wcrgixotyl saved to cache
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd
2026-03-13 08:24:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd, skipping ID generation
2026-03-13 08:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd with scrape type 1
2026-03-13 08:24:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd sending to next pipeline
2026-03-13 08:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd, identifier: 12205574
2026-03-13 08:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd with identifier: 12205574
2026-03-13 08:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd with identifier: 12205574
2026-03-13 08:24:50 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd with identifier: 12205574 to the API
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ysnu0ejgrdky39wc57wcrgixotyl>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 200,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YK22NDF',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12205574',
 'listing': 'auction',
 'location': 'Alfreton, Derbyshire',
 'make': 'Mercedes',
 'model': '-Benz E-Class',
 'odometer': 83500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4936961,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c3zqivmv0u1w8hppyeglxozws6jp',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6342654,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jtj6ox98v2zdha0jigjd46193czm',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5805634,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rv0nexh81zgdsoek9lk8e3m30xju',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6132822,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ysnu0ejgrdky39wc57wcrgixotyl',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4739787,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8nsf5o1vfl6paudlm6iyef82f99c',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2832068,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4dc503tpkampey1u81ygvstjzic6',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5923123,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4b96os934atswgnvqm51osapqsso',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5134153,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jwj6lt3nsc9df8dmfvbreked2u4u',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6363393,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7tjs0c8cr7ig68l8xxua6i70l3md',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd/08c0ea8e-a116-5b4e-85b1-b9fdd44d20fd_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5221671,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5aawp7e84k8hyme2pa348hi5umyq',
             'Width': 4284}],
 'price': 22000.0,
 'price_includes_vat': True,
 'registration_date': '2022-03-21',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mercedes-Benz E-Class E220d 200 AMG Line Night Ed Prem+ 4dr '
          '9G-Tronic',
 'transmission': 'automatic',
 'trim': 'E220d 200 AMG Line Night Ed Prem+ 4dr 9G-Tronic',
 'vin': 'W1K2130042B060959',
 'year': 2022}
2026-03-13 08:24:50 [carwow.gb] INFO: Saving data for 12205574: {'created_time': 1773390290.369475, 'last_price_update_time': 1773390290.369488, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9gzbbyx11trwha8rl8kz37240v6b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dpl5v9qv2eq311z987iw2if4gitv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/945wdm16th03ohq04b41lbfeniqo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o5wvvrvq44pxysug110xm2fe2bw9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vqzzrgsp1ofp595gpvxknbl4j3ej> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29f610>
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9gzbbyx11trwha8rl8kz37240v6b saved to cache
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d132e90>
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dpl5v9qv2eq311z987iw2if4gitv saved to cache
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d153f90>
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/945wdm16th03ohq04b41lbfeniqo saved to cache
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 146 - value: b'Apple\x00'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 152 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 180 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 188 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 196 - value: b'26.2.1\x00'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 204 - value: b'2026:02:20 09:57:40\x00'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 224 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xfc'
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce27b90>
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o5wvvrvq44pxysug110xm2fe2bw9 saved to cache
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2a8d50>
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vqzzrgsp1ofp595gpvxknbl4j3ej saved to cache
2026-03-13 08:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0jn4hwzcwowpqb9yaq0wpc6aa8m3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12236869> (referer: https://dealers.carwow.co.uk/dealers/listings/12236869)
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wwmch7p9jm26ekxaz37e00t0kfr3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4lw9ograifrmem3fwrsuezd6d6lz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74da90>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0jn4hwzcwowpqb9yaq0wpc6aa8m3 saved to cache
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:51 [carwow.gb] INFO: Provenance enriched listing 12236869: vin=SALLSAA139A212344, engine=2.7 litres, hp=188, doors=5, seats=5
2026-03-13 08:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45c17af1-c719-5005-ba43-e5f8e8f359d6 with identifier: 12236869
2026-03-13 08:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c17af1-c719-5005-ba43-e5f8e8f359d6 with scrape type 1
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eovv43pfakl53i9o5cnrd0jju0s8 not downloaded yet
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sa8ftck3xg4m83d2i8dsxa4yj0pk not downloaded yet
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 146 - value: b'Apple\x00'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 152 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 180 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 188 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 196 - value: b'26.2.1\x00'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 204 - value: b'2026:02:20 09:57:25\x00'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 224 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xfc'
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8202d0>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wwmch7p9jm26ekxaz37e00t0kfr3 saved to cache
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dp78o8g13eula0xik88zjq6l2h1c not downloaded yet
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sl0kvmviwth52oho1no1f1m2cfy5 not downloaded yet
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3ab250>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4lw9ograifrmem3fwrsuezd6d6lz saved to cache
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cp10y0ckppjg65ysxyflfrkq8kmt not downloaded yet
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bw5o0h2vvu9ejxwht35cz8irz823> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2dl8bf5plk055o1r3rah208au1yd not downloaded yet
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pmlpiavgue32i2btd6r3co9tsbjo not downloaded yet
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yz0dxoovpdjqflvlch0lcbruxtrb not downloaded yet
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cco8c2cvigrf1w4hpnpzr9hiwwqv not downloaded yet
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p91fs76gvtn6vftjtec2i5aoy44j not downloaded yet
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d279b10>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bw5o0h2vvu9ejxwht35cz8irz823 saved to cache
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3e4ij34el3r1ei0kt5o29ttqx3sz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h50emfkbg8iyzw28b3ke1qda7wey> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p4txb1how7uksh7oh0fs1j64m5vl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317390>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3e4ij34el3r1ei0kt5o29ttqx3sz saved to cache
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b8e90>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h50emfkbg8iyzw28b3ke1qda7wey saved to cache
2026-03-13 08:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243038> (referer: https://dealers.carwow.co.uk/dealers/listings/12243038)
2026-03-13 08:24:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d316090>
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p4txb1how7uksh7oh0fs1j64m5vl saved to cache
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:52 [carwow.gb] INFO: Provenance enriched listing 12243038: vin=YV1MK774972021273, engine=2.4 litres, hp=180, doors=3, seats=4
2026-03-13 08:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c474632a-80f9-53f7-af0c-12e3ab228722 with identifier: 12243038
2026-03-13 08:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c474632a-80f9-53f7-af0c-12e3ab228722 with scrape type 1
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c7qi9titz6kqt30jnva9oq4f2ycm not downloaded yet
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ywoaq523e9mtnr2jlohxhh3fxqf not downloaded yet
2026-03-13 08:24:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8ekwcg051boafgmxdecoonyix8jd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qsc4wq8j4cg5ehyml1z77lq3bb49 not downloaded yet
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1xryge9y2no02sqxyrt77zx48bet not downloaded yet
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x6lwepjd93euf8xz3ej9qpspin4f not downloaded yet
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c2tdrts3a9iwihm8y04m8ngxzxju not downloaded yet
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/68g11ggk7n3ka8726e2w53ybhabu not downloaded yet
2026-03-13 08:24:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i14olw8h9usb69laiwql96gy44px> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vvtg5hb41j3fdxn0r8znuefv4ip1 not downloaded yet
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1aa410>
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8ekwcg051boafgmxdecoonyix8jd saved to cache
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4o8gm65zdjpoxtp5dsghoxsxhxht not downloaded yet
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1l9kb5ho9u7pj6cey3txubwvj0o4 not downloaded yet
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d13b710>
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i14olw8h9usb69laiwql96gy44px saved to cache
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 88eb904c-02f5-5d36-b289-5d2be65af063
2026-03-13 08:24:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88eb904c-02f5-5d36-b289-5d2be65af063, skipping ID generation
2026-03-13 08:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88eb904c-02f5-5d36-b289-5d2be65af063 with scrape type 1
2026-03-13 08:24:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88eb904c-02f5-5d36-b289-5d2be65af063 sending to next pipeline
2026-03-13 08:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 88eb904c-02f5-5d36-b289-5d2be65af063, identifier: 12238041
2026-03-13 08:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 88eb904c-02f5-5d36-b289-5d2be65af063 with identifier: 12238041
2026-03-13 08:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 88eb904c-02f5-5d36-b289-5d2be65af063 with identifier: 12238041
2026-03-13 08:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 88eb904c-02f5-5d36-b289-5d2be65af063 with identifier: 12238041 to the API
2026-03-13 08:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:52 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/i14olw8h9usb69laiwql96gy44px>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 140,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '88eb904c-02f5-5d36-b289-5d2be65af063',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'FY55TLO',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12238041',
 'listing': 'auction',
 'location': 'Saxmundham, Suffolk',
 'make': 'Honda',
 'model': 'ACCORD DIESEL SALOON',
 'odometer': 140000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 6,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2109791,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8ekwcg051boafgmxdecoonyix8jd',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1834005,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/945wdm16th03ohq04b41lbfeniqo',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2016728,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vqzzrgsp1ofp595gpvxknbl4j3ej',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2095158,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i14olw8h9usb69laiwql96gy44px',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1253009,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9gzbbyx11trwha8rl8kz37240v6b',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_88eb904c-02f5-5d36-b289-5d2be65af063/88eb904c-02f5-5d36-b289-5d2be65af063_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1231814,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4lw9ograifrmem3fwrsuezd6d6lz',
             'Width': 4000}],
 'price': 650.0,
 'price_includes_vat': True,
 'registration_date': '2005-10-31',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Honda ACCORD DIESEL SALOON 2.2i CTDi Executive 4dr',
 'transmission': 'manual',
 'trim': '2.2i CTDi Executive 4dr',
 'vin': 'JHMCN15505C206127',
 'year': 2005}
2026-03-13 08:24:53 [carwow.gb] INFO: Saving data for 12238041: {'created_time': 1773390293.066041, 'last_price_update_time': 1773390293.06605, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sl0kvmviwth52oho1no1f1m2cfy5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l2qqalvftvl29elkjr6vyzc78bu4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p91fs76gvtn6vftjtec2i5aoy44j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cco8c2cvigrf1w4hpnpzr9hiwwqv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce93910>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sl0kvmviwth52oho1no1f1m2cfy5 saved to cache
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d68ed50>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l2qqalvftvl29elkjr6vyzc78bu4 saved to cache
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb8690>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p91fs76gvtn6vftjtec2i5aoy44j saved to cache
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c834c10>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cco8c2cvigrf1w4hpnpzr9hiwwqv saved to cache
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yz0dxoovpdjqflvlch0lcbruxtrb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/68g11ggk7n3ka8726e2w53ybhabu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cf1d0>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yz0dxoovpdjqflvlch0lcbruxtrb saved to cache
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pmlpiavgue32i2btd6r3co9tsbjo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3f87d0>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/68g11ggk7n3ka8726e2w53ybhabu saved to cache
2026-03-13 08:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d438050>
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pmlpiavgue32i2btd6r3co9tsbjo saved to cache
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c7qi9titz6kqt30jnva9oq4f2ycm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3e8d10>
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c7qi9titz6kqt30jnva9oq4f2ycm saved to cache
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c2tdrts3a9iwihm8y04m8ngxzxju> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3ywoaq523e9mtnr2jlohxhh3fxqf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74c890>
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c2tdrts3a9iwihm8y04m8ngxzxju saved to cache
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d181150>
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ywoaq523e9mtnr2jlohxhh3fxqf saved to cache
2026-03-13 08:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2dl8bf5plk055o1r3rah208au1yd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/x6lwepjd93euf8xz3ej9qpspin4f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vvtg5hb41j3fdxn0r8znuefv4ip1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4ebd0>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2dl8bf5plk055o1r3rah208au1yd saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1xryge9y2no02sqxyrt77zx48bet> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5783d0>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x6lwepjd93euf8xz3ej9qpspin4f saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a5fd0>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vvtg5hb41j3fdxn0r8znuefv4ip1 saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317350>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1xryge9y2no02sqxyrt77zx48bet saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cp10y0ckppjg65ysxyflfrkq8kmt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4o8gm65zdjpoxtp5dsghoxsxhxht> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dp78o8g13eula0xik88zjq6l2h1c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b8810>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cp10y0ckppjg65ysxyflfrkq8kmt saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4ddd0>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4o8gm65zdjpoxtp5dsghoxsxhxht saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3e9ad0>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dp78o8g13eula0xik88zjq6l2h1c saved to cache
2026-03-13 08:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1l9kb5ho9u7pj6cey3txubwvj0o4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qsc4wq8j4cg5ehyml1z77lq3bb49> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2356d0>
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1l9kb5ho9u7pj6cey3txubwvj0o4 saved to cache
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d314290>
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qsc4wq8j4cg5ehyml1z77lq3bb49 saved to cache
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c474632a-80f9-53f7-af0c-12e3ab228722
2026-03-13 08:24:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c474632a-80f9-53f7-af0c-12e3ab228722, skipping ID generation
2026-03-13 08:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c474632a-80f9-53f7-af0c-12e3ab228722 with scrape type 1
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c474632a-80f9-53f7-af0c-12e3ab228722 sending to next pipeline
2026-03-13 08:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: c474632a-80f9-53f7-af0c-12e3ab228722, identifier: 12243038
2026-03-13 08:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: c474632a-80f9-53f7-af0c-12e3ab228722 with identifier: 12243038
2026-03-13 08:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: c474632a-80f9-53f7-af0c-12e3ab228722 with identifier: 12243038
2026-03-13 08:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: c474632a-80f9-53f7-af0c-12e3ab228722 with identifier: 12243038 to the API
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/qsc4wq8j4cg5ehyml1z77lq3bb49>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 3,
 'emission_standard': None,
 'engine': '2.4 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'c474632a-80f9-53f7-af0c-12e3ab228722',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LR57KXC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243038',
 'listing': 'auction',
 'location': 'Solihull',
 'make': 'Volvo',
 'model': 'C30 DIESEL SPORTS COUPE',
 'odometer': 90000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 18,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4478157,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c7qi9titz6kqt30jnva9oq4f2ycm',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 650484,
             'Height': 1697,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3ywoaq523e9mtnr2jlohxhh3fxqf',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6366605,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qsc4wq8j4cg5ehyml1z77lq3bb49',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5545624,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1xryge9y2no02sqxyrt77zx48bet',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4262800,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/x6lwepjd93euf8xz3ej9qpspin4f',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2764723,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c2tdrts3a9iwihm8y04m8ngxzxju',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2377664,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/68g11ggk7n3ka8726e2w53ybhabu',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6094579,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vvtg5hb41j3fdxn0r8znuefv4ip1',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5784896,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4o8gm65zdjpoxtp5dsghoxsxhxht',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c474632a-80f9-53f7-af0c-12e3ab228722/c474632a-80f9-53f7-af0c-12e3ab228722_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4984194,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1l9kb5ho9u7pj6cey3txubwvj0o4',
             'Width': 5712}],
 'price': 450.0,
 'price_includes_vat': True,
 'registration_date': '2007-09-28',
 'seats_number': 4,
 'seller_name': None,
 'title': 'Volvo C30 DIESEL SPORTS COUPE D5 SE Lux 3dr Geartronic',
 'transmission': 'automatic',
 'trim': 'D5 SE Lux 3dr Geartronic',
 'vin': 'YV1MK774972021273',
 'year': 2007}
2026-03-13 08:24:56 [carwow.gb] INFO: Saving data for 12243038: {'created_time': 1773390296.789183, 'last_price_update_time': 1773390296.789192, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9xi43c0yjaldrlx1fvfuhs7v6ilc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242855> (referer: https://dealers.carwow.co.uk/dealers/listings/12242855)
2026-03-13 08:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236767> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3yalx37jqgg6d6c5lliuxyltpkgq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c888050>
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9xi43c0yjaldrlx1fvfuhs7v6ilc saved to cache
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:56 [carwow.gb] INFO: Provenance enriched listing 12242855: vin=SAJAB4CN0HCP06510, engine=2.0 litres, hp=180, doors=4, seats=5
2026-03-13 08:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2746dc19-4408-555d-b6ca-a2df96d58a1e with identifier: 12242855
2026-03-13 08:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2746dc19-4408-555d-b6ca-a2df96d58a1e with scrape type 1
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hhxl7i2dtc6itspqgt6ktzdq83m3 not downloaded yet
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sni54bafrir46owqv6cup6wsddpt not downloaded yet
2026-03-13 08:24:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d315810>
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3yalx37jqgg6d6c5lliuxyltpkgq saved to cache
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cfe92aba-97d4-52db-8bd6-27632127fcfa
2026-03-13 08:24:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfe92aba-97d4-52db-8bd6-27632127fcfa, skipping ID generation
2026-03-13 08:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfe92aba-97d4-52db-8bd6-27632127fcfa with scrape type 1
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfe92aba-97d4-52db-8bd6-27632127fcfa sending to next pipeline
2026-03-13 08:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: cfe92aba-97d4-52db-8bd6-27632127fcfa, identifier: 12244470
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ft2i6hv5xwpo6v6232e8r8daurs not downloaded yet
2026-03-13 08:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: cfe92aba-97d4-52db-8bd6-27632127fcfa with identifier: 12244470
2026-03-13 08:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: cfe92aba-97d4-52db-8bd6-27632127fcfa with identifier: 12244470
2026-03-13 08:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: cfe92aba-97d4-52db-8bd6-27632127fcfa with identifier: 12244470 to the API
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3yalx37jqgg6d6c5lliuxyltpkgq>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.5 litres',
 'engine_horse_power': 110,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'cfe92aba-97d4-52db-8bd6-27632127fcfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'NL60TFJ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12244470',
 'listing': 'auction',
 'location': 'Hexham, Northumberland',
 'make': 'Renault',
 'model': 'Scenic',
 'odometer': 110000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3458547,
             'Height': 3213,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3yalx37jqgg6d6c5lliuxyltpkgq',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4031871,
             'Height': 3213,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l2qqalvftvl29elkjr6vyzc78bu4',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2892138,
             'Height': 2268,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p4txb1how7uksh7oh0fs1j64m5vl',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2952174,
             'Height': 2268,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dpl5v9qv2eq311z987iw2if4gitv',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1757610,
             'Height': 2268,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3e4ij34el3r1ei0kt5o29ttqx3sz',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1968468,
             'Height': 2268,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/h50emfkbg8iyzw28b3ke1qda7wey',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 337382,
             'Height': 1132,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bw5o0h2vvu9ejxwht35cz8irz823',
             'Width': 2000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cfe92aba-97d4-52db-8bd6-27632127fcfa/cfe92aba-97d4-52db-8bd6-27632127fcfa_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90269,
             'Height': 610,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0jn4hwzcwowpqb9yaq0wpc6aa8m3',
             'Width': 1085}],
 'price': 400.0,
 'price_includes_vat': True,
 'registration_date': '2010-10-12',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Renault Scenic 1.5 dCi 110 Dynamique TomTom 5dr EDC',
 'transmission': 'automatic',
 'trim': '1.5 dCi 110 Dynamique TomTom 5dr EDC',
 'vin': 'VF1JZ090E44096221',
 'year': 2010}
2026-03-13 08:24:57 [carwow.gb] INFO: Saving data for 12244470: {'created_time': 1773390297.57558, 'last_price_update_time': 1773390297.575593, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ks9tctlqacedznvwpg0qrrj6phzl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243598> (referer: https://dealers.carwow.co.uk/dealers/listings/12243598)
2026-03-13 08:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12236964> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jo3jkz2ntcfms0sxhajbeqvh27vo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qtx6xitm0ixf3hga8ixdn2ig96dn not downloaded yet
2026-03-13 08:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/eovv43pfakl53i9o5cnrd0jju0s8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lups6blgkx4op6udd97oku18ol2h not downloaded yet
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w4daohro4jjlo7t8ugxapg6x2bif not downloaded yet
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/owd1pn0qe91m9v8x708r685w9uwj not downloaded yet
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c9uu71y5z66mubr2h8h5yk2pftxa not downloaded yet
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1tvs52odg7qtzr9ew5hjdvzdkzzs not downloaded yet
2026-03-13 08:24:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4f590>
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ks9tctlqacedznvwpg0qrrj6phzl saved to cache
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:57 [carwow.gb] INFO: Provenance enriched listing 12243598: vin=W0LF7AMA6BV633765, engine=2.0 litres, hp=90, doors=2, seats=3
2026-03-13 08:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 with identifier: 12243598
2026-03-13 08:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 with scrape type 1
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xroyq1lcgb124p6y2j9z6ouszbrx not downloaded yet
2026-03-13 08:24:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76eb90>
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jo3jkz2ntcfms0sxhajbeqvh27vo saved to cache
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c5kbb8qnnymupdkubl43f6wfm7l3 not downloaded yet
2026-03-13 08:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sa8ftck3xg4m83d2i8dsxa4yj0pk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fwfgxii9e1fp7i6k019zh9nv2xpy not downloaded yet
2026-03-13 08:24:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef73090>
2026-03-13 08:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eovv43pfakl53i9o5cnrd0jju0s8 saved to cache
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12236767> (referer: https://dealers.carwow.co.uk/dealers/listings/12236767)
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tjmbng43nmc3jgtwy7hljcretsyh not downloaded yet
2026-03-13 08:24:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rxmhy6h21t4gfol1wzvyal8saex6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c772410>
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sa8ftck3xg4m83d2i8dsxa4yj0pk saved to cache
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 45c17af1-c719-5005-ba43-e5f8e8f359d6
2026-03-13 08:24:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45c17af1-c719-5005-ba43-e5f8e8f359d6, skipping ID generation
2026-03-13 08:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c17af1-c719-5005-ba43-e5f8e8f359d6 with scrape type 1
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45c17af1-c719-5005-ba43-e5f8e8f359d6 sending to next pipeline
2026-03-13 08:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 45c17af1-c719-5005-ba43-e5f8e8f359d6, identifier: 12236869
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8x4my5eeibck9mm27i016jdhlctk not downloaded yet
2026-03-13 08:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 45c17af1-c719-5005-ba43-e5f8e8f359d6 with identifier: 12236869
2026-03-13 08:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 45c17af1-c719-5005-ba43-e5f8e8f359d6 with identifier: 12236869
2026-03-13 08:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 45c17af1-c719-5005-ba43-e5f8e8f359d6 with identifier: 12236869 to the API
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/sa8ftck3xg4m83d2i8dsxa4yj0pk>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.7 litres',
 'engine_horse_power': 188,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '45c17af1-c719-5005-ba43-e5f8e8f359d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'EF09VYV',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12236869',
 'listing': 'auction',
 'location': 'Chatham, Medway',
 'make': 'Land-rover',
 'model': 'Land Rover RANGE ROVER SPORT ESTATE',
 'odometer': 214000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3729767,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/eovv43pfakl53i9o5cnrd0jju0s8',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4017881,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sa8ftck3xg4m83d2i8dsxa4yj0pk',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1029253,
             'Height': 2048,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dp78o8g13eula0xik88zjq6l2h1c',
             'Width': 1536},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2516886,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sl0kvmviwth52oho1no1f1m2cfy5',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2970973,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cp10y0ckppjg65ysxyflfrkq8kmt',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2099138,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2dl8bf5plk055o1r3rah208au1yd',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2729939,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pmlpiavgue32i2btd6r3co9tsbjo',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3509875,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yz0dxoovpdjqflvlch0lcbruxtrb',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2729939,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cco8c2cvigrf1w4hpnpzr9hiwwqv',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_45c17af1-c719-5005-ba43-e5f8e8f359d6/45c17af1-c719-5005-ba43-e5f8e8f359d6_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3620259,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p91fs76gvtn6vftjtec2i5aoy44j',
             'Width': 3024}],
 'price': 500.0,
 'price_includes_vat': True,
 'registration_date': '2009-07-09',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Land Rover RANGE ROVER SPORT ESTATE 2.7 TDV6 HSE 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.7 TDV6 HSE 5dr Auto',
 'vin': 'SALLSAA139A212344',
 'year': 2009}
2026-03-13 08:24:58 [carwow.gb] INFO: Saving data for 12236869: {'created_time': 1773390298.736879, 'last_price_update_time': 1773390298.736891, 'auction_closing_time': 1773415800.0}
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wr8b3492r8dml9nj848r7r5lqhye not downloaded yet
2026-03-13 08:24:58 [carwow.gb] INFO: Provenance enriched listing 12236767: vin=SALRA2AK6KA095704, engine=3.0 litres, hp=306, doors=5, seats=7
2026-03-13 08:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7932ad6-0207-51c8-a307-9f115f031ff5 with identifier: 12236767
2026-03-13 08:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7932ad6-0207-51c8-a307-9f115f031ff5 with scrape type 1
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/af530vpok9d99p4er928pq8ljujx not downloaded yet
2026-03-13 08:24:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317910>
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rxmhy6h21t4gfol1wzvyal8saex6 saved to cache
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vqcl8px7434h2xxozvr36h767nd0 not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/09gouz1u0wru0poajqdmcwus69hz not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c3l821ohxc9xg2fjpovipxk0ryz4 not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pydhnpwzaal0p3q7wnj2taoblru0 not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qwgaukyabeiiu8fw6v3y1e8fgrko not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m04ggaqqub9dbzh9avfk9jhoyjjv not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p8o8q4ihux3vh2sn7baki0iycaot not downloaded yet
2026-03-13 08:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g4ci7p6af095jwxkljn530sr6wlc not downloaded yet
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/igr8ouh2fc63tek75e9g7q3n8ghu not downloaded yet
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cd35bgnhum467p42gtjr4lj4ntgz not downloaded yet
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fwfgxii9e1fp7i6k019zh9nv2xpy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tjmbng43nmc3jgtwy7hljcretsyh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9fe0v1qy0yjgbl02yc1tu46va614 not downloaded yet
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ulpikj8ngsi809y431snvo61oxr3 not downloaded yet
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hqig0veq42uhx5o14k86019qllmi not downloaded yet
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m7fk8ey78sv52dmyg9e8qe2rjooc not downloaded yet
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3ft2i6hv5xwpo6v6232e8r8daurs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7s0cw6q05aua0h5jc4m8qko3jc2u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cfe90>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fwfgxii9e1fp7i6k019zh9nv2xpy saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5bb610>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tjmbng43nmc3jgtwy7hljcretsyh saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d023710>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ft2i6hv5xwpo6v6232e8r8daurs saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:24:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81cf90>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7s0cw6q05aua0h5jc4m8qko3jc2u saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hhxl7i2dtc6itspqgt6ktzdq83m3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sni54bafrir46owqv6cup6wsddpt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cd35bgnhum467p42gtjr4lj4ntgz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/igr8ouh2fc63tek75e9g7q3n8ghu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m7fk8ey78sv52dmyg9e8qe2rjooc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c5kbb8qnnymupdkubl43f6wfm7l3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b4090>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hhxl7i2dtc6itspqgt6ktzdq83m3 saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d115c90>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sni54bafrir46owqv6cup6wsddpt saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:24:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d340bd0>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cd35bgnhum467p42gtjr4lj4ntgz saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c890050>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/igr8ouh2fc63tek75e9g7q3n8ghu saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:24:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4b29d0>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m7fk8ey78sv52dmyg9e8qe2rjooc saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfec7d0>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c5kbb8qnnymupdkubl43f6wfm7l3 saved to cache
2026-03-13 08:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:24:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0ep4or7j4uuv0qlby6cxppdsra7s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:24:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d020690>
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:24:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0ep4or7j4uuv0qlby6cxppdsra7s saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g4ci7p6af095jwxkljn530sr6wlc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qwgaukyabeiiu8fw6v3y1e8fgrko> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p8o8q4ihux3vh2sn7baki0iycaot> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ulpikj8ngsi809y431snvo61oxr3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pydhnpwzaal0p3q7wnj2taoblru0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m04ggaqqub9dbzh9avfk9jhoyjjv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hqig0veq42uhx5o14k86019qllmi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c882fd0>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g4ci7p6af095jwxkljn530sr6wlc saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317a10>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qwgaukyabeiiu8fw6v3y1e8fgrko saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c769190>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p8o8q4ihux3vh2sn7baki0iycaot saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8833d0>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ulpikj8ngsi809y431snvo61oxr3 saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d661f90>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pydhnpwzaal0p3q7wnj2taoblru0 saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2aad50>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m04ggaqqub9dbzh9avfk9jhoyjjv saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29d750>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hqig0veq42uhx5o14k86019qllmi saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vqcl8px7434h2xxozvr36h767nd0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c3l821ohxc9xg2fjpovipxk0ryz4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8x4my5eeibck9mm27i016jdhlctk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wr8b3492r8dml9nj848r7r5lqhye> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9fe0v1qy0yjgbl02yc1tu46va614> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/af530vpok9d99p4er928pq8ljujx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/09gouz1u0wru0poajqdmcwus69hz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d6b50>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vqcl8px7434h2xxozvr36h767nd0 saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12236964> (referer: https://dealers.carwow.co.uk/dealers/listings/12236964)
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c7110>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c3l821ohxc9xg2fjpovipxk0ryz4 saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74b110>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8x4my5eeibck9mm27i016jdhlctk saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5aac90>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wr8b3492r8dml9nj848r7r5lqhye saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7b3b50>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9fe0v1qy0yjgbl02yc1tu46va614 saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5c550>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/af530vpok9d99p4er928pq8ljujx saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d676810>
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/09gouz1u0wru0poajqdmcwus69hz saved to cache
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d7932ad6-0207-51c8-a307-9f115f031ff5
2026-03-13 08:25:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7932ad6-0207-51c8-a307-9f115f031ff5, skipping ID generation
2026-03-13 08:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7932ad6-0207-51c8-a307-9f115f031ff5 with scrape type 1
2026-03-13 08:25:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7932ad6-0207-51c8-a307-9f115f031ff5 sending to next pipeline
2026-03-13 08:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: d7932ad6-0207-51c8-a307-9f115f031ff5, identifier: 12236767
2026-03-13 08:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: d7932ad6-0207-51c8-a307-9f115f031ff5 with identifier: 12236767
2026-03-13 08:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: d7932ad6-0207-51c8-a307-9f115f031ff5 with identifier: 12236767
2026-03-13 08:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: d7932ad6-0207-51c8-a307-9f115f031ff5 with identifier: 12236767 to the API
2026-03-13 08:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:01 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/09gouz1u0wru0poajqdmcwus69hz>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 306,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7932ad6-0207-51c8-a307-9f115f031ff5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'HK19LXC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12236767',
 'listing': 'auction',
 'location': 'Soberton, Hants',
 'make': 'Land-rover',
 'model': 'Land Rover Discovery',
 'odometer': 89000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 18,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 409082,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/af530vpok9d99p4er928pq8ljujx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 410571,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/09gouz1u0wru0poajqdmcwus69hz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 362766,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pydhnpwzaal0p3q7wnj2taoblru0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 385250,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m04ggaqqub9dbzh9avfk9jhoyjjv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 182043,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g4ci7p6af095jwxkljn530sr6wlc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 135212,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cd35bgnhum467p42gtjr4lj4ntgz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 446997,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9fe0v1qy0yjgbl02yc1tu46va614',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 428688,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ulpikj8ngsi809y431snvo61oxr3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 393216,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hqig0veq42uhx5o14k86019qllmi',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d7932ad6-0207-51c8-a307-9f115f031ff5/d7932ad6-0207-51c8-a307-9f115f031ff5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 307042,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m7fk8ey78sv52dmyg9e8qe2rjooc',
             'Width': 1280}],
 'price': 19000.0,
 'price_includes_vat': True,
 'registration_date': '2019-03-01',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Land Rover Discovery 3.0 SDV6 HSE 5dr Auto',
 'transmission': 'automatic',
 'trim': '3.0 SDV6 HSE 5dr Auto',
 'vin': 'SALRA2AK6KA095704',
 'year': 2019}
2026-03-13 08:25:01 [carwow.gb] INFO: Saving data for 12236767: {'created_time': 1773390301.657191, 'last_price_update_time': 1773390301.657206, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233068> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:01 [carwow.gb] INFO: Provenance enriched listing 12236964: vin=WBA3U12020J965972, engine=2.0 litres, hp=184, doors=2, seats=4
2026-03-13 08:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dfac5c1-c71e-524a-a221-05741f81693a with identifier: 12236964
2026-03-13 08:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dfac5c1-c71e-524a-a221-05741f81693a with scrape type 1
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aompyzsx7ng7h46nqapumm25fhha not downloaded yet
2026-03-13 08:25:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xroyq1lcgb124p6y2j9z6ouszbrx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tw0aj0l1pg9tmzrs82xjsnuhbxhj not downloaded yet
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/he4wvdfrgcworn5857cbx6byim61 not downloaded yet
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ioyxy32ti55ow92iiwq4856d9ywz not downloaded yet
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mw4gl63gcpce9wl6e7qo009p7rcm not downloaded yet
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hpd6c4vko2hadt7p0l3w0amqveov not downloaded yet
2026-03-13 08:25:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c761810>
2026-03-13 08:25:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xroyq1lcgb124p6y2j9z6ouszbrx saved to cache
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5
2026-03-13 08:25:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5, skipping ID generation
2026-03-13 08:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 with scrape type 1
2026-03-13 08:25:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 sending to next pipeline
2026-03-13 08:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5, identifier: 12243598
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/38rchz0kei5qbmczngslx8cvqxeg not downloaded yet
2026-03-13 08:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 with identifier: 12243598
2026-03-13 08:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 with identifier: 12243598
2026-03-13 08:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5 with identifier: 12243598 to the API
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/xroyq1lcgb124p6y2j9z6ouszbrx>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 90,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DG11XPZ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243598',
 'listing': 'auction',
 'location': 'Hurstead, Rochdale',
 'make': 'Vauxhall',
 'model': 'VIVARO',
 'odometer': 143335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 21,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204360,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xroyq1lcgb124p6y2j9z6ouszbrx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 186343,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fwfgxii9e1fp7i6k019zh9nv2xpy',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 206562,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tjmbng43nmc3jgtwy7hljcretsyh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 208932,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8x4my5eeibck9mm27i016jdhlctk',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 170551,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wr8b3492r8dml9nj848r7r5lqhye',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151439,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vqcl8px7434h2xxozvr36h767nd0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 209520,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c3l821ohxc9xg2fjpovipxk0ryz4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 153395,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qwgaukyabeiiu8fw6v3y1e8fgrko',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157519,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p8o8q4ihux3vh2sn7baki0iycaot',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5/3e0bfc5f-dc8d-5cc9-8edb-0cc2f6b8a6c5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 158155,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/igr8ouh2fc63tek75e9g7q3n8ghu',
             'Width': 1280}],
 'price': 800.0,
 'price_includes_vat': True,
 'registration_date': '2011-03-31',
 'seats_number': 3,
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.0CDTI [90PS] Van 2.7t',
 'transmission': 'manual',
 'trim': '2.0CDTI [90PS] Van 2.7t',
 'vin': 'W0LF7AMA6BV633765',
 'year': 2011}
2026-03-13 08:25:02 [carwow.gb] INFO: Saving data for 12243598: {'created_time': 1773390302.422199, 'last_price_update_time': 1773390302.422212, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yhjoryhxgtfy9quev1n8f3bo91nu not downloaded yet
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zm1ovanq41iwb6wzc81fu2gugiw not downloaded yet
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5kcfisfh0ol4ooybuvz6zs79752c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5moh2ctrlmorpz51nokzxz57rvlu not downloaded yet
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w4daohro4jjlo7t8ugxapg6x2bif> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1tvs52odg7qtzr9ew5hjdvzdkzzs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lups6blgkx4op6udd97oku18ol2h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/owd1pn0qe91m9v8x708r685w9uwj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c9uu71y5z66mubr2h8h5yk2pftxa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qtx6xitm0ixf3hga8ixdn2ig96dn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26db10>
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5kcfisfh0ol4ooybuvz6zs79752c saved to cache
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d708810>
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w4daohro4jjlo7t8ugxapg6x2bif saved to cache
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d685e90>
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1tvs52odg7qtzr9ew5hjdvzdkzzs saved to cache
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d115c10>
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lups6blgkx4op6udd97oku18ol2h saved to cache
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d167410>
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/owd1pn0qe91m9v8x708r685w9uwj saved to cache
2026-03-13 08:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89e110>
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c9uu71y5z66mubr2h8h5yk2pftxa saved to cache
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb01b710550>
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qtx6xitm0ixf3hga8ixdn2ig96dn saved to cache
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2746dc19-4408-555d-b6ca-a2df96d58a1e
2026-03-13 08:25:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2746dc19-4408-555d-b6ca-a2df96d58a1e, skipping ID generation
2026-03-13 08:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2746dc19-4408-555d-b6ca-a2df96d58a1e with scrape type 1
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2746dc19-4408-555d-b6ca-a2df96d58a1e sending to next pipeline
2026-03-13 08:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 2746dc19-4408-555d-b6ca-a2df96d58a1e, identifier: 12242855
2026-03-13 08:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 2746dc19-4408-555d-b6ca-a2df96d58a1e with identifier: 12242855
2026-03-13 08:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 2746dc19-4408-555d-b6ca-a2df96d58a1e with identifier: 12242855
2026-03-13 08:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 2746dc19-4408-555d-b6ca-a2df96d58a1e with identifier: 12242855 to the API
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/qtx6xitm0ixf3hga8ixdn2ig96dn>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'RED',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '2746dc19-4408-555d-b6ca-a2df96d58a1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MW66AVV',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12242855',
 'listing': 'auction',
 'location': 'Midsomer Norton, Bath and North East Somerset',
 'make': 'Jaguar',
 'model': 'XE',
 'odometer': 110000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 12,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2999232,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hhxl7i2dtc6itspqgt6ktzdq83m3',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2806250,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sni54bafrir46owqv6cup6wsddpt',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1867990,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3ft2i6hv5xwpo6v6232e8r8daurs',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2349606,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qtx6xitm0ixf3hga8ixdn2ig96dn',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1710095,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lups6blgkx4op6udd97oku18ol2h',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1398425,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w4daohro4jjlo7t8ugxapg6x2bif',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1948466,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/owd1pn0qe91m9v8x708r685w9uwj',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2097320,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c9uu71y5z66mubr2h8h5yk2pftxa',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1431798,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1tvs52odg7qtzr9ew5hjdvzdkzzs',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2746dc19-4408-555d-b6ca-a2df96d58a1e/2746dc19-4408-555d-b6ca-a2df96d58a1e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1722473,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c5kbb8qnnymupdkubl43f6wfm7l3',
             'Width': 3000}],
 'price': 1500.0,
 'price_includes_vat': True,
 'registration_date': '2016-11-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Jaguar XE 2.0d [180] R-Sport 4dr',
 'transmission': 'manual',
 'trim': '2.0d [180] R-Sport 4dr',
 'vin': 'SAJAB4CN0HCP06510',
 'year': 2016}
2026-03-13 08:25:03 [carwow.gb] INFO: Saving data for 12242855: {'created_time': 1773390303.684016, 'last_price_update_time': 1773390303.684029, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yhjoryhxgtfy9quev1n8f3bo91nu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2zm1ovanq41iwb6wzc81fu2gugiw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5moh2ctrlmorpz51nokzxz57rvlu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c86c710>
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yhjoryhxgtfy9quev1n8f3bo91nu saved to cache
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c854f50>
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zm1ovanq41iwb6wzc81fu2gugiw saved to cache
2026-03-13 08:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d581e90>
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5moh2ctrlmorpz51nokzxz57rvlu saved to cache
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hpd6c4vko2hadt7p0l3w0amqveov> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/38rchz0kei5qbmczngslx8cvqxeg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10df90>
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hpd6c4vko2hadt7p0l3w0amqveov saved to cache
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2a8f50>
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/38rchz0kei5qbmczngslx8cvqxeg saved to cache
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mw4gl63gcpce9wl6e7qo009p7rcm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9udbtckav9hbx0a6q3tv9k9ug38c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f1210>
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mw4gl63gcpce9wl6e7qo009p7rcm saved to cache
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233068> (referer: https://dealers.carwow.co.uk/dealers/listings/12233068)
2026-03-13 08:25:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c857f10>
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9udbtckav9hbx0a6q3tv9k9ug38c saved to cache
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:25:04 [carwow.gb] INFO: Provenance enriched listing 12233068: vin=SALCA2AN5KH814061, engine=2.0 litres, hp=180, doors=5, seats=7
2026-03-13 08:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6769f428-1217-5e4b-91c9-34d537866c9f with identifier: 12233068
2026-03-13 08:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6769f428-1217-5e4b-91c9-34d537866c9f with scrape type 1
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n3wbmxn3b134ez7p78ndpptgxiq2 not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cmtbhaml10kxbae4vem5ivu6taip not downloaded yet
2026-03-13 08:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bmk4hrkmi9gwj1t7ec05ukvh5oqy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j5hxnzq32leimbqnmtm1od1fr7le not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oahb21j4stpugika1jvle8o3lt6a not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yzmqjyc3dillm6vzhy4lq24ah9qw not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dptcih90gyfhos8xkbnu5pvf1znl not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ja2we4yfw24b9mclbpn7n9qh669j not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ad9ns0a0tle5jah5ai72reazqxqs not downloaded yet
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nzdush283ue8gla6n5q0i3am2qc2 not downloaded yet
2026-03-13 08:25:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81fb90>
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bmk4hrkmi9gwj1t7ec05ukvh5oqy saved to cache
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5
2026-03-13 08:25:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a7ce3d3-8dce-5dda-9714-ae6e192968c5, skipping ID generation
2026-03-13 08:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 with scrape type 1
2026-03-13 08:25:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 sending to next pipeline
2026-03-13 08:25:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 0a7ce3d3-8dce-5dda-9714-ae6e192968c5, identifier: 12232469
2026-03-13 08:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mmkhm4b9l2qenq74wxws256h0lfi not downloaded yet
2026-03-13 08:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 with identifier: 12232469
2026-03-13 08:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 with identifier: 12232469
2026-03-13 08:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 0a7ce3d3-8dce-5dda-9714-ae6e192968c5 with identifier: 12232469 to the API
2026-03-13 08:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:05 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/bmk4hrkmi9gwj1t7ec05ukvh5oqy>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 245,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '0a7ce3d3-8dce-5dda-9714-ae6e192968c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MH24PZJ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12232469',
 'listing': 'auction',
 'location': 'Liverpool',
 'make': 'Tesla',
 'model': 'Model 3',
 'odometer': 12700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 233668,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/axuuk7pzk35ce8i9sg5tuui1hiv8',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 208404,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bmk4hrkmi9gwj1t7ec05ukvh5oqy',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235449,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5kcfisfh0ol4ooybuvz6zs79752c',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 240100,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rxmhy6h21t4gfol1wzvyal8saex6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 119612,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ks9tctlqacedznvwpg0qrrj6phzl',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95315,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jo3jkz2ntcfms0sxhajbeqvh27vo',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 114925,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1y7wj64izpratnz72ja5rkqlvag5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 132986,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9xi43c0yjaldrlx1fvfuhs7v6ilc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 167072,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l4g56v9ruz4b02ac0o2ajficbb6u',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0a7ce3d3-8dce-5dda-9714-ae6e192968c5/0a7ce3d3-8dce-5dda-9714-ae6e192968c5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 112124,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wrbdflbsntsbm1gosaut3qr4entu',
             'Width': 1280}],
 'price': 24850.0,
 'price_includes_vat': True,
 'registration_date': '2024-08-09',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Tesla Model 3 RWD 4dr Auto',
 'transmission': 'automatic',
 'trim': 'RWD 4dr Auto',
 'vin': 'LRW3F7FS4RC206315',
 'year': 2024}
2026-03-13 08:25:05 [carwow.gb] INFO: Saving data for 12232469: {'created_time': 1773390305.546003, 'last_price_update_time': 1773390305.546016, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12229131> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n3wbmxn3b134ez7p78ndpptgxiq2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a7e50>
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n3wbmxn3b134ez7p78ndpptgxiq2 saved to cache
2026-03-13 08:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/he4wvdfrgcworn5857cbx6byim61> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d27a0d0>
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/he4wvdfrgcworn5857cbx6byim61 saved to cache
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nzdush283ue8gla6n5q0i3am2qc2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12153617> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ioyxy32ti55ow92iiwq4856d9ywz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mmkhm4b9l2qenq74wxws256h0lfi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d178810>
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nzdush283ue8gla6n5q0i3am2qc2 saved to cache
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6fc290>
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ioyxy32ti55ow92iiwq4856d9ywz saved to cache
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d33ac90>
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mmkhm4b9l2qenq74wxws256h0lfi saved to cache
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/aompyzsx7ng7h46nqapumm25fhha> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb0109bde50>
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aompyzsx7ng7h46nqapumm25fhha saved to cache
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ubxntqs6ley55r54hu0e0xwemjpm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dptcih90gyfhos8xkbnu5pvf1znl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tw0aj0l1pg9tmzrs82xjsnuhbxhj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 146 - value: b'Apple\x00'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 152 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 180 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 188 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 196 - value: b'26.2.1\x00'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 204 - value: b'2026:02:20 09:56:24\x00'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 224 - value: b'iPhone SE (3rd generation)\x00'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xfc'
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f1a10>
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ubxntqs6ley55r54hu0e0xwemjpm saved to cache
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e6aa3ec7-d8f3-51d0-b154-ddf676242351
2026-03-13 08:25:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6aa3ec7-d8f3-51d0-b154-ddf676242351, skipping ID generation
2026-03-13 08:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6aa3ec7-d8f3-51d0-b154-ddf676242351 with scrape type 1
2026-03-13 08:25:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6aa3ec7-d8f3-51d0-b154-ddf676242351 sending to next pipeline
2026-03-13 08:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: e6aa3ec7-d8f3-51d0-b154-ddf676242351, identifier: 12192675
2026-03-13 08:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: e6aa3ec7-d8f3-51d0-b154-ddf676242351 with identifier: 12192675
2026-03-13 08:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: e6aa3ec7-d8f3-51d0-b154-ddf676242351 with identifier: 12192675
2026-03-13 08:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: e6aa3ec7-d8f3-51d0-b154-ddf676242351 with identifier: 12192675 to the API
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ubxntqs6ley55r54hu0e0xwemjpm>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 245,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': 'e6aa3ec7-d8f3-51d0-b154-ddf676242351',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'WX74ZYT',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12192675',
 'listing': 'auction',
 'location': 'Crumlin, Caerphilly',
 'make': 'Tesla',
 'model': 'Model 3',
 'odometer': 12000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4842197,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ubxntqs6ley55r54hu0e0xwemjpm',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3989868,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9udbtckav9hbx0a6q3tv9k9ug38c',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4627557,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wl8m2lfw7zdl1ur0suczx52eekng',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4627557,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0ep4or7j4uuv0qlby6cxppdsra7s',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3341771,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7s0cw6q05aua0h5jc4m8qko3jc2u',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2907825,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tw1osv95zwshzg6gzy5ts2nb7fu9',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3599116,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l266iv7syia1t5u9945uoecaevf3',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3610549,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wwmch7p9jm26ekxaz37e00t0kfr3',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2992674,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/o5wvvrvq44pxysug110xm2fe2bw9',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6aa3ec7-d8f3-51d0-b154-ddf676242351/e6aa3ec7-d8f3-51d0-b154-ddf676242351_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2181964,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ilogbvbudu04wfn7qch9wl9v21hm',
             'Width': 4032}],
 'price': 25000.0,
 'price_includes_vat': True,
 'registration_date': '2024-09-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Tesla Model 3 RWD 4dr Auto',
 'transmission': 'automatic',
 'trim': 'RWD 4dr Auto',
 'vin': 'LRW3F7FS1RC236629',
 'year': 2024}
2026-03-13 08:25:07 [carwow.gb] INFO: Saving data for 12192675: {'created_time': 1773390307.385945, 'last_price_update_time': 1773390307.385957, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12153617> (referer: https://dealers.carwow.co.uk/dealers/listings/12153617)
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12229131> (referer: https://dealers.carwow.co.uk/dealers/listings/12229131)
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ja2we4yfw24b9mclbpn7n9qh669j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yzmqjyc3dillm6vzhy4lq24ah9qw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d579f90>
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dptcih90gyfhos8xkbnu5pvf1znl saved to cache
2026-03-13 08:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c824a50>
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tw0aj0l1pg9tmzrs82xjsnuhbxhj saved to cache
2026-03-13 08:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9dfac5c1-c71e-524a-a221-05741f81693a
2026-03-13 08:25:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9dfac5c1-c71e-524a-a221-05741f81693a, skipping ID generation
2026-03-13 08:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dfac5c1-c71e-524a-a221-05741f81693a with scrape type 1
2026-03-13 08:25:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9dfac5c1-c71e-524a-a221-05741f81693a sending to next pipeline
2026-03-13 08:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 9dfac5c1-c71e-524a-a221-05741f81693a, identifier: 12236964
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ad9ns0a0tle5jah5ai72reazqxqs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oahb21j4stpugika1jvle8o3lt6a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j5hxnzq32leimbqnmtm1od1fr7le> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 9dfac5c1-c71e-524a-a221-05741f81693a with identifier: 12236964
2026-03-13 08:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 9dfac5c1-c71e-524a-a221-05741f81693a with identifier: 12236964
2026-03-13 08:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 9dfac5c1-c71e-524a-a221-05741f81693a with identifier: 12236964 to the API
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:07 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/tw0aj0l1pg9tmzrs82xjsnuhbxhj>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '9dfac5c1-c71e-524a-a221-05741f81693a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MA12KTN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12236964',
 'listing': 'auction',
 'location': 'Ebbw Vale, Blaenau Gwent',
 'make': 'Bmw',
 'model': '4 Series Convertible',
 'odometer': 68000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5647782,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/aompyzsx7ng7h46nqapumm25fhha',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6432679,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tw0aj0l1pg9tmzrs82xjsnuhbxhj',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6537354,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/he4wvdfrgcworn5857cbx6byim61',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5919691,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ioyxy32ti55ow92iiwq4856d9ywz',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2656158,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mw4gl63gcpce9wl6e7qo009p7rcm',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 188623,
             'Height': 699,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hpd6c4vko2hadt7p0l3w0amqveov',
             'Width': 1571},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3410923,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/38rchz0kei5qbmczngslx8cvqxeg',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 435606,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yhjoryhxgtfy9quev1n8f3bo91nu',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1511223,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2zm1ovanq41iwb6wzc81fu2gugiw',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9dfac5c1-c71e-524a-a221-05741f81693a/9dfac5c1-c71e-524a-a221-05741f81693a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1584177,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5moh2ctrlmorpz51nokzxz57rvlu',
             'Width': 1500}],
 'price': 7200.0,
 'price_includes_vat': True,
 'registration_date': '2014-11-07',
 'seats_number': 4,
 'seller_name': None,
 'title': 'BMW 4 Series Convertible 420d M Sport 2dr',
 'transmission': 'manual',
 'trim': '420d M Sport 2dr',
 'vin': 'WBA3U12020J965972',
 'year': 2014}
2026-03-13 08:25:08 [carwow.gb] INFO: Saving data for 12236964: {'created_time': 1773390308.051526, 'last_price_update_time': 1773390308.051535, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:08 [carwow.gb] INFO: Provenance enriched listing 12153617: vin=WDB9061332N459178, engine=2.1 litres, hp=129, doors=2, seats=3
2026-03-13 08:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75b935d5-1b0e-5791-9275-e53ce1435be9 with identifier: 12153617
2026-03-13 08:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75b935d5-1b0e-5791-9275-e53ce1435be9 with scrape type 1
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dtuv12gkf1sy0vye3mjo85s6pbvp not downloaded yet
2026-03-13 08:25:08 [carwow.gb] INFO: Provenance enriched listing 12229131: vin=WVWZZZ3CZ6E165904, engine=1.9 litres, hp=105, doors=5, seats=5
2026-03-13 08:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d82381f3-86e1-5bed-ba73-be0f704f228d with identifier: 12229131
2026-03-13 08:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d82381f3-86e1-5bed-ba73-be0f704f228d with scrape type 1
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2xxtdsmvs0bfomcqqwfyuk7j3cup not downloaded yet
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3433d0>
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ja2we4yfw24b9mclbpn7n9qh669j saved to cache
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5cf1d0>
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yzmqjyc3dillm6vzhy4lq24ah9qw saved to cache
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xqmd2g08lewyl8g8mr4pbga4i24c not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7kgmip4jogi62xfyfd0nyzdnb1ch not downloaded yet
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce27510>
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ad9ns0a0tle5jah5ai72reazqxqs saved to cache
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d529d90>
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oahb21j4stpugika1jvle8o3lt6a saved to cache
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d597a50>
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j5hxnzq32leimbqnmtm1od1fr7le saved to cache
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7c917fsubg4445yxnjl646bzwe9n not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/afhigoa5pb27uui87fez1ko8ka28 not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0kt12pffo7axztgsghilcece7zos not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yuiydvnvst3h5iezatprbna81lkq not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/144zxgtic0wor0yrir583u2venym not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zxbjpkuiov3eicklq8ik4d0m172d not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/syrt399ymyfsiuvag8jarf1wb89u not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2ukr4s0iqa166kw8fuhhpt9qzy19 not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ebewed37sm7wgtj5t1ql33156lg not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vdlqxogsoex1e3in50p9e9a8ae6y not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0o4s0dqj5ifmnl55h69ufbqm9lsd not downloaded yet
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/26ui8jau9lmczy2qgfqrgaozwm4m not downloaded yet
2026-03-13 08:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cmtbhaml10kxbae4vem5ivu6taip> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dt54pzj6wa1lw8uau2z9bklkj40l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dtuv12gkf1sy0vye3mjo85s6pbvp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c706bd0>
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cmtbhaml10kxbae4vem5ivu6taip saved to cache
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6769f428-1217-5e4b-91c9-34d537866c9f
2026-03-13 08:25:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6769f428-1217-5e4b-91c9-34d537866c9f, skipping ID generation
2026-03-13 08:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6769f428-1217-5e4b-91c9-34d537866c9f with scrape type 1
2026-03-13 08:25:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6769f428-1217-5e4b-91c9-34d537866c9f sending to next pipeline
2026-03-13 08:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 6769f428-1217-5e4b-91c9-34d537866c9f, identifier: 12233068
2026-03-13 08:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 6769f428-1217-5e4b-91c9-34d537866c9f with identifier: 12233068
2026-03-13 08:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 6769f428-1217-5e4b-91c9-34d537866c9f with identifier: 12233068
2026-03-13 08:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 6769f428-1217-5e4b-91c9-34d537866c9f with identifier: 12233068 to the API
2026-03-13 08:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/cmtbhaml10kxbae4vem5ivu6taip>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '6769f428-1217-5e4b-91c9-34d537866c9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'HG19JYO',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233068',
 'listing': 'auction',
 'location': 'Sutton, London',
 'make': 'Land-rover',
 'model': 'Land Rover Discovery Sport',
 'odometer': 116000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 21,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 246812,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n3wbmxn3b134ez7p78ndpptgxiq2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 234387,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cmtbhaml10kxbae4vem5ivu6taip',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 257536,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j5hxnzq32leimbqnmtm1od1fr7le',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 249087,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oahb21j4stpugika1jvle8o3lt6a',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 177115,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yzmqjyc3dillm6vzhy4lq24ah9qw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 122165,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dptcih90gyfhos8xkbnu5pvf1znl',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 219214,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ja2we4yfw24b9mclbpn7n9qh669j',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 209745,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ad9ns0a0tle5jah5ai72reazqxqs',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 218520,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nzdush283ue8gla6n5q0i3am2qc2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6769f428-1217-5e4b-91c9-34d537866c9f/6769f428-1217-5e4b-91c9-34d537866c9f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 220258,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mmkhm4b9l2qenq74wxws256h0lfi',
             'Width': 1280}],
 'price': 4600.0,
 'price_includes_vat': True,
 'registration_date': '2019-03-21',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Land Rover Discovery Sport 2.0 TD4 180 HSE 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 TD4 180 HSE 5dr Auto',
 'vin': 'SALCA2AN5KH814061',
 'year': 2019}
2026-03-13 08:25:11 [carwow.gb] INFO: Saving data for 12233068: {'created_time': 1773390311.353956, 'last_price_update_time': 1773390311.35397, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240304> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244801> (referer: https://dealers.carwow.co.uk/dealers/listings/12244801)
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234618> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242480> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72f490>
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dt54pzj6wa1lw8uau2z9bklkj40l saved to cache
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ba710>
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dtuv12gkf1sy0vye3mjo85s6pbvp saved to cache
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/26ui8jau9lmczy2qgfqrgaozwm4m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0o4s0dqj5ifmnl55h69ufbqm9lsd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vdlqxogsoex1e3in50p9e9a8ae6y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [carwow.gb] INFO: Provenance enriched listing 12244801: vin=YV1LFK2UCM1701474, engine=2.0 litres, hp=235, doors=5, seats=7
2026-03-13 08:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50864913-0b1b-59a9-90b6-5a5912a3b178 with identifier: 12244801
2026-03-13 08:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50864913-0b1b-59a9-90b6-5a5912a3b178 with scrape type 1
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ogq03a1see1idok736j4ytubldhc not downloaded yet
2026-03-13 08:25:11 [carwow.gb] WARNING: Skipping listing 12242480: missing year/registration_date
2026-03-13 08:25:11 [carwow.gb] WARNING: Failed to parse item for listing 12242480
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b41qsy2fmnepjtqkv108r8wqn7hg not downloaded yet
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3kfurzegz0pgye3667wrysrcizhs not downloaded yet
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:22:12\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26d610>
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/26ui8jau9lmczy2qgfqrgaozwm4m saved to cache
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/30lb0fe9j40v5vpzeaupph5qj8d3 not downloaded yet
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0q025uyllclmnpu9fjm9mkz0ltzo not downloaded yet
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:21:46\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4e82d0>
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0o4s0dqj5ifmnl55h69ufbqm9lsd saved to cache
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:21:55\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89d410>
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vdlqxogsoex1e3in50p9e9a8ae6y saved to cache
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lsyugkr7zynjqd6a1m3p0l1al3xk not downloaded yet
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/87wrnbjejz8uoxz18reh640n9tsm not downloaded yet
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/syrt399ymyfsiuvag8jarf1wb89u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/31drvsymp1f57mdh60ktxlrkd8pa not downloaded yet
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/144zxgtic0wor0yrir583u2venym> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vzql4b0g9or6hsohukwt3bl8ksw7 not downloaded yet
2026-03-13 08:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ds5ny1vo76m3rrah3ic9tpxm98vi not downloaded yet
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2xxtdsmvs0bfomcqqwfyuk7j3cup> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0kt12pffo7axztgsghilcece7zos> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:20:54\x00'
2026-03-13 08:25:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfdb610>
2026-03-13 08:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/syrt399ymyfsiuvag8jarf1wb89u saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:20:40\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72e150>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/144zxgtic0wor0yrir583u2venym saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7ebewed37sm7wgtj5t1ql33156lg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10d750>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2xxtdsmvs0bfomcqqwfyuk7j3cup saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:20:19\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d214ed0>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0kt12pffo7axztgsghilcece7zos saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:21:28\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74a950>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ebewed37sm7wgtj5t1ql33156lg saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zxbjpkuiov3eicklq8ik4d0m172d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4402d0>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zxbjpkuiov3eicklq8ik4d0m172d saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2ukr4s0iqa166kw8fuhhpt9qzy19> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yuiydvnvst3h5iezatprbna81lkq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c875990>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2ukr4s0iqa166kw8fuhhpt9qzy19 saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e3390>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yuiydvnvst3h5iezatprbna81lkq saved to cache
2026-03-13 08:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ds5ny1vo76m3rrah3ic9tpxm98vi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lsyugkr7zynjqd6a1m3p0l1al3xk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vzql4b0g9or6hsohukwt3bl8ksw7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 14:18:39\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:12 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c877f90>
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ds5ny1vo76m3rrah3ic9tpxm98vi saved to cache
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 13:45:47\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x96'
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3bae90>
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lsyugkr7zynjqd6a1m3p0l1al3xk saved to cache
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 14:18:46\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c70aa50>
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vzql4b0g9or6hsohukwt3bl8ksw7 saved to cache
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/31drvsymp1f57mdh60ktxlrkd8pa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0q025uyllclmnpu9fjm9mkz0ltzo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 14:18:27\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c33d0>
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/31drvsymp1f57mdh60ktxlrkd8pa saved to cache
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 13:47:10\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x82'
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c84e710>
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0q025uyllclmnpu9fjm9mkz0ltzo saved to cache
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/87wrnbjejz8uoxz18reh640n9tsm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3kfurzegz0pgye3667wrysrcizhs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6602d0>
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/87wrnbjejz8uoxz18reh640n9tsm saved to cache
2026-03-13 08:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b41qsy2fmnepjtqkv108r8wqn7hg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 13:39:39\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:13 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72d050>
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3kfurzegz0pgye3667wrysrcizhs saved to cache
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/30lb0fe9j40v5vpzeaupph5qj8d3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7c917fsubg4445yxnjl646bzwe9n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 13:39:28\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d214fd0>
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b41qsy2fmnepjtqkv108r8wqn7hg saved to cache
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 13:39:46\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d660f10>
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/30lb0fe9j40v5vpzeaupph5qj8d3 saved to cache
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:19:33\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d012250>
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7c917fsubg4445yxnjl646bzwe9n saved to cache
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240304> (referer: https://dealers.carwow.co.uk/dealers/listings/12240304)
2026-03-13 08:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ogq03a1see1idok736j4ytubldhc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:14 [carwow.gb] INFO: Provenance enriched listing 12240304: vin=WAUZZZ4G1FN068647, engine=3.0 litres, hp=272, doors=4, seats=5
2026-03-13 08:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 with identifier: 12240304
2026-03-13 08:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 with scrape type 1
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dh9y5mr0jt8gi5g41r8iv5db79im not downloaded yet
2026-03-13 08:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234618> (referer: https://dealers.carwow.co.uk/dealers/listings/12234618)
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gdu9j7fun1fvlfqbrq1hb0m8bspj not downloaded yet
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9clyjr9jd4584wqjq9ekflk7kot6 not downloaded yet
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i19oj5tgty1p623lr2wq0y66g7op not downloaded yet
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tvhzkzgbpl2273h9lrgafy19tox7 not downloaded yet
2026-03-13 08:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/afhigoa5pb27uui87fez1ko8ka28> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vb5l4n4vdw013cabn31btp3rn2sz not downloaded yet
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.5\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 196 - value: b'2026:03:12 13:39:21\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 216 - value: b'iPhone 11\x00'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe2'
2026-03-13 08:25:14 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x8e'
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c761150>
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ogq03a1see1idok736j4ytubldhc saved to cache
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 50864913-0b1b-59a9-90b6-5a5912a3b178
2026-03-13 08:25:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50864913-0b1b-59a9-90b6-5a5912a3b178, skipping ID generation
2026-03-13 08:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50864913-0b1b-59a9-90b6-5a5912a3b178 with scrape type 1
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 50864913-0b1b-59a9-90b6-5a5912a3b178 sending to next pipeline
2026-03-13 08:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 50864913-0b1b-59a9-90b6-5a5912a3b178, identifier: 12244801
2026-03-13 08:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ptvkmqdyaa0a2c1wgbt8fm5ra9q1 not downloaded yet
2026-03-13 08:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 50864913-0b1b-59a9-90b6-5a5912a3b178 with identifier: 12244801
2026-03-13 08:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 50864913-0b1b-59a9-90b6-5a5912a3b178 with identifier: 12244801
2026-03-13 08:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 50864913-0b1b-59a9-90b6-5a5912a3b178 with identifier: 12244801 to the API
2026-03-13 08:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ogq03a1see1idok736j4ytubldhc>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 235,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '50864913-0b1b-59a9-90b6-5a5912a3b178',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'CA70USD',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12244801',
 'listing': 'auction',
 'location': 'Sandford, Dorset',
 'make': 'Volvo',
 'model': 'XC90',
 'odometer': 63686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 34,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3807950,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ogq03a1see1idok736j4ytubldhc',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3673948,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b41qsy2fmnepjtqkv108r8wqn7hg',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3509032,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3kfurzegz0pgye3667wrysrcizhs',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3613986,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/30lb0fe9j40v5vpzeaupph5qj8d3',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3059944,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0q025uyllclmnpu9fjm9mkz0ltzo',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2353277,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lsyugkr7zynjqd6a1m3p0l1al3xk',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4232403,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/87wrnbjejz8uoxz18reh640n9tsm',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2790678,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/31drvsymp1f57mdh60ktxlrkd8pa',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3772459,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vzql4b0g9or6hsohukwt3bl8ksw7',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_50864913-0b1b-59a9-90b6-5a5912a3b178/50864913-0b1b-59a9-90b6-5a5912a3b178_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3623449,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ds5ny1vo76m3rrah3ic9tpxm98vi',
             'Width': 4032}],
 'price': 23000.0,
 'price_includes_vat': True,
 'registration_date': '2020-12-01',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Volvo XC90 2.0 B5D [235] R DESIGN 5dr AWD Geartronic',
 'transmission': 'automatic',
 'trim': '2.0 B5D [235] R DESIGN 5dr AWD Geartronic',
 'vin': 'YV1LFK2UCM1701474',
 'year': 2020}
2026-03-13 08:25:16 [carwow.gb] INFO: Saving data for 12244801: {'created_time': 1773390316.172477, 'last_price_update_time': 1773390316.172488, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m915of82lq77jdibyvx8ttewrhv8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243653> (referer: https://dealers.carwow.co.uk/dealers/listings/12243653)
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242006> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=26)
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dh9y5mr0jt8gi5g41r8iv5db79im> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/azcis3xh6a19lcucixl85w4lbd9n not downloaded yet
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gex7a00yj5sgeqqy77cbpatsyltq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [carwow.gb] INFO: Provenance enriched listing 12234618: vin=WDD2040022A890727, engine=2.1 litres, hp=170, doors=4, seats=5
2026-03-13 08:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217b7db4-5741-5859-9988-79e869bc3ffb with identifier: 12234618
2026-03-13 08:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217b7db4-5741-5859-9988-79e869bc3ffb with scrape type 1
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h036sk8mn93f07pgmr7d0ab3ltgk not downloaded yet
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d13a2d0>
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/afhigoa5pb27uui87fez1ko8ka28 saved to cache
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pfxhvdy8aavt03hrgmqpgr4cr1bp not downloaded yet
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nviw3c8bvg9vseonm9f749b6z5l8 not downloaded yet
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xqmd2g08lewyl8g8mr4pbga4i24c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ooq2gwz7c50hxu1obi178bd0iqpi not downloaded yet
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d178290>
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m915of82lq77jdibyvx8ttewrhv8 saved to cache
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:25:16 [carwow.gb] INFO: Provenance enriched listing 12243653: vin=WP0ZZZY1ZNSA50361, engine=None, hp=761, doors=4, seats=4
2026-03-13 08:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fdcb9e4-abf7-5535-8af6-8abcade4d398 with identifier: 12243653
2026-03-13 08:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398 with scrape type 1
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rt5k37kfvq9uv3bhm0qbxcbg2kj9 not downloaded yet
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 58 - Data Location: 90 - value: b'2025:12:07 12:13:53\x00'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00n'
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28d950>
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dh9y5mr0jt8gi5g41r8iv5db79im saved to cache
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce91f50>
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gex7a00yj5sgeqqy77cbpatsyltq saved to cache
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/madtx8tere75paj1d7hbhb7yrmr9 not downloaded yet
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f35d0ocmj872f4is6a0bmfdtfcrz not downloaded yet
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9clyjr9jd4584wqjq9ekflk7kot6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tjsm0khjuclapqbd9fdaa2kwynh5 not downloaded yet
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: ImageDescription (270) - type: string (2) Tag Location: 22 - Data Location: 98 - value: b'Screenshot\x00'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 110 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 118 - value: b'\x00\x00\x00\x90\x00\x00\x00\x01'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 82 - Data Location: 126 - value: b'2026:03:05 20:19:04\x00'
2026-03-13 08:25:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x92'
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce81550>
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xqmd2g08lewyl8g8mr4pbga4i24c saved to cache
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 75b935d5-1b0e-5791-9275-e53ce1435be9
2026-03-13 08:25:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75b935d5-1b0e-5791-9275-e53ce1435be9, skipping ID generation
2026-03-13 08:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75b935d5-1b0e-5791-9275-e53ce1435be9 with scrape type 1
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75b935d5-1b0e-5791-9275-e53ce1435be9 sending to next pipeline
2026-03-13 08:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 75b935d5-1b0e-5791-9275-e53ce1435be9, identifier: 12153617
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vb5l4n4vdw013cabn31btp3rn2sz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i19oj5tgty1p623lr2wq0y66g7op> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cc3qkdix5trj6mfgm21dty6p5a4p not downloaded yet
2026-03-13 08:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 75b935d5-1b0e-5791-9275-e53ce1435be9 with identifier: 12153617
2026-03-13 08:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 75b935d5-1b0e-5791-9275-e53ce1435be9 with identifier: 12153617
2026-03-13 08:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 75b935d5-1b0e-5791-9275-e53ce1435be9 with identifier: 12153617 to the API
2026-03-13 08:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/xqmd2g08lewyl8g8mr4pbga4i24c>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.1 litres',
 'engine_horse_power': 129,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '75b935d5-1b0e-5791-9275-e53ce1435be9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'CE60OSU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12153617',
 'listing': 'auction',
 'location': 'Marshalswick, Herts',
 'make': 'Mercedes',
 'model': '-BENZ SPRINTER',
 'odometer': 267000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 10,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 282867,
             'Height': 935,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dtuv12gkf1sy0vye3mjo85s6pbvp',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 444762,
             'Height': 1693,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xqmd2g08lewyl8g8mr4pbga4i24c',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 250164,
             'Height': 932,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7c917fsubg4445yxnjl646bzwe9n',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 449286,
             'Height': 1703,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0kt12pffo7axztgsghilcece7zos',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 306695,
             'Height': 946,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/144zxgtic0wor0yrir583u2venym',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 233843,
             'Height': 970,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/syrt399ymyfsiuvag8jarf1wb89u',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 500436,
             'Height': 1734,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7ebewed37sm7wgtj5t1ql33156lg',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 234292,
             'Height': 954,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vdlqxogsoex1e3in50p9e9a8ae6y',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 320556,
             'Height': 973,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0o4s0dqj5ifmnl55h69ufbqm9lsd',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_75b935d5-1b0e-5791-9275-e53ce1435be9/75b935d5-1b0e-5791-9275-e53ce1435be9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235285,
             'Height': 569,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/26ui8jau9lmczy2qgfqrgaozwm4m',
             'Width': 1320}],
 'price': 5000.0,
 'price_includes_vat': True,
 'registration_date': '2010-09-27',
 'seats_number': 3,
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 3.5t Chassis Cab Auto',
 'transmission': 'automatic',
 'trim': '3.5t Chassis Cab Auto',
 'vin': 'WDB9061332N459178',
 'year': 2010}
2026-03-13 08:25:17 [carwow.gb] INFO: Saving data for 12153617: {'created_time': 1773390317.233261, 'last_price_update_time': 1773390317.233274, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tvhzkzgbpl2273h9lrgafy19tox7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/krva7aukgu0ukghr42jzob0fi5w6 not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zu7ga600m9sako2rb7k66uhgo1qs not downloaded yet
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 58 - Data Location: 90 - value: b'2025:12:07 12:13:53\x00'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00n'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8234d0>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9clyjr9jd4584wqjq9ekflk7kot6 saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gkpifg70r6ifr2g02ifjwzns82tv not downloaded yet
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ptvkmqdyaa0a2c1wgbt8fm5ra9q1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/azcis3xh6a19lcucixl85w4lbd9n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j7aakm2s5g7zilsv6kzzgf8cbdp9 not downloaded yet
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d342590>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vb5l4n4vdw013cabn31btp3rn2sz saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 58 - Data Location: 90 - value: b'2025:12:07 12:13:54\x00'
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00n'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d483310>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i19oj5tgty1p623lr2wq0y66g7op saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uff3ow37ypu110s9jetne8qllq0o not downloaded yet
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pfxhvdy8aavt03hrgmqpgr4cr1bp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rm43m807m1jmur3j90gu1odnmrnm not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fh8qsufytgdsoeizfc1vu0b2kjls not downloaded yet
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4815d0>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tvhzkzgbpl2273h9lrgafy19tox7 saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d117890>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ptvkmqdyaa0a2c1wgbt8fm5ra9q1 saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2dd990>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/azcis3xh6a19lcucixl85w4lbd9n saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d34eewkc1c23q8mx88lgw9aqn30x not downloaded yet
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242006> (referer: https://dealers.carwow.co.uk/dealers/listings/12242006)
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cfowptg1c5ellt6eibmrtsmucoq2 not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8phplxx9jawhgjsglf52nl6r2fxd not downloaded yet
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d152090>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pfxhvdy8aavt03hrgmqpgr4cr1bp saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/82in34s53jb49x8h2e8rjcxazttp not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jqvy6dib5vmpfp79pcu0f8uxhbe2 not downloaded yet
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f35d0ocmj872f4is6a0bmfdtfcrz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/madtx8tere75paj1d7hbhb7yrmr9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tjsm0khjuclapqbd9fdaa2kwynh5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nt3l5kaxtkd7imtx2jwfm3ifrhzf not downloaded yet
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7kgmip4jogi62xfyfd0nyzdnb1ch> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zu7ga600m9sako2rb7k66uhgo1qs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:17 [carwow.gb] INFO: Provenance enriched listing 12242006: vin=JMZKEF91800172668, engine=2.2 litres, hp=150, doors=5, seats=5
2026-03-13 08:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d319a7-52ad-56f8-8483-59ffcfc956cc with identifier: 12242006
2026-03-13 08:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d319a7-52ad-56f8-8483-59ffcfc956cc with scrape type 1
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fnzhpnwi9569w8e00d7tcigl04br not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mbled4qcwyeadb1xzv922dreuuxb not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dvdk4j3m2n0nb4rvlqdlt67v73vv not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4sjkef6syytjq2r88w7ki75iqt22 not downloaded yet
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z7xpziksfapz2sae7w8075mam9p8 not downloaded yet
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ab150>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f35d0ocmj872f4is6a0bmfdtfcrz saved to cache
2026-03-13 08:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d43ba10>
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/madtx8tere75paj1d7hbhb7yrmr9 saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2dd990>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tjsm0khjuclapqbd9fdaa2kwynh5 saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0rpnj3wio2l94aykfgrqtvahogn6 not downloaded yet
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7a34d0>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7kgmip4jogi62xfyfd0nyzdnb1ch saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d82381f3-86e1-5bed-ba73-be0f704f228d
2026-03-13 08:25:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d82381f3-86e1-5bed-ba73-be0f704f228d, skipping ID generation
2026-03-13 08:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d82381f3-86e1-5bed-ba73-be0f704f228d with scrape type 1
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d82381f3-86e1-5bed-ba73-be0f704f228d sending to next pipeline
2026-03-13 08:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: d82381f3-86e1-5bed-ba73-be0f704f228d, identifier: 12229131
2026-03-13 08:25:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c5f50>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zu7ga600m9sako2rb7k66uhgo1qs saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/krva7aukgu0ukghr42jzob0fi5w6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: d82381f3-86e1-5bed-ba73-be0f704f228d with identifier: 12229131
2026-03-13 08:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: d82381f3-86e1-5bed-ba73-be0f704f228d with identifier: 12229131
2026-03-13 08:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: d82381f3-86e1-5bed-ba73-be0f704f228d with identifier: 12229131 to the API
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/7kgmip4jogi62xfyfd0nyzdnb1ch>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.9 litres',
 'engine_horse_power': 105,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'd82381f3-86e1-5bed-ba73-be0f704f228d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'KV06CRK',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12229131',
 'listing': 'auction',
 'location': 'Leicester, Leicester City',
 'make': 'Volkswagen',
 'model': 'Passat Estate',
 'odometer': 25000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 6,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2360794,
             'Height': 3060,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2xxtdsmvs0bfomcqqwfyuk7j3cup',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2615001,
             'Height': 3060,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7kgmip4jogi62xfyfd0nyzdnb1ch',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2419243,
             'Height': 3060,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/afhigoa5pb27uui87fez1ko8ka28',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2183379,
             'Height': 3060,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yuiydvnvst3h5iezatprbna81lkq',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1555153,
             'Height': 4080,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zxbjpkuiov3eicklq8ik4d0m172d',
             'Width': 3060},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d82381f3-86e1-5bed-ba73-be0f704f228d/d82381f3-86e1-5bed-ba73-be0f704f228d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1259328,
             'Height': 4080,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2ukr4s0iqa166kw8fuhhpt9qzy19',
             'Width': 3060}],
 'price': 1100.0,
 'price_includes_vat': True,
 'registration_date': '2006-03-22',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volkswagen Passat Estate 1.9 SE TDI 5dr',
 'transmission': 'manual',
 'trim': '1.9 SE TDI 5dr',
 'vin': 'WVWZZZ3CZ6E165904',
 'year': 2006}
2026-03-13 08:25:18 [carwow.gb] INFO: Saving data for 12229131: {'created_time': 1773390318.743403, 'last_price_update_time': 1773390318.743414, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d34eewkc1c23q8mx88lgw9aqn30x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8phplxx9jawhgjsglf52nl6r2fxd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jqvy6dib5vmpfp79pcu0f8uxhbe2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d41a010>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/krva7aukgu0ukghr42jzob0fi5w6 saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317690>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d34eewkc1c23q8mx88lgw9aqn30x saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7a2c90>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8phplxx9jawhgjsglf52nl6r2fxd saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c83b3d0>
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jqvy6dib5vmpfp79pcu0f8uxhbe2 saved to cache
2026-03-13 08:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/82in34s53jb49x8h2e8rjcxazttp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cfowptg1c5ellt6eibmrtsmucoq2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6ea50>
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/82in34s53jb49x8h2e8rjcxazttp saved to cache
2026-03-13 08:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d386290>
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cfowptg1c5ellt6eibmrtsmucoq2 saved to cache
2026-03-13 08:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uff3ow37ypu110s9jetne8qllq0o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f9710>
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uff3ow37ypu110s9jetne8qllq0o saved to cache
2026-03-13 08:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fh8qsufytgdsoeizfc1vu0b2kjls> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0rpnj3wio2l94aykfgrqtvahogn6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d538d10>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fh8qsufytgdsoeizfc1vu0b2kjls saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f9f90>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0rpnj3wio2l94aykfgrqtvahogn6 saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nt3l5kaxtkd7imtx2jwfm3ifrhzf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4sjkef6syytjq2r88w7ki75iqt22> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d38ecd0>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nt3l5kaxtkd7imtx2jwfm3ifrhzf saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d19eb50>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4sjkef6syytjq2r88w7ki75iqt22 saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rm43m807m1jmur3j90gu1odnmrnm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cc3qkdix5trj6mfgm21dty6p5a4p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fnzhpnwi9569w8e00d7tcigl04br> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j7aakm2s5g7zilsv6kzzgf8cbdp9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c83b690>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rm43m807m1jmur3j90gu1odnmrnm saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce82c50>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cc3qkdix5trj6mfgm21dty6p5a4p saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1332d0>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fnzhpnwi9569w8e00d7tcigl04br saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317250>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j7aakm2s5g7zilsv6kzzgf8cbdp9 saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mbled4qcwyeadb1xzv922dreuuxb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ooq2gwz7c50hxu1obi178bd0iqpi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nviw3c8bvg9vseonm9f749b6z5l8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rt5k37kfvq9uv3bhm0qbxcbg2kj9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f25ef50>
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mbled4qcwyeadb1xzv922dreuuxb saved to cache
2026-03-13 08:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/z7xpziksfapz2sae7w8075mam9p8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/h036sk8mn93f07pgmr7d0ab3ltgk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gdu9j7fun1fvlfqbrq1hb0m8bspj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56f2d0>
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ooq2gwz7c50hxu1obi178bd0iqpi saved to cache
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3eb350>
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nviw3c8bvg9vseonm9f749b6z5l8 saved to cache
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3a9190>
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rt5k37kfvq9uv3bhm0qbxcbg2kj9 saved to cache
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398
2026-03-13 08:25:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9fdcb9e4-abf7-5535-8af6-8abcade4d398, skipping ID generation
2026-03-13 08:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398 with scrape type 1
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9fdcb9e4-abf7-5535-8af6-8abcade4d398 sending to next pipeline
2026-03-13 08:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 9fdcb9e4-abf7-5535-8af6-8abcade4d398, identifier: 12243653
2026-03-13 08:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 9fdcb9e4-abf7-5535-8af6-8abcade4d398 with identifier: 12243653
2026-03-13 08:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 9fdcb9e4-abf7-5535-8af6-8abcade4d398 with identifier: 12243653
2026-03-13 08:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 9fdcb9e4-abf7-5535-8af6-8abcade4d398 with identifier: 12243653 to the API
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/rt5k37kfvq9uv3bhm0qbxcbg2kj9>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 761,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '9fdcb9e4-abf7-5535-8af6-8abcade4d398',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'CP07CHE',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243653',
 'listing': 'auction',
 'location': 'Croydon, London',
 'make': 'Porsche',
 'model': 'Taycan',
 'odometer': 17800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 294419,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rt5k37kfvq9uv3bhm0qbxcbg2kj9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 286055,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f35d0ocmj872f4is6a0bmfdtfcrz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 314257,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cc3qkdix5trj6mfgm21dty6p5a4p',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 279749,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zu7ga600m9sako2rb7k66uhgo1qs',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 202256,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j7aakm2s5g7zilsv6kzzgf8cbdp9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 187357,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rm43m807m1jmur3j90gu1odnmrnm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 216514,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d34eewkc1c23q8mx88lgw9aqn30x',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 245546,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8phplxx9jawhgjsglf52nl6r2fxd',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 195792,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jqvy6dib5vmpfp79pcu0f8uxhbe2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9fdcb9e4-abf7-5535-8af6-8abcade4d398/9fdcb9e4-abf7-5535-8af6-8abcade4d398_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 183954,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nt3l5kaxtkd7imtx2jwfm3ifrhzf',
             'Width': 1280}],
 'price': 56000.0,
 'price_includes_vat': True,
 'registration_date': '2021-12-16',
 'seats_number': 4,
 'seller_name': None,
 'title': 'Porsche Taycan 560kW Turbo S 93kWh 4dr Auto',
 'transmission': 'automatic',
 'trim': '560kW Turbo S 93kWh 4dr Auto',
 'vin': 'WP0ZZZY1ZNSA50361',
 'year': 2021}
2026-03-13 08:25:21 [carwow.gb] INFO: Saving data for 12243653: {'created_time': 1773390321.799476, 'last_price_update_time': 1773390321.79949, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dvdk4j3m2n0nb4rvlqdlt67v73vv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pql9c6rgt1b8tfowoehp4inxezem> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nopgsarwddq8gfysnk943nihx335> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qtx86d4j8e5wpjovjya8hw9wdzt2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4096d0>
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z7xpziksfapz2sae7w8075mam9p8 saved to cache
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce4d7d0>
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/h036sk8mn93f07pgmr7d0ab3ltgk saved to cache
2026-03-13 08:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 22 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 34 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 58 - Data Location: 90 - value: b'2025:12:07 12:13:54\x00'
2026-03-13 08:25:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00n'
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb98d0>
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gdu9j7fun1fvlfqbrq1hb0m8bspj saved to cache
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1
2026-03-13 08:25:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e1ceb7e-6ead-592e-8d1c-25315159e5e1, skipping ID generation
2026-03-13 08:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 with scrape type 1
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 sending to next pipeline
2026-03-13 08:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 7e1ceb7e-6ead-592e-8d1c-25315159e5e1, identifier: 12240304
2026-03-13 08:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 with identifier: 12240304
2026-03-13 08:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 with identifier: 12240304
2026-03-13 08:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 7e1ceb7e-6ead-592e-8d1c-25315159e5e1 with identifier: 12240304 to the API
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/gdu9j7fun1fvlfqbrq1hb0m8bspj>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 272,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '7e1ceb7e-6ead-592e-8d1c-25315159e5e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'OY15WRW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240304',
 'listing': 'auction',
 'location': 'Whitton, London',
 'make': 'Audi',
 'model': 'A6',
 'odometer': 46247,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 21,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 111659,
             'Height': 1000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dh9y5mr0jt8gi5g41r8iv5db79im',
             'Width': 750},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 115189,
             'Height': 1000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gdu9j7fun1fvlfqbrq1hb0m8bspj',
             'Width': 750},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95483,
             'Height': 1000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9clyjr9jd4584wqjq9ekflk7kot6',
             'Width': 750},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92453,
             'Height': 1000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i19oj5tgty1p623lr2wq0y66g7op',
             'Width': 750},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 198252,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tvhzkzgbpl2273h9lrgafy19tox7',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 165683,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vb5l4n4vdw013cabn31btp3rn2sz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 313206,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ptvkmqdyaa0a2c1wgbt8fm5ra9q1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 300311,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/azcis3xh6a19lcucixl85w4lbd9n',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 272110,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pfxhvdy8aavt03hrgmqpgr4cr1bp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7e1ceb7e-6ead-592e-8d1c-25315159e5e1/7e1ceb7e-6ead-592e-8d1c-25315159e5e1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 255636,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ooq2gwz7c50hxu1obi178bd0iqpi',
             'Width': 1280}],
 'price': 11000.0,
 'price_includes_vat': True,
 'registration_date': '2015-04-29',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A6 3.0 TDI [272] Quattro Black Edition 4dr S Tronic',
 'transmission': 'automatic',
 'trim': '3.0 TDI [272] Quattro Black Edition 4dr S Tronic',
 'vin': 'WAUZZZ4G1FN068647',
 'year': 2015}
2026-03-13 08:25:22 [carwow.gb] INFO: Saving data for 12240304: {'created_time': 1773390322.476352, 'last_price_update_time': 1773390322.476365, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5949d0>
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dvdk4j3m2n0nb4rvlqdlt67v73vv saved to cache
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 63d319a7-52ad-56f8-8483-59ffcfc956cc
2026-03-13 08:25:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63d319a7-52ad-56f8-8483-59ffcfc956cc, skipping ID generation
2026-03-13 08:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d319a7-52ad-56f8-8483-59ffcfc956cc with scrape type 1
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63d319a7-52ad-56f8-8483-59ffcfc956cc sending to next pipeline
2026-03-13 08:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 63d319a7-52ad-56f8-8483-59ffcfc956cc, identifier: 12242006
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d41b750>
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pql9c6rgt1b8tfowoehp4inxezem saved to cache
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d215f90>
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nopgsarwddq8gfysnk943nihx335 saved to cache
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c869650>
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qtx86d4j8e5wpjovjya8hw9wdzt2 saved to cache
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041
2026-03-13 08:25:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd6a8ab7-d746-5e52-99ae-0b1a500a1041, skipping ID generation
2026-03-13 08:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041 with scrape type 1
2026-03-13 08:25:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd6a8ab7-d746-5e52-99ae-0b1a500a1041 sending to next pipeline
2026-03-13 08:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: bd6a8ab7-d746-5e52-99ae-0b1a500a1041, identifier: 12246748
2026-03-13 08:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 63d319a7-52ad-56f8-8483-59ffcfc956cc with identifier: 12242006
2026-03-13 08:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 63d319a7-52ad-56f8-8483-59ffcfc956cc with identifier: 12242006
2026-03-13 08:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 63d319a7-52ad-56f8-8483-59ffcfc956cc with identifier: 12242006 to the API
2026-03-13 08:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:23 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/dvdk4j3m2n0nb4rvlqdlt67v73vv>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 150,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '63d319a7-52ad-56f8-8483-59ffcfc956cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LT15CLY',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12242006',
 'listing': 'auction',
 'location': 'Chorley, Lancs',
 'make': 'Mazda',
 'model': 'CX-5',
 'odometer': 82000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 6,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3102091,
             'Height': 8000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fnzhpnwi9569w8e00d7tcigl04br',
             'Width': 6000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3592057,
             'Height': 8000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mbled4qcwyeadb1xzv922dreuuxb',
             'Width': 6000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5916265,
             'Height': 8000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dvdk4j3m2n0nb4rvlqdlt67v73vv',
             'Width': 6000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4316942,
             'Height': 8000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4sjkef6syytjq2r88w7ki75iqt22',
             'Width': 6000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4295847,
             'Height': 8000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/z7xpziksfapz2sae7w8075mam9p8',
             'Width': 6000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63d319a7-52ad-56f8-8483-59ffcfc956cc/63d319a7-52ad-56f8-8483-59ffcfc956cc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4691104,
             'Height': 8000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0rpnj3wio2l94aykfgrqtvahogn6',
             'Width': 6000}],
 'price': 1800.0,
 'price_includes_vat': True,
 'registration_date': '2015-03-02',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mazda CX-5 2.2d SE-L Nav 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.2d SE-L Nav 5dr Auto',
 'vin': 'JMZKEF91800172668',
 'year': 2015}
2026-03-13 08:25:23 [carwow.gb] INFO: Saving data for 12242006: {'created_time': 1773390323.405841, 'last_price_update_time': 1773390323.40585, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: bd6a8ab7-d746-5e52-99ae-0b1a500a1041 with identifier: 12246748
2026-03-13 08:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: bd6a8ab7-d746-5e52-99ae-0b1a500a1041 with identifier: 12246748
2026-03-13 08:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: bd6a8ab7-d746-5e52-99ae-0b1a500a1041 with identifier: 12246748 to the API
2026-03-13 08:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:23 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/qtx86d4j8e5wpjovjya8hw9wdzt2>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 190,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': 'bd6a8ab7-d746-5e52-99ae-0b1a500a1041',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DX24NTG',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12246748',
 'listing': 'auction',
 'location': 'Shrewsbury, Shropshire',
 'make': 'Mercedes',
 'model': '-Benz EQB',
 'odometer': 18200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 209427,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gwlkug7q4o3086ydl3o89f3nq4ej',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 223030,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qtx86d4j8e5wpjovjya8hw9wdzt2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 219336,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pql9c6rgt1b8tfowoehp4inxezem',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 213699,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nopgsarwddq8gfysnk943nihx335',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 183635,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gex7a00yj5sgeqqy77cbpatsyltq',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 159091,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m915of82lq77jdibyvx8ttewrhv8',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 185350,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/82rw2sxklx9ll9vso8vong61m6zp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 216875,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/420qqwcmnccszdb1nn8t48n3o854',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235603,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5p0y6u1nxl81f7pe3sdnij5irhzt',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bd6a8ab7-d746-5e52-99ae-0b1a500a1041/bd6a8ab7-d746-5e52-99ae-0b1a500a1041_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 230861,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dt54pzj6wa1lw8uau2z9bklkj40l',
             'Width': 1280}],
 'price': 28000.0,
 'price_includes_vat': True,
 'registration_date': '2024-06-28',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Mercedes-Benz EQB EQB 250+ 140kW AMG Line Premium 70.5kWh 5dr Auto',
 'transmission': 'automatic',
 'trim': 'EQB 250+ 140kW AMG Line Premium 70.5kWh 5dr Auto',
 'vin': 'W1N9M0CB4RN084048',
 'year': 2024}
2026-03-13 08:25:23 [carwow.gb] INFO: Saving data for 12246748: {'created_time': 1773390323.807996, 'last_price_update_time': 1773390323.808011, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gkpifg70r6ifr2g02ifjwzns82tv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d26cf10>
2026-03-13 08:25:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gkpifg70r6ifr2g02ifjwzns82tv saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 217b7db4-5741-5859-9988-79e869bc3ffb
2026-03-13 08:25:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 217b7db4-5741-5859-9988-79e869bc3ffb, skipping ID generation
2026-03-13 08:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217b7db4-5741-5859-9988-79e869bc3ffb with scrape type 1
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 217b7db4-5741-5859-9988-79e869bc3ffb sending to next pipeline
2026-03-13 08:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 217b7db4-5741-5859-9988-79e869bc3ffb, identifier: 12234618
2026-03-13 08:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 217b7db4-5741-5859-9988-79e869bc3ffb with identifier: 12234618
2026-03-13 08:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 217b7db4-5741-5859-9988-79e869bc3ffb with identifier: 12234618
2026-03-13 08:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 217b7db4-5741-5859-9988-79e869bc3ffb with identifier: 12234618 to the API
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/gkpifg70r6ifr2g02ifjwzns82tv>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.1 litres',
 'engine_horse_power': 170,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '217b7db4-5741-5859-9988-79e869bc3ffb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'KT13DAO',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12234618',
 'listing': 'auction',
 'location': 'Rainham, Medway',
 'make': 'Mercedes',
 'model': '-Benz C-Class Saloon',
 'odometer': 136000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 25,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 289154,
             'Height': 963,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/h036sk8mn93f07pgmr7d0ab3ltgk',
             'Width': 1290},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 445067,
             'Height': 967,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nviw3c8bvg9vseonm9f749b6z5l8',
             'Width': 1290},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 299718,
             'Height': 967,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/madtx8tere75paj1d7hbhb7yrmr9',
             'Width': 1290},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 352659,
             'Height': 962,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tjsm0khjuclapqbd9fdaa2kwynh5',
             'Width': 1290},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 256686,
             'Height': 969,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/krva7aukgu0ukghr42jzob0fi5w6',
             'Width': 1290},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3636421,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gkpifg70r6ifr2g02ifjwzns82tv',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5639440,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uff3ow37ypu110s9jetne8qllq0o',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6499454,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fh8qsufytgdsoeizfc1vu0b2kjls',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6490352,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cfowptg1c5ellt6eibmrtsmucoq2',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_217b7db4-5741-5859-9988-79e869bc3ffb/217b7db4-5741-5859-9988-79e869bc3ffb_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6448660,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/82in34s53jb49x8h2e8rjcxazttp',
             'Width': 4284}],
 'price': 1950.0,
 'price_includes_vat': True,
 'registration_date': '2013-07-12',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mercedes-Benz C-Class Saloon C220 CDI BlueEFFICIENCY AMG Sport 4dr '
          'Auto',
 'transmission': 'automatic',
 'trim': 'C220 CDI BlueEFFICIENCY AMG Sport 4dr Auto',
 'vin': 'WDD2040022A890727',
 'year': 2013}
2026-03-13 08:25:24 [carwow.gb] INFO: Saving data for 12234618: {'created_time': 1773390324.471655, 'last_price_update_time': 1773390324.471667, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242871> (referer: https://dealers.carwow.co.uk/dealers/listings/12242871)
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1dan566ebrpcarnat7fdx6yfc5n7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gfpxd87zxo0ah6mjn4li6ptd2491> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/s7osubvhcxqt59bkf7ti9o8vz4gh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tar7ah96wgzasu49ofubu0mmcrkp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wewwq8yify6lkyh5r4s0f5ega7yt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uca0xjwr3gso3ns465owzgjgbodi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:24 [carwow.gb] INFO: Provenance enriched listing 12242871: vin=KNAHU815LF7085233, engine=1.7 litres, hp=134, doors=5, seats=7
2026-03-13 08:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 184b75dc-0bcd-5d8d-accd-07547f3e7730 with identifier: 12242871
2026-03-13 08:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184b75dc-0bcd-5d8d-accd-07547f3e7730 with scrape type 1
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v6tgwl4y4t1cbi1vgni4nq97rz2v not downloaded yet
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hqffqwp3iz1c5z0vzck45dgtmlc6 not downloaded yet
2026-03-13 08:25:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2e82d0>
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1dan566ebrpcarnat7fdx6yfc5n7 saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d578110>
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gfpxd87zxo0ah6mjn4li6ptd2491 saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:25:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7633d0>
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s7osubvhcxqt59bkf7ti9o8vz4gh saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:25:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d661510>
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tar7ah96wgzasu49ofubu0mmcrkp saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:25:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d007b90>
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wewwq8yify6lkyh5r4s0f5ega7yt saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:25:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8957d0>
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uca0xjwr3gso3ns465owzgjgbodi saved to cache
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1f3f3548-1d34-58cf-8495-80ba5449ff60
2026-03-13 08:25:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f3f3548-1d34-58cf-8495-80ba5449ff60, skipping ID generation
2026-03-13 08:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f3f3548-1d34-58cf-8495-80ba5449ff60 with scrape type 1
2026-03-13 08:25:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f3f3548-1d34-58cf-8495-80ba5449ff60 sending to next pipeline
2026-03-13 08:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 1f3f3548-1d34-58cf-8495-80ba5449ff60, identifier: 12225628
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/syrs3xwhqoizqksn66xetpmw048k not downloaded yet
2026-03-13 08:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 1f3f3548-1d34-58cf-8495-80ba5449ff60 with identifier: 12225628
2026-03-13 08:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 1f3f3548-1d34-58cf-8495-80ba5449ff60 with identifier: 12225628
2026-03-13 08:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 1f3f3548-1d34-58cf-8495-80ba5449ff60 with identifier: 12225628 to the API
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/uca0xjwr3gso3ns465owzgjgbodi>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.1 litres',
 'engine_horse_power': 136,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '1f3f3548-1d34-58cf-8495-80ba5449ff60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DA66WVF',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12225628',
 'listing': 'auction',
 'location': 'NW7, London',
 'make': 'Mercedes',
 'model': '-BENZ VITO',
 'odometer': 198500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 327828,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tar7ah96wgzasu49ofubu0mmcrkp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 346841,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uca0xjwr3gso3ns465owzgjgbodi',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 314074,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/s7osubvhcxqt59bkf7ti9o8vz4gh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 360235,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wewwq8yify6lkyh5r4s0f5ega7yt',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 257642,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gfpxd87zxo0ah6mjn4li6ptd2491',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 141330,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/re9l5yjkbwbfi3ivcgrqbb62x14t',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 132273,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qfompb79u24bks5pnvdmrjv29xpv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 249722,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/q5a1ulbonm9hk6kn2js65n39knfz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 214346,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m2l5l8u86vmrebmuv3ckmuonf8uh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1f3f3548-1d34-58cf-8495-80ba5449ff60/1f3f3548-1d34-58cf-8495-80ba5449ff60_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 284790,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zl2k29ig6wxiztm61ieyyxuwzbba',
             'Width': 1280}],
 'price': 2000.0,
 'price_includes_vat': True,
 'registration_date': '2016-09-29',
 'seats_number': 2,
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 114CDI Van',
 'transmission': 'manual',
 'trim': '114CDI Van',
 'vin': 'WDF44760323078261',
 'year': 2016}
2026-03-13 08:25:25 [carwow.gb] INFO: Saving data for 12225628: {'created_time': 1773390325.427444, 'last_price_update_time': 1773390325.427454, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e7ahm0oi1y3ajzip8ku2cww34ivb not downloaded yet
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/egelh6aga2dgiq6oidxgqno84w5b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1qfjg7sgktqg8lradjaises5lddp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lf78hlokz2pehg76qrep07hjeni not downloaded yet
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5zuvagbtu17jcfeg5raxqosv9lz0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/131p8a156vsfd0lvl5648qik8rlh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rgaac1gs5yb51o4k5peoajgarntr not downloaded yet
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wood6lryqpz533ssmgssvcxh62vv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xrrragv147xwt0llvfn7q73klve9 not downloaded yet
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iblgjwnd78eowjsc3p22iqmijk4f not downloaded yet
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3r0fkdon1k9769eotcu7ow3m82mo not downloaded yet
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k4osgzf4r4s3zn8yxc313rcsj1md not downloaded yet
2026-03-13 08:25:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce695d0>
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/egelh6aga2dgiq6oidxgqno84w5b saved to cache
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c86de10>
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1qfjg7sgktqg8lradjaises5lddp saved to cache
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4c31d0>
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5zuvagbtu17jcfeg5raxqosv9lz0 saved to cache
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2276d0>
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/131p8a156vsfd0lvl5648qik8rlh saved to cache
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d521c50>
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wood6lryqpz533ssmgssvcxh62vv saved to cache
2026-03-13 08:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3y0mabahv2chpn3t7hyx8ailh57l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1pjzsmcqgwxvmy3a4owr71o73nxu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5pdog6kqvemoly4otanumbj1nsdd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rgaac1gs5yb51o4k5peoajgarntr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1a82d0>
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3y0mabahv2chpn3t7hyx8ailh57l saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74a150>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1pjzsmcqgwxvmy3a4owr71o73nxu saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10ced0>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5pdog6kqvemoly4otanumbj1nsdd saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72ecd0>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rgaac1gs5yb51o4k5peoajgarntr saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/v6tgwl4y4t1cbi1vgni4nq97rz2v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e7ahm0oi1y3ajzip8ku2cww34ivb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2d1710>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v6tgwl4y4t1cbi1vgni4nq97rz2v saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10c290>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e7ahm0oi1y3ajzip8ku2cww34ivb saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k8qjmaprjnjt706vd526adt9yve5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/syrs3xwhqoizqksn66xetpmw048k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3r0fkdon1k9769eotcu7ow3m82mo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d425050>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k8qjmaprjnjt706vd526adt9yve5 saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72f250>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/syrs3xwhqoizqksn66xetpmw048k saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1lf78hlokz2pehg76qrep07hjeni> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k4osgzf4r4s3zn8yxc313rcsj1md> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10f3d0>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3r0fkdon1k9769eotcu7ow3m82mo saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3o9bivzto9f4eg927r4mv4whyc53> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/iblgjwnd78eowjsc3p22iqmijk4f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2c5750>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1lf78hlokz2pehg76qrep07hjeni saved to cache
2026-03-13 08:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfd8310>
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k4osgzf4r4s3zn8yxc313rcsj1md saved to cache
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef78790>
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3o9bivzto9f4eg927r4mv4whyc53 saved to cache
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10ccd0>
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iblgjwnd78eowjsc3p22iqmijk4f saved to cache
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hqffqwp3iz1c5z0vzck45dgtmlc6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1zo6n7xnlpmusrgdmhpbfqteqz27> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fypiwft8uf87gt7dkus86xgqxmep> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d564f10>
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hqffqwp3iz1c5z0vzck45dgtmlc6 saved to cache
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfec290>
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1zo6n7xnlpmusrgdmhpbfqteqz27 saved to cache
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34
2026-03-13 08:25:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34, skipping ID generation
2026-03-13 08:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 with scrape type 1
2026-03-13 08:25:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 sending to next pipeline
2026-03-13 08:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34, identifier: 12243942
2026-03-13 08:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 with identifier: 12243942
2026-03-13 08:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 with identifier: 12243942
2026-03-13 08:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34 with identifier: 12243942 to the API
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:27 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/1zo6n7xnlpmusrgdmhpbfqteqz27>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 148,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DA72LFO',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243942',
 'listing': 'auction',
 'location': 'Elton, Cheshire',
 'make': 'Volkswagen',
 'model': 'ID.4',
 'odometer': 33000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 7,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 186601,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1zo6n7xnlpmusrgdmhpbfqteqz27',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164126,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k8qjmaprjnjt706vd526adt9yve5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2199832,
             'Height': 3060,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1pjzsmcqgwxvmy3a4owr71o73nxu',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2300835,
             'Height': 3060,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5pdog6kqvemoly4otanumbj1nsdd',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1815966,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3y0mabahv2chpn3t7hyx8ailh57l',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1749759,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wood6lryqpz533ssmgssvcxh62vv',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34/144ef938-6a0d-5a24-bd3f-ebc2bc5d9e34_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2234346,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3owy2u1kbgysefz6enug0z8bv7fz',
             'Width': 4000}],
 'price': 13000.0,
 'price_includes_vat': True,
 'registration_date': '2022-11-17',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volkswagen ID.4 109kW Life Pure 52kWh 5dr Auto [110kW Ch]',
 'transmission': 'automatic',
 'trim': '109kW Life Pure 52kWh 5dr Auto [110kW Ch]',
 'vin': 'WVGZZZE2ZPP001475',
 'year': 2022}
2026-03-13 08:25:27 [carwow.gb] INFO: Saving data for 12243942: {'created_time': 1773390327.958488, 'last_price_update_time': 1773390327.958504, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12166868> (referer: https://dealers.carwow.co.uk/dealers/listings/12166868)
2026-03-13 08:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240519> (referer: https://dealers.carwow.co.uk/dealers/listings/12240519)
2026-03-13 08:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12205938> (referer: https://dealers.carwow.co.uk/dealers/listings/12205938)
2026-03-13 08:25:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81f890>
2026-03-13 08:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fypiwft8uf87gt7dkus86xgqxmep saved to cache
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 31ba842e-669e-5d89-be16-52baa8d65e1c
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31ba842e-669e-5d89-be16-52baa8d65e1c, skipping ID generation
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ba842e-669e-5d89-be16-52baa8d65e1c with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31ba842e-669e-5d89-be16-52baa8d65e1c sending to next pipeline
2026-03-13 08:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 31ba842e-669e-5d89-be16-52baa8d65e1c, identifier: 12165266
2026-03-13 08:25:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234333> (referer: https://dealers.carwow.co.uk/dealers/listings/12234333)
2026-03-13 08:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 31ba842e-669e-5d89-be16-52baa8d65e1c with identifier: 12165266
2026-03-13 08:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 31ba842e-669e-5d89-be16-52baa8d65e1c with identifier: 12165266
2026-03-13 08:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 31ba842e-669e-5d89-be16-52baa8d65e1c with identifier: 12165266 to the API
2026-03-13 08:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:28 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/fypiwft8uf87gt7dkus86xgqxmep>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.5 litres',
 'engine_horse_power': 163,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '31ba842e-669e-5d89-be16-52baa8d65e1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LO21CNF',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12165266',
 'listing': 'auction',
 'location': 'Orsett, Thurrock',
 'make': 'Volvo',
 'model': 'XC40',
 'odometer': 34000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 346041,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fypiwft8uf87gt7dkus86xgqxmep',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 311186,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3o9bivzto9f4eg927r4mv4whyc53',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 303044,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5zuvagbtu17jcfeg5raxqosv9lz0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 274113,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/131p8a156vsfd0lvl5648qik8rlh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 189761,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1qfjg7sgktqg8lradjaises5lddp',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 136255,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/egelh6aga2dgiq6oidxgqno84w5b',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157403,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1dan566ebrpcarnat7fdx6yfc5n7',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 278643,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cq3ns6hhlesmvoau1vi3xxxx0d8o',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 113131,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3n08s4pqzfr2mxrmg1sxljfua477',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_31ba842e-669e-5d89-be16-52baa8d65e1c/31ba842e-669e-5d89-be16-52baa8d65e1c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 132911,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/28a63fz2u3uysyhn5md05p796nw0',
             'Width': 1280}],
 'price': 19350.0,
 'price_includes_vat': True,
 'registration_date': '2021-03-04',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volvo XC40 1.5 T3 [163] Inscription Pro 5dr Geartronic',
 'transmission': 'automatic',
 'trim': '1.5 T3 [163] Inscription Pro 5dr Geartronic',
 'vin': 'YV1XZ15VDM2557696',
 'year': 2021}
2026-03-13 08:25:28 [carwow.gb] INFO: Saving data for 12165266: {'created_time': 1773390328.521144, 'last_price_update_time': 1773390328.521156, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242025> (referer: https://dealers.carwow.co.uk/dealers/listings/12242025)
2026-03-13 08:25:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12235221> (referer: https://dealers.carwow.co.uk/dealers/listings/12235221)
2026-03-13 08:25:28 [carwow.gb] INFO: Provenance enriched listing 12166868: vin=U5YPK813SKL622377, engine=2.0 litres, hp=182, doors=5, seats=5
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5007c2-1904-5356-a09b-6f111018014f with identifier: 12166868
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5007c2-1904-5356-a09b-6f111018014f with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o1hs3xkfv5772pmqjch8t3xxjwti not downloaded yet
2026-03-13 08:25:28 [carwow.gb] INFO: Provenance enriched listing 12240519: vin=TMAJU81VSDJ407878, engine=2.0 litres, hp=184, doors=5, seats=5
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72cec044-44bf-5e18-a181-0393fc03fd08 with identifier: 12240519
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72cec044-44bf-5e18-a181-0393fc03fd08 with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vp8iy4fsz98xz8qhwx0y0g07neo1 not downloaded yet
2026-03-13 08:25:28 [carwow.gb] INFO: Provenance enriched listing 12205938: vin=JTHBX262002040977, engine=2.2 litres, hp=150, doors=4, seats=5
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b558ddd8-3a31-5c5d-b280-f2b451fa1a9e with identifier: 12205938
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bioue3tnn624bs4eag54h3jpicr9 not downloaded yet
2026-03-13 08:25:28 [carwow.gb] INFO: Provenance enriched listing 12234333: vin=JMZKEN92600170714, engine=2.2 litres, hp=175, doors=5, seats=5
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fb31cb8-1781-50e8-b945-6a14cf28011d with identifier: 12234333
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb31cb8-1781-50e8-b945-6a14cf28011d with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ih61nox03soqxnwr0uj1lrninopf not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zrxkt0nbls2eirfzp5ikw3eef8ae not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cewc61i7bgj10oog3lvg143yf0br not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jz3ixci5ydwf9forlcst2mn2s5lr not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wix82iarwzmpr0f66lpdcv3h5e3x not downloaded yet
2026-03-13 08:25:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12218351> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aybf9jlowla6go2ine2tuhesjwxf not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p6o0yug0csm384kr3evllxrf7ll1 not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mj52roz4aqnkbk49kbr118ayj9sr not downloaded yet
2026-03-13 08:25:28 [carwow.gb] INFO: Provenance enriched listing 12242025: vin=WAUZZZ8KXAA119528, engine=2.0 litres, hp=143, doors=5, seats=5
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37f2d43-a617-5a08-bb39-07efaf90555e with identifier: 12242025
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37f2d43-a617-5a08-bb39-07efaf90555e with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hjg08fxlt8c7ajszak37ps8sr61w not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rjfz7jcliyebcq2xzii3fhkr3xu4 not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jssln9eq4coykuhj23blc9oei1nv not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c0t6m9dmj39ttstmrmgzneluq1ir not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0pisl5ghuf75mibam9nm9tyrsuaq not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ymnq17n8ia78u1ekp3dzd4gtbrkl not downloaded yet
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/73zyr472xjh3wl4gfzug19no3ehd not downloaded yet
2026-03-13 08:25:28 [carwow.gb] INFO: Provenance enriched listing 12235221: vin=WBABT12030LP79344, engine=2.2 litres, hp=170, doors=2, seats=2
2026-03-13 08:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635f39f4-6cbf-54b7-94c7-ddf735349bd6 with identifier: 12235221
2026-03-13 08:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6 with scrape type 1
2026-03-13 08:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pca93x4k7dvc879ur0ro33p5ndq5 not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6oee6kvqfhgqxdsykndtjuui261p not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/amtnrziko7qpyduvedfvri1teoio not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7rsfoxym2zbl62ybwdkp0d746msr not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ffd7lhdccpycpvbsanup56ks8gn not downloaded yet
2026-03-13 08:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xrrragv147xwt0llvfn7q73klve9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jdt6wg3vq20e3unryzdkr1t1oq0p not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/adwbxqlji4wlhdlk4y9uw2ry190n not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/exkz8helzea3v372wt5ohtjtm18b not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qt3sd5z1edazzxx9z5uss2itvoiw not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kix7sfqg66v0o06pdh3ytv83egod not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/43bg5fg9pnsp5zdgyp8vponjddfo not downloaded yet
2026-03-13 08:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241386> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9b6ktw0zvr6780rwukcwmr4cgz7m not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dvq9o23bwscnvwk8plva3aevhinf not downloaded yet
2026-03-13 08:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12229578> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12192927> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7fx7gi4j9pjgvetbhehyz64yelsb not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1sv3pv5r00yspqyufhxulduviobh not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ts4rllhimnr5tpipoilis13sztoa not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ba0hwuh9cngti2lrrno3zy7rwotj not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9xkutq2u9sodw9ctg0080axejuu7 not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7pfawg6qvvv4swuogdyfcjlyux1t not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y4ra7e49i5obv5zaqwl74fa7dwo9 not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oi72c9ho6b7qxlev7oeaf80slogh not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4q6y9nfqxnpkglf9cnkxki77m2qs not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t0eobtoi2aojatqbs18muussnhix not downloaded yet
2026-03-13 08:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238248> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3dja4lec3hnsxbgb453dvqoduq8g not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9bck4iuu61q7ejpsp5la9e3sgbzk not downloaded yet
2026-03-13 08:25:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d33a410>
2026-03-13 08:25:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xrrragv147xwt0llvfn7q73klve9 saved to cache
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 184b75dc-0bcd-5d8d-accd-07547f3e7730
2026-03-13 08:25:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 184b75dc-0bcd-5d8d-accd-07547f3e7730, skipping ID generation
2026-03-13 08:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184b75dc-0bcd-5d8d-accd-07547f3e7730 with scrape type 1
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 184b75dc-0bcd-5d8d-accd-07547f3e7730 sending to next pipeline
2026-03-13 08:25:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 184b75dc-0bcd-5d8d-accd-07547f3e7730, identifier: 12242871
2026-03-13 08:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243132> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qc4741ss705c82k2u7ovyvvwagkt not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/59uueghd6komiv9ros9im6fkt3jw not downloaded yet
2026-03-13 08:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oui9rprm91k84rocnv0qfdxgdcv6 not downloaded yet
2026-03-13 08:25:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 184b75dc-0bcd-5d8d-accd-07547f3e7730 with identifier: 12242871
2026-03-13 08:25:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 184b75dc-0bcd-5d8d-accd-07547f3e7730 with identifier: 12242871
2026-03-13 08:25:29 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 184b75dc-0bcd-5d8d-accd-07547f3e7730 with identifier: 12242871 to the API
2026-03-13 08:25:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/xrrragv147xwt0llvfn7q73klve9>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.7 litres',
 'engine_horse_power': 134,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '184b75dc-0bcd-5d8d-accd-07547f3e7730',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'ST64BEJ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12242871',
 'listing': 'auction',
 'location': 'Corby, Northants',
 'make': 'Kia',
 'model': 'Carens',
 'odometer': 111500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2650383,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/v6tgwl4y4t1cbi1vgni4nq97rz2v',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2563147,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hqffqwp3iz1c5z0vzck45dgtmlc6',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2419665,
             'Height': 4080,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/syrs3xwhqoizqksn66xetpmw048k',
             'Width': 3072},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2041292,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e7ahm0oi1y3ajzip8ku2cww34ivb',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1836006,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1lf78hlokz2pehg76qrep07hjeni',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 579107,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rgaac1gs5yb51o4k5peoajgarntr',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2688973,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xrrragv147xwt0llvfn7q73klve9',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2256208,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/iblgjwnd78eowjsc3p22iqmijk4f',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2421299,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3r0fkdon1k9769eotcu7ow3m82mo',
             'Width': 4080},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_184b75dc-0bcd-5d8d-accd-07547f3e7730/184b75dc-0bcd-5d8d-accd-07547f3e7730_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2256208,
             'Height': 3072,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k4osgzf4r4s3zn8yxc313rcsj1md',
             'Width': 4080}],
 'price': 1700.0,
 'price_includes_vat': True,
 'registration_date': '2014-09-30',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Kia Carens 1.7 CRDi 3 5dr [Sat Nav]',
 'transmission': 'manual',
 'trim': '1.7 CRDi 3 5dr [Sat Nav]',
 'vin': 'KNAHU815LF7085233',
 'year': 2014}
2026-03-13 08:25:30 [carwow.gb] INFO: Saving data for 12242871: {'created_time': 1773390330.180483, 'last_price_update_time': 1773390330.180496, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12166064> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tctswg8iyr6fehuo7eo01eehito2 not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d2suewnjy7as1fx4u6p3f6fg9mt5 not downloaded yet
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qt3sd5z1edazzxx9z5uss2itvoiw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12218351> (referer: https://dealers.carwow.co.uk/dealers/listings/12218351)
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yktrewespr1qbu2tx823hu2ioyno not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/83v0dqnmxq5w0dbno4ztzxkc1jug not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/algla6mtkrp05d287wvidqtzme9z not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hnl90x1hl11fpk1oh0fvfscrse5o not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bm6ib16te75gikj5shxtdy2tlb0h not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iddmlxvqp7ynsz9sfepzjaqsj8pw not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j8zhm8y6myh5ohurofk08inu6r9i not downloaded yet
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/43bg5fg9pnsp5zdgyp8vponjddfo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e7gc3inuvtuzv4eah5stsejnszfg not downloaded yet
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64eb90>
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qt3sd5z1edazzxx9z5uss2itvoiw saved to cache
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:30 [carwow.gb] INFO: Provenance enriched listing 12218351: vin=WBA12AP010CN18009, engine=2.0 litres, hp=184, doors=2, seats=4
2026-03-13 08:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b55487-3753-52c9-9649-2b4696d282a1 with identifier: 12218351
2026-03-13 08:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b55487-3753-52c9-9649-2b4696d282a1 with scrape type 1
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cp8j1nqfmmgori7ny40gwn57fpyt not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i0j8ldbs51bmtyy1l1wtvxdmrlvu not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ru823q36ox29lhoureux3jv2ymrf not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kmwnb4d6hsrx9rcwylha9a24uss9 not downloaded yet
2026-03-13 08:25:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64d510>
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/43bg5fg9pnsp5zdgyp8vponjddfo saved to cache
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mkbbt838xht7fx2tggmjpu7yi9q1 not downloaded yet
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t0eobtoi2aojatqbs18muussnhix> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7pfawg6qvvv4swuogdyfcjlyux1t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f4d1rdky8yhg8tym8j0o9nmebt6k not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/prytg0blggsysl8v3mf0t54a8p2n not downloaded yet
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/59uueghd6komiv9ros9im6fkt3jw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oui9rprm91k84rocnv0qfdxgdcv6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/num4muhkuwzaisd1r4xrxy8tqzhg not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xf75trxpjzdr5b6980yghuxab2ww not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vb6twcv1vn1rth9e1vtmp2l83xw9 not downloaded yet
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nj0l9xqnfdkjoxrf0y3f33llkmtc not downloaded yet
2026-03-13 08:25:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8dbf90>
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t0eobtoi2aojatqbs18muussnhix saved to cache
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f2602d0>
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7pfawg6qvvv4swuogdyfcjlyux1t saved to cache
2026-03-13 08:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wm62yi8jyhia2qrds1set61tfjcr not downloaded yet
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241386> (referer: https://dealers.carwow.co.uk/dealers/listings/12241386)
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/iddmlxvqp7ynsz9sfepzjaqsj8pw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d63c510>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/59uueghd6komiv9ros9im6fkt3jw saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d812490>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oui9rprm91k84rocnv0qfdxgdcv6 saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kmwnb4d6hsrx9rcwylha9a24uss9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [carwow.gb] INFO: Provenance enriched listing 12241386: vin=SALZA2AN0PH192101, engine=2.0 litres, hp=204, doors=5, seats=5
2026-03-13 08:25:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77becfe2-dc38-5882-b1e0-da53ab875431 with identifier: 12241386
2026-03-13 08:25:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77becfe2-dc38-5882-b1e0-da53ab875431 with scrape type 1
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cu1sxjdztj0l9h6xjt9zejcm066d not downloaded yet
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vmx2ihuj7ll82v91e7occtc2ihc7 not downloaded yet
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d39a450>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iddmlxvqp7ynsz9sfepzjaqsj8pw saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hqne96k5qp8o6mfwzwxun6h8rors not downloaded yet
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jlx15uyy3ztmj2ay8ct6aswwb7va not downloaded yet
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/se6ith5konqpni7cf8zebv27cdj5 not downloaded yet
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5e7a90>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kmwnb4d6hsrx9rcwylha9a24uss9 saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vvf0q28crsd0v5xtfxca4m41vtwq not downloaded yet
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wl6jp0rcpcsdgw7i54y114ganqh1 not downloaded yet
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/svsz0x6ynlw4af6lusdghkseuufn not downloaded yet
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i95v5f8k0cfsc6l46ihuoyozdjif not downloaded yet
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kix7sfqg66v0o06pdh3ytv83egod> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mfkyhgt18ezg7lyv0rj9m3r344x5 not downloaded yet
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jz3ixci5ydwf9forlcst2mn2s5lr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64d4d0>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kix7sfqg66v0o06pdh3ytv83egod saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce31350>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jz3ixci5ydwf9forlcst2mn2s5lr saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wm62yi8jyhia2qrds1set61tfjcr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/svsz0x6ynlw4af6lusdghkseuufn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nj0l9xqnfdkjoxrf0y3f33llkmtc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f4d1rdky8yhg8tym8j0o9nmebt6k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mkbbt838xht7fx2tggmjpu7yi9q1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5e7dd0>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wm62yi8jyhia2qrds1set61tfjcr saved to cache
2026-03-13 08:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b8dd0>
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/svsz0x6ynlw4af6lusdghkseuufn saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4590d0>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nj0l9xqnfdkjoxrf0y3f33llkmtc saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d524210>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f4d1rdky8yhg8tym8j0o9nmebt6k saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mfkyhgt18ezg7lyv0rj9m3r344x5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28e690>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mkbbt838xht7fx2tggmjpu7yi9q1 saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i95v5f8k0cfsc6l46ihuoyozdjif> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wl6jp0rcpcsdgw7i54y114ganqh1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vb6twcv1vn1rth9e1vtmp2l83xw9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5aaf90>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mfkyhgt18ezg7lyv0rj9m3r344x5 saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d8100d0>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i95v5f8k0cfsc6l46ihuoyozdjif saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vvf0q28crsd0v5xtfxca4m41vtwq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48d090>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wl6jp0rcpcsdgw7i54y114ganqh1 saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hqne96k5qp8o6mfwzwxun6h8rors> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d14b750>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vb6twcv1vn1rth9e1vtmp2l83xw9 saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jlx15uyy3ztmj2ay8ct6aswwb7va> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc1d90>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vvf0q28crsd0v5xtfxca4m41vtwq saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/se6ith5konqpni7cf8zebv27cdj5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cu1sxjdztj0l9h6xjt9zejcm066d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7bdbd0>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hqne96k5qp8o6mfwzwxun6h8rors saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vmx2ihuj7ll82v91e7occtc2ihc7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5e7e10>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jlx15uyy3ztmj2ay8ct6aswwb7va saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40bed0>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/se6ith5konqpni7cf8zebv27cdj5 saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f260810>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cu1sxjdztj0l9h6xjt9zejcm066d saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7fcfd0>
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vmx2ihuj7ll82v91e7occtc2ihc7 saved to cache
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 77becfe2-dc38-5882-b1e0-da53ab875431
2026-03-13 08:25:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77becfe2-dc38-5882-b1e0-da53ab875431, skipping ID generation
2026-03-13 08:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77becfe2-dc38-5882-b1e0-da53ab875431 with scrape type 1
2026-03-13 08:25:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77becfe2-dc38-5882-b1e0-da53ab875431 sending to next pipeline
2026-03-13 08:25:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 77becfe2-dc38-5882-b1e0-da53ab875431, identifier: 12241386
2026-03-13 08:25:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 77becfe2-dc38-5882-b1e0-da53ab875431 with identifier: 12241386
2026-03-13 08:25:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 77becfe2-dc38-5882-b1e0-da53ab875431 with identifier: 12241386
2026-03-13 08:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 77becfe2-dc38-5882-b1e0-da53ab875431 with identifier: 12241386 to the API
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/vmx2ihuj7ll82v91e7occtc2ihc7>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 204,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '77becfe2-dc38-5882-b1e0-da53ab875431',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'W18LOU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12241386',
 'listing': 'auction',
 'location': 'Bradshaw, Bolton',
 'make': 'Land-rover',
 'model': 'Land Rover Range Rover Evoque',
 'odometer': 15300,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235425,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cu1sxjdztj0l9h6xjt9zejcm066d',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 379628,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vmx2ihuj7ll82v91e7occtc2ihc7',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 375602,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hqne96k5qp8o6mfwzwxun6h8rors',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 312689,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jlx15uyy3ztmj2ay8ct6aswwb7va',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 205254,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/se6ith5konqpni7cf8zebv27cdj5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 126129,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vvf0q28crsd0v5xtfxca4m41vtwq',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 243149,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wl6jp0rcpcsdgw7i54y114ganqh1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 230332,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/svsz0x6ynlw4af6lusdghkseuufn',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 306896,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i95v5f8k0cfsc6l46ihuoyozdjif',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_77becfe2-dc38-5882-b1e0-da53ab875431/77becfe2-dc38-5882-b1e0-da53ab875431_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 199076,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mfkyhgt18ezg7lyv0rj9m3r344x5',
             'Width': 1280}],
 'price': 23000.0,
 'price_includes_vat': True,
 'registration_date': '2022-09-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Land Rover Range Rover Evoque 2.0 D200 R-Dynamic S 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 D200 R-Dynamic S 5dr Auto',
 'vin': 'SALZA2AN0PH192101',
 'year': 2022}
2026-03-13 08:25:33 [carwow.gb] INFO: Saving data for 12241386: {'created_time': 1773390333.623193, 'last_price_update_time': 1773390333.623204, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12166064> (referer: https://dealers.carwow.co.uk/dealers/listings/12166064)
2026-03-13 08:25:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/prytg0blggsysl8v3mf0t54a8p2n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i0j8ldbs51bmtyy1l1wtvxdmrlvu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e7gc3inuvtuzv4eah5stsejnszfg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:33 [carwow.gb] INFO: Provenance enriched listing 12166064: vin=TMAJ3815LHJ223187, engine=1.7 litres, hp=116, doors=5, seats=5
2026-03-13 08:25:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21571127-dd37-55d2-b92e-36d43f376241 with identifier: 12166064
2026-03-13 08:25:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21571127-dd37-55d2-b92e-36d43f376241 with scrape type 1
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e8nxyqe5dcvu9wkdex563kd82qyy not downloaded yet
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eys7mfakh1ikxqt15z6c4e5aio5m not downloaded yet
2026-03-13 08:25:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d408a10>
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/prytg0blggsysl8v3mf0t54a8p2n saved to cache
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u0pwepgpiwzjh76p6thufmv12zz4 not downloaded yet
2026-03-13 08:25:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89b2d0>
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i0j8ldbs51bmtyy1l1wtvxdmrlvu saved to cache
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6bd310>
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e7gc3inuvtuzv4eah5stsejnszfg saved to cache
2026-03-13 08:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hsecub5566xgti6dst26zyrj0fmq not downloaded yet
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ru823q36ox29lhoureux3jv2ymrf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bm6ib16te75gikj5shxtdy2tlb0h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j8zhm8y6myh5ohurofk08inu6r9i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s321g4wczbe5m1rm7zjbngnr3i2y not downloaded yet
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6h00wb5f3wwbhyydqk00qw3yfd93 not downloaded yet
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bzi8cyorz5mv2s0n9pf08pk5s0j3 not downloaded yet
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p5n9a339nrsamzcokb68uv8n8wh7 not downloaded yet
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f60kkrmhj032e2looecu7x9izon3 not downloaded yet
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xf75trxpjzdr5b6980yghuxab2ww> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uu06elntizc8xj5n0vo3b3jp7m0w not downloaded yet
2026-03-13 08:25:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f4f90>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ru823q36ox29lhoureux3jv2ymrf saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7b76d0>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bm6ib16te75gikj5shxtdy2tlb0h saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d498890>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j8zhm8y6myh5ohurofk08inu6r9i saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c824bd0>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xf75trxpjzdr5b6980yghuxab2ww saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e8nxyqe5dcvu9wkdex563kd82qyy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/num4muhkuwzaisd1r4xrxy8tqzhg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u0pwepgpiwzjh76p6thufmv12zz4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hsecub5566xgti6dst26zyrj0fmq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d438e90>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e8nxyqe5dcvu9wkdex563kd82qyy saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/eys7mfakh1ikxqt15z6c4e5aio5m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d385f10>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/num4muhkuwzaisd1r4xrxy8tqzhg saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c827490>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u0pwepgpiwzjh76p6thufmv12zz4 saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c889250>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hsecub5566xgti6dst26zyrj0fmq saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243132> (referer: https://dealers.carwow.co.uk/dealers/listings/12243132)
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c827210>
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eys7mfakh1ikxqt15z6c4e5aio5m saved to cache
2026-03-13 08:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uu06elntizc8xj5n0vo3b3jp7m0w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:35 [carwow.gb] INFO: Provenance enriched listing 12243132: vin=U5YPH815LGL112287, engine=1.7 litres, hp=114, doors=5, seats=5
2026-03-13 08:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c with identifier: 12243132
2026-03-13 08:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c with scrape type 1
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kt1ma7khmn6h7g42raygty4ckmqn not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wdghdmlo1yvqcs4d10ru9dxtakwv not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zch1g1uhj87lcc5g08wzo5mb1mm not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ehdmsqjqm6jdjyx2md0sih1hnc92 not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7fiuip5ktr5g63ua5oleknnf3n3n not downloaded yet
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51d010>
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uu06elntizc8xj5n0vo3b3jp7m0w saved to cache
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3a9rbdytb3snrmklwi8e3urcm87c not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whqb5ob8k5hzp20v970o2t0j0lw0 not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tx2d4i3fkwdh2f8gmsfagu191ic6 not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dlq0s614dxlyi8exgxrss0iterm3 not downloaded yet
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qm2v73d8hlewxm78fxb3vztb08l3 not downloaded yet
2026-03-13 08:25:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6h00wb5f3wwbhyydqk00qw3yfd93> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cp8j1nqfmmgori7ny40gwn57fpyt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p5n9a339nrsamzcokb68uv8n8wh7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f60kkrmhj032e2looecu7x9izon3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hnl90x1hl11fpk1oh0fvfscrse5o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d023750>
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6h00wb5f3wwbhyydqk00qw3yfd93 saved to cache
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c824f90>
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cp8j1nqfmmgori7ny40gwn57fpyt saved to cache
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 43b55487-3753-52c9-9649-2b4696d282a1
2026-03-13 08:25:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43b55487-3753-52c9-9649-2b4696d282a1, skipping ID generation
2026-03-13 08:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b55487-3753-52c9-9649-2b4696d282a1 with scrape type 1
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43b55487-3753-52c9-9649-2b4696d282a1 sending to next pipeline
2026-03-13 08:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 43b55487-3753-52c9-9649-2b4696d282a1, identifier: 12218351
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce6b9d0>
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p5n9a339nrsamzcokb68uv8n8wh7 saved to cache
2026-03-13 08:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 43b55487-3753-52c9-9649-2b4696d282a1 with identifier: 12218351
2026-03-13 08:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 43b55487-3753-52c9-9649-2b4696d282a1 with identifier: 12218351
2026-03-13 08:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 43b55487-3753-52c9-9649-2b4696d282a1 with identifier: 12218351 to the API
2026-03-13 08:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/cp8j1nqfmmgori7ny40gwn57fpyt>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '43b55487-3753-52c9-9649-2b4696d282a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'NL23RLY',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12218351',
 'listing': 'auction',
 'location': 'Sunderland',
 'make': 'Bmw',
 'model': '4 Series',
 'odometer': 3965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 22,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7100541,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cp8j1nqfmmgori7ny40gwn57fpyt',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2981404,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ru823q36ox29lhoureux3jv2ymrf',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3085094,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mkbbt838xht7fx2tggmjpu7yi9q1',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3736063,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f4d1rdky8yhg8tym8j0o9nmebt6k',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4683014,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/prytg0blggsysl8v3mf0t54a8p2n',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3903241,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/num4muhkuwzaisd1r4xrxy8tqzhg',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4072646,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xf75trxpjzdr5b6980yghuxab2ww',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3147320,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vb6twcv1vn1rth9e1vtmp2l83xw9',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2602027,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nj0l9xqnfdkjoxrf0y3f33llkmtc',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_43b55487-3753-52c9-9649-2b4696d282a1/43b55487-3753-52c9-9649-2b4696d282a1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3108893,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wm62yi8jyhia2qrds1set61tfjcr',
             'Width': 3024}],
 'price': 29000.0,
 'price_includes_vat': True,
 'registration_date': '2023-03-31',
 'seats_number': 4,
 'seller_name': None,
 'title': 'BMW 4 Series 420i M Sport 2dr Step Auto',
 'transmission': 'automatic',
 'trim': '420i M Sport 2dr Step Auto',
 'vin': 'WBA12AP010CN18009',
 'year': 2023}
2026-03-13 08:25:36 [carwow.gb] INFO: Saving data for 12218351: {'created_time': 1773390336.212152, 'last_price_update_time': 1773390336.212164, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/s321g4wczbe5m1rm7zjbngnr3i2y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12238248> (referer: https://dealers.carwow.co.uk/dealers/listings/12238248)
2026-03-13 08:25:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bzi8cyorz5mv2s0n9pf08pk5s0j3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qm2v73d8hlewxm78fxb3vztb08l3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d548610>
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f60kkrmhj032e2looecu7x9izon3 saved to cache
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7fdb10>
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hnl90x1hl11fpk1oh0fvfscrse5o saved to cache
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b9ad0>
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s321g4wczbe5m1rm7zjbngnr3i2y saved to cache
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:36 [carwow.gb] INFO: Provenance enriched listing 12238248: vin=WBAUY12050A945823, engine=2.0 litres, hp=184, doors=5, seats=5
2026-03-13 08:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47858be1-01eb-5ddc-a16d-e7c20c8c612e with identifier: 12238248
2026-03-13 08:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e with scrape type 1
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sptu6manjke94z5hk245o2pu80gz not downloaded yet
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7092d0>
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bzi8cyorz5mv2s0n9pf08pk5s0j3 saved to cache
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 21571127-dd37-55d2-b92e-36d43f376241
2026-03-13 08:25:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21571127-dd37-55d2-b92e-36d43f376241, skipping ID generation
2026-03-13 08:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21571127-dd37-55d2-b92e-36d43f376241 with scrape type 1
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21571127-dd37-55d2-b92e-36d43f376241 sending to next pipeline
2026-03-13 08:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 21571127-dd37-55d2-b92e-36d43f376241, identifier: 12166064
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6bc610>
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qm2v73d8hlewxm78fxb3vztb08l3 saved to cache
2026-03-13 08:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:36 [scrapy.extensions.logstats] INFO: Crawled 497 pages (at 49 pages/min), scraped 64 items (at 32 items/min)
2026-03-13 08:25:36 [scrapy.extensions.memusage] INFO: Peak memory usage is 234MiB
2026-03-13 08:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 21571127-dd37-55d2-b92e-36d43f376241 with identifier: 12166064
2026-03-13 08:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 21571127-dd37-55d2-b92e-36d43f376241 with identifier: 12166064
2026-03-13 08:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 21571127-dd37-55d2-b92e-36d43f376241 with identifier: 12166064 to the API
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:36 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/bzi8cyorz5mv2s0n9pf08pk5s0j3>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.7 litres',
 'engine_horse_power': 116,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '21571127-dd37-55d2-b92e-36d43f376241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BP16SPV',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12166064',
 'listing': 'auction',
 'location': 'Skegness, Lincs',
 'make': 'Hyundai',
 'model': 'Tucson',
 'odometer': 142049,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1197993,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e8nxyqe5dcvu9wkdex563kd82qyy',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1291008,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/eys7mfakh1ikxqt15z6c4e5aio5m',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1268088,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/u0pwepgpiwzjh76p6thufmv12zz4',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1189110,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hsecub5566xgti6dst26zyrj0fmq',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1253726,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/s321g4wczbe5m1rm7zjbngnr3i2y',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 652792,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6h00wb5f3wwbhyydqk00qw3yfd93',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1292241,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bzi8cyorz5mv2s0n9pf08pk5s0j3',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1173436,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p5n9a339nrsamzcokb68uv8n8wh7',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1206423,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f60kkrmhj032e2looecu7x9izon3',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21571127-dd37-55d2-b92e-36d43f376241/21571127-dd37-55d2-b92e-36d43f376241_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 807122,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uu06elntizc8xj5n0vo3b3jp7m0w',
             'Width': 4000}],
 'price': 2200.0,
 'price_includes_vat': True,
 'registration_date': '2016-07-21',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Hyundai Tucson 1.7 CRDi Blue Drive SE Nav 5dr 2WD',
 'transmission': 'manual',
 'trim': '1.7 CRDi Blue Drive SE Nav 5dr 2WD',
 'vin': 'TMAJ3815LHJ223187',
 'year': 2016}
2026-03-13 08:25:37 [carwow.gb] INFO: Saving data for 12166064: {'created_time': 1773390337.035233, 'last_price_update_time': 1773390337.035242, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zig8y4cqsaadgq8nbvnp5e71kwst not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sxbk79mlefg32mp5uolvffgthnra not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3267ag66677skrrk5fjcl2bkg725 not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0yuc0ugp1wxce616cjd7qd6gm4g6 not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a43bze8a3rb2zwqtxqih2til0fpr not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qssgc0wh2b9s1umh5b633e8huyr5 not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/51pillulakzypvj6ripuzsm7qn3d not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dffiyvv9ps3jzohflgpw80ls32fq not downloaded yet
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/odj2v5cku74008ituaip07eixwos not downloaded yet
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wdghdmlo1yvqcs4d10ru9dxtakwv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tx2d4i3fkwdh2f8gmsfagu191ic6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/whqb5ob8k5hzp20v970o2t0j0lw0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3a9rbdytb3snrmklwi8e3urcm87c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dlq0s614dxlyi8exgxrss0iterm3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ehdmsqjqm6jdjyx2md0sih1hnc92> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8ba950>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wdghdmlo1yvqcs4d10ru9dxtakwv saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2ddc10>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tx2d4i3fkwdh2f8gmsfagu191ic6 saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e0410>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/whqb5ob8k5hzp20v970o2t0j0lw0 saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5a9750>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3a9rbdytb3snrmklwi8e3urcm87c saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2zch1g1uhj87lcc5g08wzo5mb1mm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7fiuip5ktr5g63ua5oleknnf3n3n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f4490>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dlq0s614dxlyi8exgxrss0iterm3 saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8274d0>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ehdmsqjqm6jdjyx2md0sih1hnc92 saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c0050>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2zch1g1uhj87lcc5g08wzo5mb1mm saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8bb6d0>
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7fiuip5ktr5g63ua5oleknnf3n3n saved to cache
2026-03-13 08:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/51pillulakzypvj6ripuzsm7qn3d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qssgc0wh2b9s1umh5b633e8huyr5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:52:20\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85fb50>
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/51pillulakzypvj6ripuzsm7qn3d saved to cache
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/odj2v5cku74008ituaip07eixwos> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:52:14\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5677d0>
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qssgc0wh2b9s1umh5b633e8huyr5 saved to cache
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:52:04\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d8113d0>
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/odj2v5cku74008ituaip07eixwos saved to cache
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a43bze8a3rb2zwqtxqih2til0fpr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dffiyvv9ps3jzohflgpw80ls32fq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x03'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:39:30\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d459710>
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a43bze8a3rb2zwqtxqih2til0fpr saved to cache
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:51:55\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:38 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d811150>
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dffiyvv9ps3jzohflgpw80ls32fq saved to cache
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kt1ma7khmn6h7g42raygty4ckmqn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/algla6mtkrp05d287wvidqtzme9z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7bf090>
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:38 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kt1ma7khmn6h7g42raygty4ckmqn saved to cache
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c
2026-03-13 08:25:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c, skipping ID generation
2026-03-13 08:25:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c with scrape type 1
2026-03-13 08:25:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c sending to next pipeline
2026-03-13 08:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c, identifier: 12243132
2026-03-13 08:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c with identifier: 12243132
2026-03-13 08:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c with identifier: 12243132
2026-03-13 08:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c with identifier: 12243132 to the API
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/kt1ma7khmn6h7g42raygty4ckmqn>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.7 litres',
 'engine_horse_power': 114,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BP16XHC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243132',
 'listing': 'auction',
 'location': 'Skewen, Neath Port Talbot',
 'make': 'Kia',
 'model': 'Sportage',
 'odometer': 74000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 18,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 222729,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kt1ma7khmn6h7g42raygty4ckmqn',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 205696,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wdghdmlo1yvqcs4d10ru9dxtakwv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 195489,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2zch1g1uhj87lcc5g08wzo5mb1mm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235640,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ehdmsqjqm6jdjyx2md0sih1hnc92',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151528,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7fiuip5ktr5g63ua5oleknnf3n3n',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 110476,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3a9rbdytb3snrmklwi8e3urcm87c',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 148786,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/whqb5ob8k5hzp20v970o2t0j0lw0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 142499,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tx2d4i3fkwdh2f8gmsfagu191ic6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 195013,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dlq0s614dxlyi8exgxrss0iterm3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c/bbee0c8a-9f88-5ec1-a3c8-e473b69b1a6c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 168424,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qm2v73d8hlewxm78fxb3vztb08l3',
             'Width': 1280}],
 'price': 4800.0,
 'price_includes_vat': True,
 'registration_date': '2016-07-22',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Kia Sportage 1.7 CRDi ISG 2 5dr',
 'transmission': 'manual',
 'trim': '1.7 CRDi ISG 2 5dr',
 'vin': 'U5YPH815LGL112287',
 'year': 2016}
2026-03-13 08:25:39 [carwow.gb] INFO: Saving data for 12243132: {'created_time': 1773390339.373239, 'last_price_update_time': 1773390339.373252, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/83v0dqnmxq5w0dbno4ztzxkc1jug> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0yuc0ugp1wxce616cjd7qd6gm4g6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7bd710>
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/algla6mtkrp05d287wvidqtzme9z saved to cache
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sptu6manjke94z5hk245o2pu80gz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf23050>
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/83v0dqnmxq5w0dbno4ztzxkc1jug saved to cache
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:39:00\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28d990>
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0yuc0ugp1wxce616cjd7qd6gm4g6 saved to cache
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:37:33\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4eac90>
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sptu6manjke94z5hk245o2pu80gz saved to cache
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yktrewespr1qbu2tx823hu2ioyno> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d2suewnjy7as1fx4u6p3f6fg9mt5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zig8y4cqsaadgq8nbvnp5e71kwst> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12229578> (referer: https://dealers.carwow.co.uk/dealers/listings/12229578)
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a7dd0>
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yktrewespr1qbu2tx823hu2ioyno saved to cache
2026-03-13 08:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12192927> (referer: https://dealers.carwow.co.uk/dealers/listings/12192927)
2026-03-13 08:25:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7fe690>
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d2suewnjy7as1fx4u6p3f6fg9mt5 saved to cache
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:37:22\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8cba10>
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zig8y4cqsaadgq8nbvnp5e71kwst saved to cache
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9bck4iuu61q7ejpsp5la9e3sgbzk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:40 [carwow.gb] INFO: Provenance enriched listing 12229578: vin=5YJ3F7EC0LF749054, engine=None, hp=456, doors=4, seats=5
2026-03-13 08:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04190704-0c8c-53ba-9bea-50901ca68aad with identifier: 12229578
2026-03-13 08:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04190704-0c8c-53ba-9bea-50901ca68aad with scrape type 1
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x8ppne8yqqa2xcqlrhgqu7upqfst not downloaded yet
2026-03-13 08:25:40 [carwow.gb] INFO: Provenance enriched listing 12192927: vin=ZFA31200000500198, engine=1.4 litres, hp=100, doors=2, seats=4
2026-03-13 08:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35e4f9c4-60f6-56c9-b46e-f595e6012119 with identifier: 12192927
2026-03-13 08:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35e4f9c4-60f6-56c9-b46e-f595e6012119 with scrape type 1
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63drz3nniptfojbr8063mjsztijg not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a116qslktplv2vf6bvjpqhi2a6gp not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fikai7xb6x8s24qsq49pb2q7kbkz not downloaded yet
2026-03-13 08:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/sxbk79mlefg32mp5uolvffgthnra> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qr8srdnveod8ksvnzv1cu36dcdpo not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2y7n1wo2r47oaa63gj7yns10x00l not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e4w4ow4mh71rkfxqam4hdn3oa2gw not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7t1e57sbetj0thjbi9s19bevq8n8 not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f59rhohde2rtc7g5ljwiogboobih not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kl8kpfmyne20blgdya2t7wjecld2 not downloaded yet
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5e5390>
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9bck4iuu61q7ejpsp5la9e3sgbzk saved to cache
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f04mftqn1lekdinlh18i8y9odzbs not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7efs72j7zbfik0za63t0a74xecf7 not downloaded yet
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:37:01\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7b7610>
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/sxbk79mlefg32mp5uolvffgthnra saved to cache
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7wybdqunbo4f38q2vtmp2ivhfz9j not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wb5fx860e6wwpq5vvu8f7z0972a5 not downloaded yet
2026-03-13 08:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3267ag66677skrrk5fjcl2bkg725> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ro9821u7q3nvwv7zh2rmzioz47cl not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kuigja31ffjpwq71x56kgmoklbjy not downloaded yet
2026-03-13 08:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oi72c9ho6b7qxlev7oeaf80slogh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8u3xjclmwa5mvtorpscrncv0vxec not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ijt4iqqg7tqw7os3iajbftwd4jit not downloaded yet
2026-03-13 08:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tctswg8iyr6fehuo7eo01eehito2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/te1wc5qqg9jue9z8zs2hsuczmzs6 not downloaded yet
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/69d2wb0fplmj3cl6s4slo9xd3c0f not downloaded yet
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 15\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.3.1\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:11 14:37:45\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 15\x00'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:25:40 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\xb2'
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c770d50>
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3267ag66677skrrk5fjcl2bkg725 saved to cache
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e
2026-03-13 08:25:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47858be1-01eb-5ddc-a16d-e7c20c8c612e, skipping ID generation
2026-03-13 08:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e with scrape type 1
2026-03-13 08:25:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47858be1-01eb-5ddc-a16d-e7c20c8c612e sending to next pipeline
2026-03-13 08:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 47858be1-01eb-5ddc-a16d-e7c20c8c612e, identifier: 12238248
2026-03-13 08:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 47858be1-01eb-5ddc-a16d-e7c20c8c612e with identifier: 12238248
2026-03-13 08:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 47858be1-01eb-5ddc-a16d-e7c20c8c612e with identifier: 12238248
2026-03-13 08:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 47858be1-01eb-5ddc-a16d-e7c20c8c612e with identifier: 12238248 to the API
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3267ag66677skrrk5fjcl2bkg725>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '47858be1-01eb-5ddc-a16d-e7c20c8c612e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YE11FNP',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12238248',
 'listing': 'auction',
 'location': 'Brooklands, Trafford',
 'make': 'Bmw',
 'model': '3 Series Touring',
 'odometer': 107400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 31,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7239610,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sptu6manjke94z5hk245o2pu80gz',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7077824,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zig8y4cqsaadgq8nbvnp5e71kwst',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7682126,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sxbk79mlefg32mp5uolvffgthnra',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7671275,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3267ag66677skrrk5fjcl2bkg725',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4336270,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0yuc0ugp1wxce616cjd7qd6gm4g6',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3659106,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a43bze8a3rb2zwqtxqih2til0fpr',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4304409,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qssgc0wh2b9s1umh5b633e8huyr5',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4052983,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/51pillulakzypvj6ripuzsm7qn3d',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4798589,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dffiyvv9ps3jzohflgpw80ls32fq',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_47858be1-01eb-5ddc-a16d-e7c20c8c612e/47858be1-01eb-5ddc-a16d-e7c20c8c612e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4205458,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/odj2v5cku74008ituaip07eixwos',
             'Width': 5712}],
 'price': 2000.0,
 'price_includes_vat': True,
 'registration_date': '2011-05-25',
 'seats_number': 5,
 'seller_name': None,
 'title': 'BMW 3 Series Touring 320d [184] M Sport 5dr Step Auto',
 'transmission': 'automatic',
 'trim': '320d [184] M Sport 5dr Step Auto',
 'vin': 'WBAUY12050A945823',
 'year': 2011}
2026-03-13 08:25:41 [carwow.gb] INFO: Saving data for 12238248: {'created_time': 1773390341.323471, 'last_price_update_time': 1773390341.323484, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e02d0>
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oi72c9ho6b7qxlev7oeaf80slogh saved to cache
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f36d650>
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tctswg8iyr6fehuo7eo01eehito2 saved to cache
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3dja4lec3hnsxbgb453dvqoduq8g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y4ra7e49i5obv5zaqwl74fa7dwo9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8d9710>
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3dja4lec3hnsxbgb453dvqoduq8g saved to cache
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40b590>
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y4ra7e49i5obv5zaqwl74fa7dwo9 saved to cache
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8u3xjclmwa5mvtorpscrncv0vxec> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d03ef10>
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8u3xjclmwa5mvtorpscrncv0vxec saved to cache
2026-03-13 08:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ro9821u7q3nvwv7zh2rmzioz47cl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/te1wc5qqg9jue9z8zs2hsuczmzs6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4q6y9nfqxnpkglf9cnkxki77m2qs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d709b90>
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ro9821u7q3nvwv7zh2rmzioz47cl saved to cache
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f8710>
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/te1wc5qqg9jue9z8zs2hsuczmzs6 saved to cache
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e2a50>
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4q6y9nfqxnpkglf9cnkxki77m2qs saved to cache
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qc4741ss705c82k2u7ovyvvwagkt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf22290>
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qc4741ss705c82k2u7ovyvvwagkt saved to cache
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7wybdqunbo4f38q2vtmp2ivhfz9j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kuigja31ffjpwq71x56kgmoklbjy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e3250>
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7wybdqunbo4f38q2vtmp2ivhfz9j saved to cache
2026-03-13 08:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d251750>
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kuigja31ffjpwq71x56kgmoklbjy saved to cache
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/69d2wb0fplmj3cl6s4slo9xd3c0f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40a490>
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/69d2wb0fplmj3cl6s4slo9xd3c0f saved to cache
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ijt4iqqg7tqw7os3iajbftwd4jit> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6ffdd0>
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ijt4iqqg7tqw7os3iajbftwd4jit saved to cache
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f04mftqn1lekdinlh18i8y9odzbs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64c550>
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f04mftqn1lekdinlh18i8y9odzbs saved to cache
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wb5fx860e6wwpq5vvu8f7z0972a5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7efs72j7zbfik0za63t0a74xecf7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f59rhohde2rtc7g5ljwiogboobih> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4ebc90>
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wb5fx860e6wwpq5vvu8f7z0972a5 saved to cache
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64e8d0>
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7efs72j7zbfik0za63t0a74xecf7 saved to cache
2026-03-13 08:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85e610>
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f59rhohde2rtc7g5ljwiogboobih saved to cache
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e4w4ow4mh71rkfxqam4hdn3oa2gw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kl8kpfmyne20blgdya2t7wjecld2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45ae50>
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e4w4ow4mh71rkfxqam4hdn3oa2gw saved to cache
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48c650>
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kl8kpfmyne20blgdya2t7wjecld2 saved to cache
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7t1e57sbetj0thjbi9s19bevq8n8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2y7n1wo2r47oaa63gj7yns10x00l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8b9c50>
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7t1e57sbetj0thjbi9s19bevq8n8 saved to cache
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb9c90>
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2y7n1wo2r47oaa63gj7yns10x00l saved to cache
2026-03-13 08:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qr8srdnveod8ksvnzv1cu36dcdpo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/63drz3nniptfojbr8063mjsztijg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d51cc90>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qr8srdnveod8ksvnzv1cu36dcdpo saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d60a1d0>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63drz3nniptfojbr8063mjsztijg saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9xkutq2u9sodw9ctg0080axejuu7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ba0hwuh9cngti2lrrno3zy7rwotj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10d110>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9xkutq2u9sodw9ctg0080axejuu7 saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29f190>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ba0hwuh9cngti2lrrno3zy7rwotj saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9b6ktw0zvr6780rwukcwmr4cgz7m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dvq9o23bwscnvwk8plva3aevhinf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1sv3pv5r00yspqyufhxulduviobh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f9c50>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9b6ktw0zvr6780rwukcwmr4cgz7m saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5a82d0>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dvq9o23bwscnvwk8plva3aevhinf saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50c650>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1sv3pv5r00yspqyufhxulduviobh saved to cache
2026-03-13 08:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a116qslktplv2vf6bvjpqhi2a6gp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fikai7xb6x8s24qsq49pb2q7kbkz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jdt6wg3vq20e3unryzdkr1t1oq0p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/exkz8helzea3v372wt5ohtjtm18b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4ce610>
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a116qslktplv2vf6bvjpqhi2a6gp saved to cache
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2a8dd0>
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fikai7xb6x8s24qsq49pb2q7kbkz saved to cache
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 35e4f9c4-60f6-56c9-b46e-f595e6012119
2026-03-13 08:25:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35e4f9c4-60f6-56c9-b46e-f595e6012119, skipping ID generation
2026-03-13 08:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35e4f9c4-60f6-56c9-b46e-f595e6012119 with scrape type 1
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35e4f9c4-60f6-56c9-b46e-f595e6012119 sending to next pipeline
2026-03-13 08:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 35e4f9c4-60f6-56c9-b46e-f595e6012119, identifier: 12192927
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d459810>
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jdt6wg3vq20e3unryzdkr1t1oq0p saved to cache
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3033d0>
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/exkz8helzea3v372wt5ohtjtm18b saved to cache
2026-03-13 08:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 35e4f9c4-60f6-56c9-b46e-f595e6012119 with identifier: 12192927
2026-03-13 08:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 35e4f9c4-60f6-56c9-b46e-f595e6012119 with identifier: 12192927
2026-03-13 08:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 35e4f9c4-60f6-56c9-b46e-f595e6012119 with identifier: 12192927 to the API
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:46 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/fikai7xb6x8s24qsq49pb2q7kbkz>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '1.4 litres',
 'engine_horse_power': 100,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '35e4f9c4-60f6-56c9-b46e-f595e6012119',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'WN10TXK',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12192927',
 'listing': 'auction',
 'location': 'Bedfont, London',
 'make': 'Fiat',
 'model': '500C CONVERTIBLE',
 'odometer': 117000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 10,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5844207,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/63drz3nniptfojbr8063mjsztijg',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6860515,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fikai7xb6x8s24qsq49pb2q7kbkz',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6430065,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2y7n1wo2r47oaa63gj7yns10x00l',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7107342,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7t1e57sbetj0thjbi9s19bevq8n8',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5725235,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kl8kpfmyne20blgdya2t7wjecld2',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3595957,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7efs72j7zbfik0za63t0a74xecf7',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6375788,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wb5fx860e6wwpq5vvu8f7z0972a5',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 7646352,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kuigja31ffjpwq71x56kgmoklbjy',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5592592,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ijt4iqqg7tqw7os3iajbftwd4jit',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_35e4f9c4-60f6-56c9-b46e-f595e6012119/35e4f9c4-60f6-56c9-b46e-f595e6012119_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6375788,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/69d2wb0fplmj3cl6s4slo9xd3c0f',
             'Width': 4284}],
 'price': 800.0,
 'price_includes_vat': True,
 'registration_date': '2010-04-30',
 'seats_number': 4,
 'seller_name': None,
 'title': 'Fiat 500C CONVERTIBLE 1.4 Lounge 2dr',
 'transmission': 'manual',
 'trim': '1.4 Lounge 2dr',
 'vin': 'ZFA31200000500198',
 'year': 2010}
2026-03-13 08:25:46 [carwow.gb] INFO: Saving data for 12192927: {'created_time': 1773390346.918457, 'last_price_update_time': 1773390346.918467, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7fx7gi4j9pjgvetbhehyz64yelsb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/x8ppne8yqqa2xcqlrhgqu7upqfst> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ts4rllhimnr5tpipoilis13sztoa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c8ed0>
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7fx7gi4j9pjgvetbhehyz64yelsb saved to cache
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/adwbxqlji4wlhdlk4y9uw2ry190n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d608710>
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x8ppne8yqqa2xcqlrhgqu7upqfst saved to cache
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 04190704-0c8c-53ba-9bea-50901ca68aad
2026-03-13 08:25:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04190704-0c8c-53ba-9bea-50901ca68aad, skipping ID generation
2026-03-13 08:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04190704-0c8c-53ba-9bea-50901ca68aad with scrape type 1
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 04190704-0c8c-53ba-9bea-50901ca68aad sending to next pipeline
2026-03-13 08:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 04190704-0c8c-53ba-9bea-50901ca68aad, identifier: 12229578
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4e82d0>
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ts4rllhimnr5tpipoilis13sztoa saved to cache
2026-03-13 08:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 04190704-0c8c-53ba-9bea-50901ca68aad with identifier: 12229578
2026-03-13 08:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 04190704-0c8c-53ba-9bea-50901ca68aad with identifier: 12229578
2026-03-13 08:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 04190704-0c8c-53ba-9bea-50901ca68aad with identifier: 12229578 to the API
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/x8ppne8yqqa2xcqlrhgqu7upqfst>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 456,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '04190704-0c8c-53ba-9bea-50901ca68aad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BG20BYS',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12229578',
 'listing': 'auction',
 'location': 'Shenley Church End, Milton Keynes',
 'make': 'Tesla',
 'model': 'Model 3 Performance',
 'odometer': 77000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 10,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5255220,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/x8ppne8yqqa2xcqlrhgqu7upqfst',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5920267,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a116qslktplv2vf6bvjpqhi2a6gp',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6124809,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qr8srdnveod8ksvnzv1cu36dcdpo',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4068934,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e4w4ow4mh71rkfxqam4hdn3oa2gw',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2825149,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f59rhohde2rtc7g5ljwiogboobih',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2656748,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f04mftqn1lekdinlh18i8y9odzbs',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4181567,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7wybdqunbo4f38q2vtmp2ivhfz9j',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3422042,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ro9821u7q3nvwv7zh2rmzioz47cl',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 117128,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8u3xjclmwa5mvtorpscrncv0vxec',
             'Width': 923},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04190704-0c8c-53ba-9bea-50901ca68aad/04190704-0c8c-53ba-9bea-50901ca68aad_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2452349,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/te1wc5qqg9jue9z8zs2hsuczmzs6',
             'Width': 3024}],
 'price': 12000.0,
 'price_includes_vat': True,
 'registration_date': '2020-08-17',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Tesla Model 3 Performance Performance AWD 4dr [Performance Upgrade] '
          'Auto',
 'transmission': 'automatic',
 'trim': 'Performance AWD 4dr [Performance Upgrade] Auto',
 'vin': '5YJ3F7EC0LF749054',
 'year': 2020}
2026-03-13 08:25:47 [carwow.gb] INFO: Saving data for 12229578: {'created_time': 1773390347.949783, 'last_price_update_time': 1773390347.949797, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/amtnrziko7qpyduvedfvri1teoio> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7ffd7lhdccpycpvbsanup56ks8gn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5b1d50>
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/adwbxqlji4wlhdlk4y9uw2ry190n saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2648d0>
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/amtnrziko7qpyduvedfvri1teoio saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48cbd0>
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7ffd7lhdccpycpvbsanup56ks8gn saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6oee6kvqfhgqxdsykndtjuui261p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ymnq17n8ia78u1ekp3dzd4gtbrkl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4eb450>
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6oee6kvqfhgqxdsykndtjuui261p saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/c0t6m9dmj39ttstmrmgzneluq1ir> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d02ea10>
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ymnq17n8ia78u1ekp3dzd4gtbrkl saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hjg08fxlt8c7ajszak37ps8sr61w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfc12d0>
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/c0t6m9dmj39ttstmrmgzneluq1ir saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6094d0>
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hjg08fxlt8c7ajszak37ps8sr61w saved to cache
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a37f2d43-a617-5a08-bb39-07efaf90555e
2026-03-13 08:25:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a37f2d43-a617-5a08-bb39-07efaf90555e, skipping ID generation
2026-03-13 08:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37f2d43-a617-5a08-bb39-07efaf90555e with scrape type 1
2026-03-13 08:25:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a37f2d43-a617-5a08-bb39-07efaf90555e sending to next pipeline
2026-03-13 08:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: a37f2d43-a617-5a08-bb39-07efaf90555e, identifier: 12242025
2026-03-13 08:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: a37f2d43-a617-5a08-bb39-07efaf90555e with identifier: 12242025
2026-03-13 08:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: a37f2d43-a617-5a08-bb39-07efaf90555e with identifier: 12242025
2026-03-13 08:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: a37f2d43-a617-5a08-bb39-07efaf90555e with identifier: 12242025 to the API
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:48 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/hjg08fxlt8c7ajszak37ps8sr61w>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'RED',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 143,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'a37f2d43-a617-5a08-bb39-07efaf90555e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'GY10GWC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12242025',
 'listing': 'auction',
 'location': 'Gosport, Hants',
 'make': 'Audi',
 'model': 'A4 Avant',
 'odometer': 176000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 393100,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hjg08fxlt8c7ajszak37ps8sr61w',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 402574,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ymnq17n8ia78u1ekp3dzd4gtbrkl',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 365398,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7ffd7lhdccpycpvbsanup56ks8gn',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 371402,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/43bg5fg9pnsp5zdgyp8vponjddfo',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 240322,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ba0hwuh9cngti2lrrno3zy7rwotj',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 230829,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t0eobtoi2aojatqbs18muussnhix',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 387628,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oui9rprm91k84rocnv0qfdxgdcv6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 343696,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/algla6mtkrp05d287wvidqtzme9z',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 384892,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/iddmlxvqp7ynsz9sfepzjaqsj8pw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a37f2d43-a617-5a08-bb39-07efaf90555e/a37f2d43-a617-5a08-bb39-07efaf90555e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 396836,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e7gc3inuvtuzv4eah5stsejnszfg',
             'Width': 1280}],
 'price': 400.0,
 'price_includes_vat': True,
 'registration_date': '2010-03-30',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A4 Avant 2.0 TDI 143 SE 5dr [Start Stop]',
 'transmission': 'manual',
 'trim': '2.0 TDI 143 SE 5dr [Start Stop]',
 'vin': 'WAUZZZ8KXAA119528',
 'year': 2010}
2026-03-13 08:25:49 [carwow.gb] INFO: Saving data for 12242025: {'created_time': 1773390349.108643, 'last_price_update_time': 1773390349.108657, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p6o0yug0csm384kr3evllxrf7ll1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rjfz7jcliyebcq2xzii3fhkr3xu4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/73zyr472xjh3wl4gfzug19no3ehd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3027d0>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p6o0yug0csm384kr3evllxrf7ll1 saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jssln9eq4coykuhj23blc9oei1nv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7rsfoxym2zbl62ybwdkp0d746msr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2182d0>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rjfz7jcliyebcq2xzii3fhkr3xu4 saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d525990>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/73zyr472xjh3wl4gfzug19no3ehd saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cewc61i7bgj10oog3lvg143yf0br> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce33410>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jssln9eq4coykuhj23blc9oei1nv saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7fdf10>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7rsfoxym2zbl62ybwdkp0d746msr saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pca93x4k7dvc879ur0ro33p5ndq5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d387f50>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cewc61i7bgj10oog3lvg143yf0br saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wix82iarwzmpr0f66lpdcv3h5e3x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:25:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d02fb50>
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pca93x4k7dvc879ur0ro33p5ndq5 saved to cache
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6
2026-03-13 08:25:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 635f39f4-6cbf-54b7-94c7-ddf735349bd6, skipping ID generation
2026-03-13 08:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6 with scrape type 1
2026-03-13 08:25:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 635f39f4-6cbf-54b7-94c7-ddf735349bd6 sending to next pipeline
2026-03-13 08:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 635f39f4-6cbf-54b7-94c7-ddf735349bd6, identifier: 12235221
2026-03-13 08:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 635f39f4-6cbf-54b7-94c7-ddf735349bd6 with identifier: 12235221
2026-03-13 08:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 635f39f4-6cbf-54b7-94c7-ddf735349bd6 with identifier: 12235221
2026-03-13 08:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 635f39f4-6cbf-54b7-94c7-ddf735349bd6 with identifier: 12235221 to the API
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/pca93x4k7dvc879ur0ro33p5ndq5>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 170,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '635f39f4-6cbf-54b7-94c7-ddf735349bd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LO04FND',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12235221',
 'listing': 'auction',
 'location': 'Wrenthorpe, Wakefield',
 'make': 'Bmw',
 'model': 'Z4 ROADSTER',
 'odometer': 119000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 23,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3838051,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pca93x4k7dvc879ur0ro33p5ndq5',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3651043,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/adwbxqlji4wlhdlk4y9uw2ry190n',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 299176,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dvq9o23bwscnvwk8plva3aevhinf',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 301182,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7pfawg6qvvv4swuogdyfcjlyux1t',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164452,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9bck4iuu61q7ejpsp5la9e3sgbzk',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151909,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d2suewnjy7as1fx4u6p3f6fg9mt5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 210543,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bm6ib16te75gikj5shxtdy2tlb0h',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 144145,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j8zhm8y6myh5ohurofk08inu6r9i',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 191356,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i0j8ldbs51bmtyy1l1wtvxdmrlvu',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_635f39f4-6cbf-54b7-94c7-ddf735349bd6/635f39f4-6cbf-54b7-94c7-ddf735349bd6_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 202256,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kmwnb4d6hsrx9rcwylha9a24uss9',
             'Width': 1280}],
 'price': 400.0,
 'price_includes_vat': True,
 'registration_date': '2004-07-27',
 'seats_number': 2,
 'seller_name': None,
 'title': 'BMW Z4 ROADSTER 2.2i SE 2dr',
 'transmission': 'manual',
 'trim': '2.2i SE 2dr',
 'vin': 'WBABT12030LP79344',
 'year': 2004}
2026-03-13 08:25:50 [carwow.gb] INFO: Saving data for 12235221: {'created_time': 1773390350.324805, 'last_price_update_time': 1773390350.324825, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vp8iy4fsz98xz8qhwx0y0g07neo1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c827f10>
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wix82iarwzmpr0f66lpdcv3h5e3x saved to cache
2026-03-13 08:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d439350>
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vp8iy4fsz98xz8qhwx0y0g07neo1 saved to cache
2026-03-13 08:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 72cec044-44bf-5e18-a181-0393fc03fd08
2026-03-13 08:25:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72cec044-44bf-5e18-a181-0393fc03fd08, skipping ID generation
2026-03-13 08:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72cec044-44bf-5e18-a181-0393fc03fd08 with scrape type 1
2026-03-13 08:25:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72cec044-44bf-5e18-a181-0393fc03fd08 sending to next pipeline
2026-03-13 08:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 72cec044-44bf-5e18-a181-0393fc03fd08, identifier: 12240519
2026-03-13 08:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 72cec044-44bf-5e18-a181-0393fc03fd08 with identifier: 12240519
2026-03-13 08:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 72cec044-44bf-5e18-a181-0393fc03fd08 with identifier: 12240519
2026-03-13 08:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 72cec044-44bf-5e18-a181-0393fc03fd08 with identifier: 12240519 to the API
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:50 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/vp8iy4fsz98xz8qhwx0y0g07neo1>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '72cec044-44bf-5e18-a181-0393fc03fd08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SP13VJZ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240519',
 'listing': 'auction',
 'location': 'Abergele, Conwy',
 'make': 'Hyundai',
 'model': 'ix35',
 'odometer': 3500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 166517,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vp8iy4fsz98xz8qhwx0y0g07neo1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 146112,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cewc61i7bgj10oog3lvg143yf0br',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 127576,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p6o0yug0csm384kr3evllxrf7ll1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 158362,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/c0t6m9dmj39ttstmrmgzneluq1ir',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 131998,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/amtnrziko7qpyduvedfvri1teoio',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92192,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qt3sd5z1edazzxx9z5uss2itvoiw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 152761,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1sv3pv5r00yspqyufhxulduviobh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 131032,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oi72c9ho6b7qxlev7oeaf80slogh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174861,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/59uueghd6komiv9ros9im6fkt3jw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_72cec044-44bf-5e18-a181-0393fc03fd08/72cec044-44bf-5e18-a181-0393fc03fd08_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103228,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/83v0dqnmxq5w0dbno4ztzxkc1jug',
             'Width': 1280}],
 'price': 4000.0,
 'price_includes_vat': True,
 'registration_date': '2013-04-29',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Hyundai ix35 2.0 CRDi Premium 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 CRDi Premium 5dr Auto',
 'vin': 'TMAJU81VSDJ407878',
 'year': 2013}
2026-03-13 08:25:51 [carwow.gb] INFO: Saving data for 12240519: {'created_time': 1773390351.020068, 'last_price_update_time': 1773390351.02008, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12168893> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ih61nox03soqxnwr0uj1lrninopf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4cc5d0>
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ih61nox03soqxnwr0uj1lrninopf saved to cache
2026-03-13 08:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7fb31cb8-1781-50e8-b945-6a14cf28011d
2026-03-13 08:25:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fb31cb8-1781-50e8-b945-6a14cf28011d, skipping ID generation
2026-03-13 08:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb31cb8-1781-50e8-b945-6a14cf28011d with scrape type 1
2026-03-13 08:25:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7fb31cb8-1781-50e8-b945-6a14cf28011d sending to next pipeline
2026-03-13 08:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 7fb31cb8-1781-50e8-b945-6a14cf28011d, identifier: 12234333
2026-03-13 08:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 7fb31cb8-1781-50e8-b945-6a14cf28011d with identifier: 12234333
2026-03-13 08:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 7fb31cb8-1781-50e8-b945-6a14cf28011d with identifier: 12234333
2026-03-13 08:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 7fb31cb8-1781-50e8-b945-6a14cf28011d with identifier: 12234333 to the API
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/ih61nox03soqxnwr0uj1lrninopf>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 175,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '7fb31cb8-1781-50e8-b945-6a14cf28011d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SD64JXS',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12234333',
 'listing': 'auction',
 'location': 'Wilnecote, Staffs',
 'make': 'Mazda',
 'model': 'CX-5',
 'odometer': 99522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 24,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1788527,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ih61nox03soqxnwr0uj1lrninopf',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1686106,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wix82iarwzmpr0f66lpdcv3h5e3x',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1670279,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rjfz7jcliyebcq2xzii3fhkr3xu4',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1699323,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/73zyr472xjh3wl4gfzug19no3ehd',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1397752,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jdt6wg3vq20e3unryzdkr1t1oq0p',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 600435,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9b6ktw0zvr6780rwukcwmr4cgz7m',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1122300,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9xkutq2u9sodw9ctg0080axejuu7',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1269551,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3dja4lec3hnsxbgb453dvqoduq8g',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1198993,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tctswg8iyr6fehuo7eo01eehito2',
             'Width': 2736},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_7fb31cb8-1781-50e8-b945-6a14cf28011d/7fb31cb8-1781-50e8-b945-6a14cf28011d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1123320,
             'Height': 3648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hnl90x1hl11fpk1oh0fvfscrse5o',
             'Width': 2736}],
 'price': 2800.0,
 'price_includes_vat': True,
 'registration_date': '2014-11-05',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mazda CX-5 2.2d [175] Sport Nav 5dr AWD',
 'transmission': 'manual',
 'trim': '2.2d [175] Sport Nav 5dr AWD',
 'vin': 'JMZKEN92600170714',
 'year': 2014}
2026-03-13 08:25:51 [carwow.gb] INFO: Saving data for 12234333: {'created_time': 1773390351.756958, 'last_price_update_time': 1773390351.756972, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zrxkt0nbls2eirfzp5ikw3eef8ae> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/aybf9jlowla6go2ine2tuhesjwxf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240355> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233663> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mj52roz4aqnkbk49kbr118ayj9sr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0pisl5ghuf75mibam9nm9tyrsuaq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o1hs3xkfv5772pmqjch8t3xxjwti> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d303610>
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zrxkt0nbls2eirfzp5ikw3eef8ae saved to cache
2026-03-13 08:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7fc950>
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:51 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/aybf9jlowla6go2ine2tuhesjwxf saved to cache
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d516690>
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mj52roz4aqnkbk49kbr118ayj9sr saved to cache
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10f610>
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0pisl5ghuf75mibam9nm9tyrsuaq saved to cache
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c772390>
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o1hs3xkfv5772pmqjch8t3xxjwti saved to cache
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fb5007c2-1904-5356-a09b-6f111018014f
2026-03-13 08:25:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb5007c2-1904-5356-a09b-6f111018014f, skipping ID generation
2026-03-13 08:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5007c2-1904-5356-a09b-6f111018014f with scrape type 1
2026-03-13 08:25:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb5007c2-1904-5356-a09b-6f111018014f sending to next pipeline
2026-03-13 08:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: fb5007c2-1904-5356-a09b-6f111018014f, identifier: 12166868
2026-03-13 08:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: fb5007c2-1904-5356-a09b-6f111018014f with identifier: 12166868
2026-03-13 08:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: fb5007c2-1904-5356-a09b-6f111018014f with identifier: 12166868
2026-03-13 08:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: fb5007c2-1904-5356-a09b-6f111018014f with identifier: 12166868 to the API
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:52 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/o1hs3xkfv5772pmqjch8t3xxjwti>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 182,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb5007c2-1904-5356-a09b-6f111018014f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'L7MHU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12166868',
 'listing': 'auction',
 'location': 'Uttoxeter, Staffs',
 'make': 'Kia',
 'model': 'Sportage',
 'odometer': 92900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 24,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4357717,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/o1hs3xkfv5772pmqjch8t3xxjwti',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3734272,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zrxkt0nbls2eirfzp5ikw3eef8ae',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3490546,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/aybf9jlowla6go2ine2tuhesjwxf',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3585101,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jssln9eq4coykuhj23blc9oei1nv',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2548123,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6oee6kvqfhgqxdsykndtjuui261p',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2008875,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/exkz8helzea3v372wt5ohtjtm18b',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2877647,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7fx7gi4j9pjgvetbhehyz64yelsb',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2891443,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/y4ra7e49i5obv5zaqwl74fa7dwo9',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2745297,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qc4741ss705c82k2u7ovyvvwagkt',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fb5007c2-1904-5356-a09b-6f111018014f/fb5007c2-1904-5356-a09b-6f111018014f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3343477,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yktrewespr1qbu2tx823hu2ioyno',
             'Width': 4032}],
 'price': 9150.0,
 'price_includes_vat': True,
 'registration_date': '2019-01-16',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Kia Sportage 2.0 CRDi 48V ISG GT-Line S 5dr DCT Auto [AWD]',
 'transmission': 'automatic',
 'trim': '2.0 CRDi 48V ISG GT-Line S 5dr DCT Auto [AWD]',
 'vin': 'U5YPK813SKL622377',
 'year': 2019}
2026-03-13 08:25:52 [carwow.gb] INFO: Saving data for 12166868: {'created_time': 1773390352.945122, 'last_price_update_time': 1773390352.945139, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bioue3tnn624bs4eag54h3jpicr9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2dd950>
2026-03-13 08:25:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:53 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bioue3tnn624bs4eag54h3jpicr9 saved to cache
2026-03-13 08:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e
2026-03-13 08:25:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b558ddd8-3a31-5c5d-b280-f2b451fa1a9e, skipping ID generation
2026-03-13 08:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e with scrape type 1
2026-03-13 08:25:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b558ddd8-3a31-5c5d-b280-f2b451fa1a9e sending to next pipeline
2026-03-13 08:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: b558ddd8-3a31-5c5d-b280-f2b451fa1a9e, identifier: 12205938
2026-03-13 08:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: b558ddd8-3a31-5c5d-b280-f2b451fa1a9e with identifier: 12205938
2026-03-13 08:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: b558ddd8-3a31-5c5d-b280-f2b451fa1a9e with identifier: 12205938
2026-03-13 08:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: b558ddd8-3a31-5c5d-b280-f2b451fa1a9e with identifier: 12205938 to the API
2026-03-13 08:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:53 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/bioue3tnn624bs4eag54h3jpicr9>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.2 litres',
 'engine_horse_power': 150,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'b558ddd8-3a31-5c5d-b280-f2b451fa1a9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BN61XWU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12205938',
 'listing': 'auction',
 'location': 'Marlow, Bucks',
 'make': 'Lexus',
 'model': 'IS DIESEL SALOON',
 'odometer': 154236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8825902,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bioue3tnn624bs4eag54h3jpicr9',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8726008,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jz3ixci5ydwf9forlcst2mn2s5lr',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8726008,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mj52roz4aqnkbk49kbr118ayj9sr',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8825902,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0pisl5ghuf75mibam9nm9tyrsuaq',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4839692,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7rsfoxym2zbl62ybwdkp0d746msr',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3103335,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kix7sfqg66v0o06pdh3ytv83egod',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8605773,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ts4rllhimnr5tpipoilis13sztoa',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b558ddd8-3a31-5c5d-b280-f2b451fa1a9e/b558ddd8-3a31-5c5d-b280-f2b451fa1a9e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6984239,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4q6y9nfqxnpkglf9cnkxki77m2qs',
             'Width': 4284}],
 'price': 500.0,
 'price_includes_vat': True,
 'registration_date': '2011-10-05',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Lexus IS DIESEL SALOON 200d Advance 4dr',
 'transmission': 'manual',
 'trim': '200d Advance 4dr',
 'vin': 'JTHBX262002040977',
 'year': 2011}
2026-03-13 08:25:53 [carwow.gb] INFO: Saving data for 12205938: {'created_time': 1773390353.922075, 'last_price_update_time': 1773390353.922088, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12232677> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12234637> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240355> (referer: https://dealers.carwow.co.uk/dealers/listings/12240355)
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233429> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12168893> (referer: https://dealers.carwow.co.uk/dealers/listings/12168893)
2026-03-13 08:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233663> (referer: https://dealers.carwow.co.uk/dealers/listings/12233663)
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240201> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:54 [carwow.gb] INFO: Provenance enriched listing 12240355: vin=WAUZZZ8E64A130024, engine=1.8 litres, hp=190, doors=4, seats=5
2026-03-13 08:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d70783a2-2256-542e-8180-d384b39a7555 with identifier: 12240355
2026-03-13 08:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d70783a2-2256-542e-8180-d384b39a7555 with scrape type 1
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4eqek1bwjeeffz6qr6trd928vi9n not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a2pzh62d8nfz3m346aqqzgojlsa not downloaded yet
2026-03-13 08:25:54 [carwow.gb] INFO: Provenance enriched listing 12168893: vin=YV1XKEDV6P2030852, engine=None, hp=408, doors=5, seats=5
2026-03-13 08:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e011df41-2e6a-51d0-9f76-8973a4eda688 with identifier: 12168893
2026-03-13 08:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e011df41-2e6a-51d0-9f76-8973a4eda688 with scrape type 1
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7xxj3ny5d4cmb42tvcpqeckbqyt0 not downloaded yet
2026-03-13 08:25:54 [carwow.gb] INFO: Provenance enriched listing 12233663: vin=JN1TANZ50U0001630, engine=3.5 litres, hp=234, doors=5, seats=5
2026-03-13 08:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c0eb4c-3012-53b5-8001-4cead331ac22 with identifier: 12233663
2026-03-13 08:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c0eb4c-3012-53b5-8001-4cead331ac22 with scrape type 1
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6hr5fkax4yh0xgtyuu4o2vyonnri not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2wbtlz4qgerid6iayi9nruzocj30 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kzbe1jztlazfa1lpc5zfz8lvqh6c not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gex4uk04mp71t7awgzxr9lfoyfa3 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/135owo3qtzm7vm6ilqvmtctp3yn5 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9qvomn883u15vzot33797mzs2pp7 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yyzkfjzp9vnvwm7ftujhkii0x8a2 not downloaded yet
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rzrg7jp38gcxzomdcucgna98cr73> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t2mokfhtgqop3aaprui8f2hgxqew not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rbomm9psars1ax64o2n1nwso1u2q not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l2kouchz2n5wo491g63y8mg2apsr not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/enrk30y92xfyegywrsva2jc7mt9x not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ndtljbnf8kvwijfp4kwcealtxj30 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8oxgwj40a88vt2ef6cw520kfsakm not downloaded yet
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12230776> (referer: https://dealers.carwow.co.uk/dealers/listings/12230776)
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uobj7e1q90cxsaq0a3rkfty5fq6y not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p6m3b37wkr2suj0xl3y7hg2dq2cm not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wkobg7joqmak1bh0n2bohhl9lwun not downloaded yet
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12202891> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12243843> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wptyp1n9ajmwhhbnf0eb6je5usrb not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o4mjb799q32hhmn50dascukqjen5 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vh5ktr9i6rdtmlm8y6t20hrftyhn not downloaded yet
2026-03-13 08:25:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d317610>
2026-03-13 08:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:54 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rzrg7jp38gcxzomdcucgna98cr73 saved to cache
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fl0zlt0jpyyiyx0zsgfu2mo9g3n6 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/44up1bup24itr4v93vwcybqzppfd not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yj87jirdaardmyevdk5qhqu76zkl not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y9390cadz89jti4zvhtehplup64l not downloaded yet
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12153121> (referer: https://dealers.carwow.co.uk/dealers/listings/12153121)
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/excnfgyb7m7harp48trxh9kyf2t0 not downloaded yet
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vdq2dn5hd9hboxo3erowhrjr02v0 not downloaded yet
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/135owo3qtzm7vm6ilqvmtctp3yn5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:54 [carwow.gb] INFO: Provenance enriched listing 12230776: vin=VSKCTND23U0062208, engine=2.3 litres, hp=190, doors=4, seats=5
2026-03-13 08:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c48e57a-797c-5888-a8fd-8922ec9a49c1 with identifier: 12230776
2026-03-13 08:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1 with scrape type 1
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7qg2wxqqjfzzbnr63esfgjhu2lhi not downloaded yet
2026-03-13 08:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12241709> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=25)
2026-03-13 08:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gxh4g8lsz6gjh20ijw6qp9h5q1k7 not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/janjw3fukm2fxwkhfb7lu2re03ev not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/te7i0qay2dnetbmcylatvp0mwoep not downloaded yet
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8oxgwj40a88vt2ef6cw520kfsakm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yubb1euiwi1yhfebl9nat17ub0mc not downloaded yet
2026-03-13 08:25:55 [carwow.gb] INFO: Provenance enriched listing 12153121: vin=KNEMB754276123770, engine=2.9 litres, hp=185, doors=5, seats=7
2026-03-13 08:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aae99861-2989-5851-a16f-337b9019473f with identifier: 12153121
2026-03-13 08:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aae99861-2989-5851-a16f-337b9019473f with scrape type 1
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jjr6joepgzcqg3kz8r881n0sllmh not downloaded yet
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1aa410>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/135owo3qtzm7vm6ilqvmtctp3yn5 saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ndtljbnf8kvwijfp4kwcealtxj30> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q84b974qwvpvzi3xo5ij4z37lxrz not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hv52513p45qvrf33ials34acny48 not downloaded yet
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d528750>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8oxgwj40a88vt2ef6cw520kfsakm saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uobj7e1q90cxsaq0a3rkfty5fq6y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/47lwthq9lls176kbo966m0bytxlm not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9clibhb7r7s1z6suibs9n288sht0 not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0aruftu0b49uygsdd45246ny9exx not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p1h3llx7rk7rw3e2r3jb3a8h18g4 not downloaded yet
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vdq2dn5hd9hboxo3erowhrjr02v0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/znhxoe13ux8iiim5hrrz89a5pbqw not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fp5kajpxneywg8yqcloblabxf98y not downloaded yet
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42d750>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ndtljbnf8kvwijfp4kwcealtxj30 saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y9390cadz89jti4zvhtehplup64l> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yj87jirdaardmyevdk5qhqu76zkl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gflurh573pvwu8ufkivgtwiis2y9 not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zv3556u0w3fta9tamnyzpnhdvp8z not downloaded yet
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c78d4d0>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uobj7e1q90cxsaq0a3rkfty5fq6y saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/te7i0qay2dnetbmcylatvp0mwoep> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a2u0667rlub15tpeahaurhryfust not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2m2wch0tjcelu8ffwqa8bvj42x4i not downloaded yet
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5c2950>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vdq2dn5hd9hboxo3erowhrjr02v0 saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/janjw3fukm2fxwkhfb7lu2re03ev> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w9rwsfpi4vuhftyzqchxw5bgqm1c not downloaded yet
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d83kyrew7lhoju6e8gg6yyja4t7r not downloaded yet
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d216690>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y9390cadz89jti4zvhtehplup64l saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a4e90>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yj87jirdaardmyevdk5qhqu76zkl saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bqihe64d9anckt89kjy8ptgqtq0n not downloaded yet
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0aruftu0b49uygsdd45246ny9exx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2587e2op8m7hfm6z7njzaljryy3r not downloaded yet
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c74a150>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/te7i0qay2dnetbmcylatvp0mwoep saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d425e90>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/janjw3fukm2fxwkhfb7lu2re03ev saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:25:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8cee50>
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:55 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0aruftu0b49uygsdd45246ny9exx saved to cache
2026-03-13 08:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o717sage47o9w3ozlrksihokqk62> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12241709> (referer: https://dealers.carwow.co.uk/dealers/listings/12241709)
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6095d0>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o717sage47o9w3ozlrksihokqk62 saved to cache
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:25:56 [carwow.gb] INFO: Provenance enriched listing 12241709: vin=WF0KXXWPCKFJ72244, engine=2.0 litres, hp=210, doors=5, seats=7
2026-03-13 08:25:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 033d9732-6444-586f-884c-2bb6f0297aff with identifier: 12241709
2026-03-13 08:25:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 033d9732-6444-586f-884c-2bb6f0297aff with scrape type 1
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cavxfdo5nnk738drmcazcob7u4jv not downloaded yet
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/297uab6nlnqjkctkw9unzk4g2snv not downloaded yet
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fp5kajpxneywg8yqcloblabxf98y> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uq4nvytxyek51hztmq7fz96j9n7o not downloaded yet
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/28f8edog3m33vmmq5b2q05dfg4cz not downloaded yet
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/77q6xca76sdlskfgjely7kiskopr not downloaded yet
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/liziprqp8u7txf2e7d0ebot19k26 not downloaded yet
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/on7vxv6y5jbkgplzdmoaq0lixf78 not downloaded yet
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nopjdexcapo2od883yt764x7q4uv not downloaded yet
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b18d0>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fp5kajpxneywg8yqcloblabxf98y saved to cache
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9ojsfnkb6bqj8gntcythe6c0ggsk not downloaded yet
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l3d32tdlninpq84ovja4r4auuknb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oz1d34sm7bi69tkc0v2urnhopb8o not downloaded yet
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2m2wch0tjcelu8ffwqa8bvj42x4i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/297uab6nlnqjkctkw9unzk4g2snv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66edd0>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l3d32tdlninpq84ovja4r4auuknb saved to cache
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7b4b90>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2m2wch0tjcelu8ffwqa8bvj42x4i saved to cache
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:56 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6f73d0>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/297uab6nlnqjkctkw9unzk4g2snv saved to cache
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bqihe64d9anckt89kjy8ptgqtq0n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zv3556u0w3fta9tamnyzpnhdvp8z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p1h3llx7rk7rw3e2r3jb3a8h18g4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66ef50>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bqihe64d9anckt89kjy8ptgqtq0n saved to cache
2026-03-13 08:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d639610>
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:56 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zv3556u0w3fta9tamnyzpnhdvp8z saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf3ecd0>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p1h3llx7rk7rw3e2r3jb3a8h18g4 saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2587e2op8m7hfm6z7njzaljryy3r> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9ojsfnkb6bqj8gntcythe6c0ggsk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/on7vxv6y5jbkgplzdmoaq0lixf78> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d83kyrew7lhoju6e8gg6yyja4t7r> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nopjdexcapo2od883yt764x7q4uv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oz1d34sm7bi69tkc0v2urnhopb8o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c2810>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2587e2op8m7hfm6z7njzaljryy3r saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d021550>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9ojsfnkb6bqj8gntcythe6c0ggsk saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48ff50>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/on7vxv6y5jbkgplzdmoaq0lixf78 saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce27150>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d83kyrew7lhoju6e8gg6yyja4t7r saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3dead0>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nopjdexcapo2od883yt764x7q4uv saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce278d0>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oz1d34sm7bi69tkc0v2urnhopb8o saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/liziprqp8u7txf2e7d0ebot19k26> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/77q6xca76sdlskfgjely7kiskopr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/28f8edog3m33vmmq5b2q05dfg4cz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cavxfdo5nnk738drmcazcob7u4jv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uq4nvytxyek51hztmq7fz96j9n7o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a4d50>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/liziprqp8u7txf2e7d0ebot19k26 saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb8ad0>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/77q6xca76sdlskfgjely7kiskopr saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c880c50>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/28f8edog3m33vmmq5b2q05dfg4cz saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c84ff50>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cavxfdo5nnk738drmcazcob7u4jv saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d46f190>
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:57 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uq4nvytxyek51hztmq7fz96j9n7o saved to cache
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 033d9732-6444-586f-884c-2bb6f0297aff
2026-03-13 08:25:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 033d9732-6444-586f-884c-2bb6f0297aff, skipping ID generation
2026-03-13 08:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 033d9732-6444-586f-884c-2bb6f0297aff with scrape type 1
2026-03-13 08:25:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 033d9732-6444-586f-884c-2bb6f0297aff sending to next pipeline
2026-03-13 08:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 033d9732-6444-586f-884c-2bb6f0297aff, identifier: 12241709
2026-03-13 08:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 033d9732-6444-586f-884c-2bb6f0297aff with identifier: 12241709
2026-03-13 08:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 033d9732-6444-586f-884c-2bb6f0297aff with identifier: 12241709
2026-03-13 08:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 033d9732-6444-586f-884c-2bb6f0297aff with identifier: 12241709 to the API
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/uq4nvytxyek51hztmq7fz96j9n7o>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 210,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '033d9732-6444-586f-884c-2bb6f0297aff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'AK65DKV',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12241709',
 'listing': 'auction',
 'location': 'Chester, Cheshire',
 'make': 'Ford',
 'model': 'Galaxy',
 'odometer': 159610,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 25,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 394805,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cavxfdo5nnk738drmcazcob7u4jv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 409016,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/297uab6nlnqjkctkw9unzk4g2snv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 402208,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uq4nvytxyek51hztmq7fz96j9n7o',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 377211,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/28f8edog3m33vmmq5b2q05dfg4cz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 307496,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/77q6xca76sdlskfgjely7kiskopr',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 217779,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/liziprqp8u7txf2e7d0ebot19k26',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 339378,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/on7vxv6y5jbkgplzdmoaq0lixf78',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 396276,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nopjdexcapo2od883yt764x7q4uv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 256953,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9ojsfnkb6bqj8gntcythe6c0ggsk',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_033d9732-6444-586f-884c-2bb6f0297aff/033d9732-6444-586f-884c-2bb6f0297aff_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 274569,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oz1d34sm7bi69tkc0v2urnhopb8o',
             'Width': 1280}],
 'price': 2783.0,
 'price_includes_vat': True,
 'registration_date': '2015-11-11',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Ford Galaxy 2.0 TDCi 210 Titanium X 5dr Powershift',
 'transmission': 'automatic',
 'trim': '2.0 TDCi 210 Titanium X 5dr Powershift',
 'vin': 'WF0KXXWPCKFJ72244',
 'year': 2015}
2026-03-13 08:25:58 [carwow.gb] INFO: Saving data for 12241709: {'created_time': 1773390358.663847, 'last_price_update_time': 1773390358.663861, 'auction_closing_time': 1773415800.0}
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/znhxoe13ux8iiim5hrrz89a5pbqw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/47lwthq9lls176kbo966m0bytxlm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gflurh573pvwu8ufkivgtwiis2y9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a2u0667rlub15tpeahaurhryfust> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w9rwsfpi4vuhftyzqchxw5bgqm1c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q84b974qwvpvzi3xo5ij4z37lxrz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hv52513p45qvrf33ials34acny48> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d524c90>
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/znhxoe13ux8iiim5hrrz89a5pbqw saved to cache
2026-03-13 08:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c876b10>
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/47lwthq9lls176kbo966m0bytxlm saved to cache
2026-03-13 08:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1cae10>
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:58 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gflurh573pvwu8ufkivgtwiis2y9 saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48e5d0>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a2u0667rlub15tpeahaurhryfust saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d023610>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w9rwsfpi4vuhftyzqchxw5bgqm1c saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1cb390>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q84b974qwvpvzi3xo5ij4z37lxrz saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf2d0d0>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hv52513p45qvrf33ials34acny48 saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/excnfgyb7m7harp48trxh9kyf2t0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yubb1euiwi1yhfebl9nat17ub0mc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7qg2wxqqjfzzbnr63esfgjhu2lhi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gxh4g8lsz6gjh20ijw6qp9h5q1k7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9clibhb7r7s1z6suibs9n288sht0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12202891> (referer: https://dealers.carwow.co.uk/dealers/listings/12202891)
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c11d0>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/excnfgyb7m7harp48trxh9kyf2t0 saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c7b3690>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yubb1euiwi1yhfebl9nat17ub0mc saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d6f10>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7qg2wxqqjfzzbnr63esfgjhu2lhi saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1
2026-03-13 08:25:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4c48e57a-797c-5888-a8fd-8922ec9a49c1, skipping ID generation
2026-03-13 08:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1 with scrape type 1
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4c48e57a-797c-5888-a8fd-8922ec9a49c1 sending to next pipeline
2026-03-13 08:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 4c48e57a-797c-5888-a8fd-8922ec9a49c1, identifier: 12230776
2026-03-13 08:25:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0a3110>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gxh4g8lsz6gjh20ijw6qp9h5q1k7 saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d490390>
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:25:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9clibhb7r7s1z6suibs9n288sht0 saved to cache
2026-03-13 08:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 4c48e57a-797c-5888-a8fd-8922ec9a49c1 with identifier: 12230776
2026-03-13 08:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 4c48e57a-797c-5888-a8fd-8922ec9a49c1 with identifier: 12230776
2026-03-13 08:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 4c48e57a-797c-5888-a8fd-8922ec9a49c1 with identifier: 12230776 to the API
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:25:59 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/7qg2wxqqjfzzbnr63esfgjhu2lhi>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.3 litres',
 'engine_horse_power': 190,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '4c48e57a-797c-5888-a8fd-8922ec9a49c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'VN17VGE',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12230776',
 'listing': 'auction',
 'location': 'Bellerby, North Yorkshire',
 'make': 'Nissan',
 'model': 'NAVARA',
 'odometer': 55000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 311484,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7qg2wxqqjfzzbnr63esfgjhu2lhi',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 323780,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/te7i0qay2dnetbmcylatvp0mwoep',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 301184,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yubb1euiwi1yhfebl9nat17ub0mc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 254461,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/q84b974qwvpvzi3xo5ij4z37lxrz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 198537,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/47lwthq9lls176kbo966m0bytxlm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 122258,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0aruftu0b49uygsdd45246ny9exx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 187065,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/znhxoe13ux8iiim5hrrz89a5pbqw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 239773,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gflurh573pvwu8ufkivgtwiis2y9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 230315,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a2u0667rlub15tpeahaurhryfust',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c48e57a-797c-5888-a8fd-8922ec9a49c1/4c48e57a-797c-5888-a8fd-8922ec9a49c1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 216110,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w9rwsfpi4vuhftyzqchxw5bgqm1c',
             'Width': 1280}],
 'price': 10000.0,
 'price_includes_vat': True,
 'registration_date': '2017-04-28',
 'seats_number': 5,
 'seller_name': None,
 'title': 'NISSAN NAVARA Double Cab Pick Up Tekna 2.3dCi 190 4WD',
 'transmission': 'manual',
 'trim': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD',
 'vin': 'VSKCTND23U0062208',
 'year': 2017}
2026-03-13 08:26:00 [carwow.gb] INFO: Saving data for 12230776: {'created_time': 1773390360.131433, 'last_price_update_time': 1773390360.131446, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12243843> (referer: https://dealers.carwow.co.uk/dealers/listings/12243843)
2026-03-13 08:26:00 [carwow.gb] INFO: Provenance enriched listing 12202891: vin=WMWZP32050T586076, engine=1.6 litres, hp=184, doors=2, seats=4
2026-03-13 08:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f7f2b59-7dce-55b8-9495-bf33fefd9511 with identifier: 12202891
2026-03-13 08:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511 with scrape type 1
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgqnofupnyewvetsbmsv8sozbmzp not downloaded yet
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wptyp1n9ajmwhhbnf0eb6je5usrb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o4mjb799q32hhmn50dascukqjen5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/44up1bup24itr4v93vwcybqzppfd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wkobg7joqmak1bh0n2bohhl9lwun> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fl0zlt0jpyyiyx0zsgfu2mo9g3n6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ltugn2k4rjy8als8g4dgmbd5ew7c not downloaded yet
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vh5ktr9i6rdtmlm8y6t20hrftyhn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g8cvdk33gajcmya4hj57eamlceaq not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/54611r4eonif7htppfoqnnfspflg not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1yoa2dhrg7gh56d2aartj1fbj693 not downloaded yet
2026-03-13 08:26:00 [carwow.gb] INFO: Provenance enriched listing 12243843: vin=WF0EXXTTRBPU12396, engine=None, hp=184, doors=4, seats=3
2026-03-13 08:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c03811b-c24b-5ab2-97b7-eedf507c0704 with identifier: 12243843
2026-03-13 08:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c03811b-c24b-5ab2-97b7-eedf507c0704 with scrape type 1
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hj9jqej0ev20kpq9mflxglkl24nn not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xayk43non5cb8upa4byd51zgpvie not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4k4zuvwe5lsyiw45fbabu805387f not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9hstlfvi47pv4u1ahtiw107c3lpw not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8xx5496f152xkp4exkzns0nyss5j not downloaded yet
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5d5910>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wptyp1n9ajmwhhbnf0eb6je5usrb saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1de890>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o4mjb799q32hhmn50dascukqjen5 saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1672d0>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/44up1bup24itr4v93vwcybqzppfd saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6ff350>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wkobg7joqmak1bh0n2bohhl9lwun saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c86e190>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fl0zlt0jpyyiyx0zsgfu2mo9g3n6 saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c87c410>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vh5ktr9i6rdtmlm8y6t20hrftyhn saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5v9g3z8ji1s2hyp54qe0ycg7irtl not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e9ij7fytk7cg2o4o3o67bf48fjvm not downloaded yet
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t2mokfhtgqop3aaprui8f2hgxqew> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/enrk30y92xfyegywrsva2jc7mt9x> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p6m3b37wkr2suj0xl3y7hg2dq2cm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q2at4ifgwdx2d7csbm1amlwwlp56 not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dy3p960khitxqhi63uefjwwfdv6f not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d8i60b9qriuxof8ks4e41e1x74qa not downloaded yet
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yyzkfjzp9vnvwm7ftujhkii0x8a2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hrsoobxymagifs21cngo704i8orb not downloaded yet
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jjr6joepgzcqg3kz8r881n0sllmh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l2kouchz2n5wo491g63y8mg2apsr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xd9t79xe978ohnlneevr8shqs3ju not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/khcteixvflr6jnhfrnhwztq07lg7 not downloaded yet
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tieb3iyadzc27abf753xemky678b not downloaded yet
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c856c10>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t2mokfhtgqop3aaprui8f2hgxqew saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d710a50>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/enrk30y92xfyegywrsva2jc7mt9x saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42c410>
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:00 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p6m3b37wkr2suj0xl3y7hg2dq2cm saved to cache
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fz2u4pofyzt3uaccrk7k9kzf9qwx not downloaded yet
2026-03-13 08:26:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d710c10>
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yyzkfjzp9vnvwm7ftujhkii0x8a2 saved to cache
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfdb090>
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jjr6joepgzcqg3kz8r881n0sllmh saved to cache
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aae99861-2989-5851-a16f-337b9019473f
2026-03-13 08:26:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aae99861-2989-5851-a16f-337b9019473f, skipping ID generation
2026-03-13 08:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aae99861-2989-5851-a16f-337b9019473f with scrape type 1
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aae99861-2989-5851-a16f-337b9019473f sending to next pipeline
2026-03-13 08:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: aae99861-2989-5851-a16f-337b9019473f, identifier: 12153121
2026-03-13 08:26:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1dc1d0>
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l2kouchz2n5wo491g63y8mg2apsr saved to cache
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: aae99861-2989-5851-a16f-337b9019473f with identifier: 12153121
2026-03-13 08:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: aae99861-2989-5851-a16f-337b9019473f with identifier: 12153121
2026-03-13 08:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: aae99861-2989-5851-a16f-337b9019473f with identifier: 12153121 to the API
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/jjr6joepgzcqg3kz8r881n0sllmh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.9 litres',
 'engine_horse_power': 185,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'aae99861-2989-5851-a16f-337b9019473f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DK57ZFC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12153121',
 'listing': 'auction',
 'location': 'Northville, Bristol',
 'make': 'Kia',
 'model': 'SEDONA DIESEL ESTATE',
 'odometer': 112500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2200066,
             'Height': 4624,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jjr6joepgzcqg3kz8r881n0sllmh',
             'Width': 3468},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2290948,
             'Height': 4624,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hv52513p45qvrf33ials34acny48',
             'Width': 3468},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1979846,
             'Height': 4624,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9clibhb7r7s1z6suibs9n288sht0',
             'Width': 3468},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2169848,
             'Height': 4624,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p1h3llx7rk7rw3e2r3jb3a8h18g4',
             'Width': 3468},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1811755,
             'Height': 4624,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fp5kajpxneywg8yqcloblabxf98y',
             'Width': 3468},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1646856,
             'Height': 3468,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zv3556u0w3fta9tamnyzpnhdvp8z',
             'Width': 4624},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2263559,
             'Height': 3468,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2m2wch0tjcelu8ffwqa8bvj42x4i',
             'Width': 4624},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2380481,
             'Height': 3468,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d83kyrew7lhoju6e8gg6yyja4t7r',
             'Width': 4624},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3397357,
             'Height': 3468,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bqihe64d9anckt89kjy8ptgqtq0n',
             'Width': 4624},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_aae99861-2989-5851-a16f-337b9019473f/aae99861-2989-5851-a16f-337b9019473f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2206705,
             'Height': 3468,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2587e2op8m7hfm6z7njzaljryy3r',
             'Width': 4624}],
 'price': 500.0,
 'price_includes_vat': True,
 'registration_date': '2007-09-16',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Kia SEDONA DIESEL ESTATE 2.9 CRDi LS 5dr',
 'transmission': 'manual',
 'trim': '2.9 CRDi LS 5dr',
 'vin': 'KNEMB754276123770',
 'year': 2007}
2026-03-13 08:26:01 [carwow.gb] INFO: Saving data for 12153121: {'created_time': 1773390361.665453, 'last_price_update_time': 1773390361.665463, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lgqnofupnyewvetsbmsv8sozbmzp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d498cd0>
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:01 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgqnofupnyewvetsbmsv8sozbmzp saved to cache
2026-03-13 08:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d8i60b9qriuxof8ks4e41e1x74qa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5v9g3z8ji1s2hyp54qe0ycg7irtl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66c690>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d8i60b9qriuxof8ks4e41e1x74qa saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9hstlfvi47pv4u1ahtiw107c3lpw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q2at4ifgwdx2d7csbm1amlwwlp56> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3bb850>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5v9g3z8ji1s2hyp54qe0ycg7irtl saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rbomm9psars1ax64o2n1nwso1u2q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66d990>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9hstlfvi47pv4u1ahtiw107c3lpw saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c892810>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q2at4ifgwdx2d7csbm1amlwwlp56 saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f5f1e90>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rbomm9psars1ax64o2n1nwso1u2q saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8xx5496f152xkp4exkzns0nyss5j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fz2u4pofyzt3uaccrk7k9kzf9qwx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dy3p960khitxqhi63uefjwwfdv6f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b82d0>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8xx5496f152xkp4exkzns0nyss5j saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c731610>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fz2u4pofyzt3uaccrk7k9kzf9qwx saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xd9t79xe978ohnlneevr8shqs3ju> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d499a90>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dy3p960khitxqhi63uefjwwfdv6f saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5e990>
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:02 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xd9t79xe978ohnlneevr8shqs3ju saved to cache
2026-03-13 08:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/khcteixvflr6jnhfrnhwztq07lg7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d341690>
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/khcteixvflr6jnhfrnhwztq07lg7 saved to cache
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xayk43non5cb8upa4byd51zgpvie> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c2410>
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xayk43non5cb8upa4byd51zgpvie saved to cache
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tieb3iyadzc27abf753xemky678b> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4k4zuvwe5lsyiw45fbabu805387f> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b8210>
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tieb3iyadzc27abf753xemky678b saved to cache
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hrsoobxymagifs21cngo704i8orb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5db50>
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4k4zuvwe5lsyiw45fbabu805387f saved to cache
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e9ij7fytk7cg2o4o3o67bf48fjvm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d49aad0>
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hrsoobxymagifs21cngo704i8orb saved to cache
2026-03-13 08:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48f110>
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:03 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e9ij7fytk7cg2o4o3o67bf48fjvm saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ltugn2k4rjy8als8g4dgmbd5ew7c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/54611r4eonif7htppfoqnnfspflg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66fa50>
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ltugn2k4rjy8als8g4dgmbd5ew7c saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gex4uk04mp71t7awgzxr9lfoyfa3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1yoa2dhrg7gh56d2aartj1fbj693> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c87f650>
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/54611r4eonif7htppfoqnnfspflg saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d499d50>
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gex4uk04mp71t7awgzxr9lfoyfa3 saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2wbtlz4qgerid6iayi9nruzocj30> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48fe90>
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1yoa2dhrg7gh56d2aartj1fbj693 saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0f8350>
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2wbtlz4qgerid6iayi9nruzocj30 saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6hr5fkax4yh0xgtyuu4o2vyonnri> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hj9jqej0ev20kpq9mflxglkl24nn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5212d0>
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:04 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6hr5fkax4yh0xgtyuu4o2vyonnri saved to cache
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 63c0eb4c-3012-53b5-8001-4cead331ac22
2026-03-13 08:26:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63c0eb4c-3012-53b5-8001-4cead331ac22, skipping ID generation
2026-03-13 08:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c0eb4c-3012-53b5-8001-4cead331ac22 with scrape type 1
2026-03-13 08:26:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63c0eb4c-3012-53b5-8001-4cead331ac22 sending to next pipeline
2026-03-13 08:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 63c0eb4c-3012-53b5-8001-4cead331ac22, identifier: 12233663
2026-03-13 08:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 63c0eb4c-3012-53b5-8001-4cead331ac22 with identifier: 12233663
2026-03-13 08:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 63c0eb4c-3012-53b5-8001-4cead331ac22 with identifier: 12233663
2026-03-13 08:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 63c0eb4c-3012-53b5-8001-4cead331ac22 with identifier: 12233663 to the API
2026-03-13 08:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:05 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/6hr5fkax4yh0xgtyuu4o2vyonnri>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.5 litres',
 'engine_horse_power': 234,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '63c0eb4c-3012-53b5-8001-4cead331ac22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'KG05YEE',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233663',
 'listing': 'auction',
 'location': 'Rugby, Warks',
 'make': 'Nissan',
 'model': 'MURANO ESTATE',
 'odometer': 145000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 322733,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6hr5fkax4yh0xgtyuu4o2vyonnri',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 311664,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gex4uk04mp71t7awgzxr9lfoyfa3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 324653,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yyzkfjzp9vnvwm7ftujhkii0x8a2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 330171,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l2kouchz2n5wo491g63y8mg2apsr',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 227051,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8oxgwj40a88vt2ef6cw520kfsakm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 177649,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wkobg7joqmak1bh0n2bohhl9lwun',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 291446,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vh5ktr9i6rdtmlm8y6t20hrftyhn',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 288108,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yj87jirdaardmyevdk5qhqu76zkl',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 214406,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vdq2dn5hd9hboxo3erowhrjr02v0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_63c0eb4c-3012-53b5-8001-4cead331ac22/63c0eb4c-3012-53b5-8001-4cead331ac22_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 269092,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/janjw3fukm2fxwkhfb7lu2re03ev',
             'Width': 1280}],
 'price': 600.0,
 'price_includes_vat': True,
 'registration_date': '2005-03-19',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Nissan MURANO ESTATE 3.5 V6 5dr CVT',
 'transmission': 'automatic',
 'trim': '3.5 V6 5dr CVT',
 'vin': 'JN1TANZ50U0001630',
 'year': 2005}
2026-03-13 08:26:05 [carwow.gb] INFO: Saving data for 12233663: {'created_time': 1773390365.394024, 'last_price_update_time': 1773390365.394034, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240201> (referer: https://dealers.carwow.co.uk/dealers/listings/12240201)
2026-03-13 08:26:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5ea50>
2026-03-13 08:26:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:05 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hj9jqej0ev20kpq9mflxglkl24nn saved to cache
2026-03-13 08:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9c03811b-c24b-5ab2-97b7-eedf507c0704
2026-03-13 08:26:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c03811b-c24b-5ab2-97b7-eedf507c0704, skipping ID generation
2026-03-13 08:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c03811b-c24b-5ab2-97b7-eedf507c0704 with scrape type 1
2026-03-13 08:26:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c03811b-c24b-5ab2-97b7-eedf507c0704 sending to next pipeline
2026-03-13 08:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 9c03811b-c24b-5ab2-97b7-eedf507c0704, identifier: 12243843
2026-03-13 08:26:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8a2pzh62d8nfz3m346aqqzgojlsa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 9c03811b-c24b-5ab2-97b7-eedf507c0704 with identifier: 12243843
2026-03-13 08:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 9c03811b-c24b-5ab2-97b7-eedf507c0704 with identifier: 12243843
2026-03-13 08:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 9c03811b-c24b-5ab2-97b7-eedf507c0704 with identifier: 12243843 to the API
2026-03-13 08:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:05 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/hj9jqej0ev20kpq9mflxglkl24nn>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '9c03811b-c24b-5ab2-97b7-eedf507c0704',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'RA24WTF',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12243843',
 'listing': 'auction',
 'location': 'Carnaby, East Riding of Yorkshire',
 'make': 'Ford',
 'model': 'TRANSIT',
 'odometer': 14977,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4995076,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hj9jqej0ev20kpq9mflxglkl24nn',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4511123,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4k4zuvwe5lsyiw45fbabu805387f',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3902235,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8xx5496f152xkp4exkzns0nyss5j',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4054353,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e9ij7fytk7cg2o4o3o67bf48fjvm',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5720114,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dy3p960khitxqhi63uefjwwfdv6f',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2987461,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hrsoobxymagifs21cngo704i8orb',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 210069,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xd9t79xe978ohnlneevr8shqs3ju',
             'Width': 900},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3406407,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/khcteixvflr6jnhfrnhwztq07lg7',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4336015,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tieb3iyadzc27abf753xemky678b',
             'Width': 5712},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c03811b-c24b-5ab2-97b7-eedf507c0704/9c03811b-c24b-5ab2-97b7-eedf507c0704_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3915689,
             'Height': 4284,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fz2u4pofyzt3uaccrk7k9kzf9qwx',
             'Width': 5712}],
 'price': 16750.0,
 'price_includes_vat': True,
 'registration_date': '2024-07-30',
 'seats_number': 3,
 'seller_name': None,
 'title': 'FORD TRANSIT 135kW 68kWh H2 Trend Van Auto',
 'transmission': 'automatic',
 'trim': '135kW 68kWh H2 Trend Van Auto',
 'vin': 'WF0EXXTTRBPU12396',
 'year': 2024}
2026-03-13 08:26:06 [carwow.gb] INFO: Saving data for 12243843: {'created_time': 1773390366.001333, 'last_price_update_time': 1773390366.001346, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12233429> (referer: https://dealers.carwow.co.uk/dealers/listings/12233429)
2026-03-13 08:26:06 [carwow.gb] INFO: Provenance enriched listing 12240201: vin=WVWZZZ6RZBU090938, engine=1.2 litres, hp=75, doors=5, seats=5
2026-03-13 08:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1339604-63f3-59cf-9d53-f9307e97c1b3 with identifier: 12240201
2026-03-13 08:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1339604-63f3-59cf-9d53-f9307e97c1b3 with scrape type 1
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cjokx7gfzockh512qyjcgbg0k510 not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wgkmeh6xn8b2ox3ee01mxraebphx not downloaded yet
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf4fcd0>
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8a2pzh62d8nfz3m346aqqzgojlsa saved to cache
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bihnr6yqnc10c1cpp8tuya8smjmn not downloaded yet
2026-03-13 08:26:06 [carwow.gb] INFO: Provenance enriched listing 12233429: vin=WV1ZZZ7HZ5H070885, engine=Unknown, hp=None, doors=None, seats=None
2026-03-13 08:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7b3a2a3-9ef7-5e70-b288-f727e1150042 with identifier: 12233429
2026-03-13 08:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7b3a2a3-9ef7-5e70-b288-f727e1150042 with scrape type 1
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/udj72i2he6t62hcf4gilnc1ygtun not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4qgjn32tpqj6dwtqvv753tdwvvm9 not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4jvsziruzqbave7zmk3yl7deuzvh not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5gz5v5gcmq27dc0ji3ud6wroejfa not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uwu2g8yehdtolrnsmgvmlikn6sz9 not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7p7iclky7peyvd1x2rqb5puttmoc not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v3x8z5tk9q8vl4kka27nhxjtcipb not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0dchod1nqf01r0a87cvyv6npg16u not downloaded yet
2026-03-13 08:26:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g8cvdk33gajcmya4hj57eamlceaq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j5u9jeqvh4uinalqtzsd3yfm6j5a not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ha9yxk5kwl6x8ts1dnli4cof6v72 not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xgydafro209hjkt2ydxsnv6rfr2r not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dft5w6jg3ozg162ae3u808bqa64r not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eu4nuvihea6jrwtejhnzkshv08zy not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rvw4sfs6mpyaw76ka3lh3pogivwi not downloaded yet
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rx4j6b7zed42mpq23jea0ji88qhs not downloaded yet
2026-03-13 08:26:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4eqek1bwjeeffz6qr6trd928vi9n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7p685x551avth7jchw61blqpxzf2 not downloaded yet
2026-03-13 08:26:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cjokx7gfzockh512qyjcgbg0k510> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ef68ed0>
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:06 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g8cvdk33gajcmya4hj57eamlceaq saved to cache
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511
2026-03-13 08:26:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f7f2b59-7dce-55b8-9495-bf33fefd9511, skipping ID generation
2026-03-13 08:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511 with scrape type 1
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f7f2b59-7dce-55b8-9495-bf33fefd9511 sending to next pipeline
2026-03-13 08:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 4f7f2b59-7dce-55b8-9495-bf33fefd9511, identifier: 12202891
2026-03-13 08:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nla2xphb4ivqxrvazfi234iyftro not downloaded yet
2026-03-13 08:26:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 4f7f2b59-7dce-55b8-9495-bf33fefd9511 with identifier: 12202891
2026-03-13 08:26:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 4f7f2b59-7dce-55b8-9495-bf33fefd9511 with identifier: 12202891
2026-03-13 08:26:06 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 4f7f2b59-7dce-55b8-9495-bf33fefd9511 with identifier: 12202891 to the API
2026-03-13 08:26:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/g8cvdk33gajcmya4hj57eamlceaq>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '1.6 litres',
 'engine_horse_power': 184,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '4f7f2b59-7dce-55b8-9495-bf33fefd9511',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'EY62LZE',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12202891',
 'listing': 'auction',
 'location': 'SE28, London',
 'make': 'Mini',
 'model': 'Convertible',
 'odometer': 109000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 19,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3333739,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lgqnofupnyewvetsbmsv8sozbmzp',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 332102,
             'Height': 796,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ltugn2k4rjy8als8g4dgmbd5ew7c',
             'Width': 1169},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4154100,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g8cvdk33gajcmya4hj57eamlceaq',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3859595,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/54611r4eonif7htppfoqnnfspflg',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3684744,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1yoa2dhrg7gh56d2aartj1fbj693',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 483977,
             'Height': 1434,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xayk43non5cb8upa4byd51zgpvie',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2530231,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9hstlfvi47pv4u1ahtiw107c3lpw',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3139000,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5v9g3z8ji1s2hyp54qe0ycg7irtl',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2740411,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/q2at4ifgwdx2d7csbm1amlwwlp56',
             'Width': 3213},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4f7f2b59-7dce-55b8-9495-bf33fefd9511/4f7f2b59-7dce-55b8-9495-bf33fefd9511_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1926332,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d8i60b9qriuxof8ks4e41e1x74qa',
             'Width': 3213}],
 'price': 1410.0,
 'price_includes_vat': True,
 'registration_date': '2012-09-01',
 'seats_number': 4,
 'seller_name': None,
 'title': 'MINI Convertible 1.6 Cooper S 2dr',
 'transmission': 'manual',
 'trim': '1.6 Cooper S 2dr',
 'vin': 'WMWZP32050T586076',
 'year': 2012}
2026-03-13 08:26:07 [carwow.gb] INFO: Saving data for 12202891: {'created_time': 1773390367.276265, 'last_price_update_time': 1773390367.276275, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12232677> (referer: https://dealers.carwow.co.uk/dealers/listings/12232677)
2026-03-13 08:26:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234637> (referer: https://dealers.carwow.co.uk/dealers/listings/12234637)
2026-03-13 08:26:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0dchod1nqf01r0a87cvyv6npg16u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76f050>
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4eqek1bwjeeffz6qr6trd928vi9n saved to cache
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d70783a2-2256-542e-8180-d384b39a7555
2026-03-13 08:26:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d70783a2-2256-542e-8180-d384b39a7555, skipping ID generation
2026-03-13 08:26:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d70783a2-2256-542e-8180-d384b39a7555 with scrape type 1
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d70783a2-2256-542e-8180-d384b39a7555 sending to next pipeline
2026-03-13 08:26:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: d70783a2-2256-542e-8180-d384b39a7555, identifier: 12240355
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d116d50>
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cjokx7gfzockh512qyjcgbg0k510 saved to cache
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: d70783a2-2256-542e-8180-d384b39a7555 with identifier: 12240355
2026-03-13 08:26:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: d70783a2-2256-542e-8180-d384b39a7555 with identifier: 12240355
2026-03-13 08:26:07 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: d70783a2-2256-542e-8180-d384b39a7555 with identifier: 12240355 to the API
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/4eqek1bwjeeffz6qr6trd928vi9n>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '1.8 litres',
 'engine_horse_power': 190,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'd70783a2-2256-542e-8180-d384b39a7555',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'PF53BDU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240355',
 'listing': 'auction',
 'location': 'Luton',
 'make': 'Audi',
 'model': 'A4 SALOON',
 'odometer': 105000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 211130,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4eqek1bwjeeffz6qr6trd928vi9n',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 207694,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8a2pzh62d8nfz3m346aqqzgojlsa',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 179013,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2wbtlz4qgerid6iayi9nruzocj30',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 199673,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/135owo3qtzm7vm6ilqvmtctp3yn5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 126228,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t2mokfhtgqop3aaprui8f2hgxqew',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89651,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/enrk30y92xfyegywrsva2jc7mt9x',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 137766,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uobj7e1q90cxsaq0a3rkfty5fq6y',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 184649,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wptyp1n9ajmwhhbnf0eb6je5usrb',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197172,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fl0zlt0jpyyiyx0zsgfu2mo9g3n6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d70783a2-2256-542e-8180-d384b39a7555/d70783a2-2256-542e-8180-d384b39a7555_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 194202,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/y9390cadz89jti4zvhtehplup64l',
             'Width': 1280}],
 'price': 2000.0,
 'price_includes_vat': True,
 'registration_date': '2003-11-12',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A4 SALOON 1.8T 190 Sport 4dr Multitronic',
 'transmission': 'automatic',
 'trim': '1.8T 190 Sport 4dr Multitronic',
 'vin': 'WAUZZZ8E64A130024',
 'year': 2003}
2026-03-13 08:26:07 [carwow.gb] INFO: Saving data for 12240355: {'created_time': 1773390367.845088, 'last_price_update_time': 1773390367.845097, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:07 [carwow.gb] INFO: Provenance enriched listing 12232677: vin=W0VF7D608KV645012, engine=1.6 litres, hp=125, doors=2, seats=3
2026-03-13 08:26:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33ac0b2-ec1b-567f-b144-0498670818f7 with identifier: 12232677
2026-03-13 08:26:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33ac0b2-ec1b-567f-b144-0498670818f7 with scrape type 1
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4cv3ujnozrk3icyc28lh6rreuyft not downloaded yet
2026-03-13 08:26:07 [carwow.gb] INFO: Provenance enriched listing 12234637: vin=SALLNABE16A808596, engine=2.0 litres, hp=112, doors=5, seats=5
2026-03-13 08:26:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c740b1c-e470-5c85-ab71-187cf50d8707 with identifier: 12234637
2026-03-13 08:26:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c740b1c-e470-5c85-ab71-187cf50d8707 with scrape type 1
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3irxoq5ge72ty5gp8e9tmvo7c65z not downloaded yet
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81f890>
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:07 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0dchod1nqf01r0a87cvyv6npg16u saved to cache
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rvw4sfs6mpyaw76ka3lh3pogivwi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d6izw8e8i8eds0pu6qksfjyvkjg6 not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w7xhzuukwefy0bm09u2u5rphyxmz not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/onqu9noubv6rsj739zvwp7dmldqe not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p5gezrtup44lgdkh4ngjga6prwzz not downloaded yet
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rx4j6b7zed42mpq23jea0ji88qhs> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i3i8xi0ylp8pe65oz4nfg46nn1n6 not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/on5y9w3uyhmg6jcxj7izk9p4m2t1 not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9o7ukh0wb9evez6d37bo07bcmul7 not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/48xk2x6plijuiu1l3ovwemhn69a5 not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/azbb3jcbg3ddzox3o1ggb1g50jd1 not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7qfsq9c3fe9br7i6pf90u2072wju not downloaded yet
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d582390>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rvw4sfs6mpyaw76ka3lh3pogivwi saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9qvomn883u15vzot33797mzs2pp7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lhjwx8do4itj7k22p2wl67j9f79u not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uh03j7wgqykjrwa1n2m82ioj1x19 not downloaded yet
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kzbe1jztlazfa1lpc5zfz8lvqh6c> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vz2wfw6wxizpe78afr3kg6uyzq1s not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y4mkywvfxlcpp7ajmhem8vtf7on2 not downloaded yet
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa6d50>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rx4j6b7zed42mpq23jea0ji88qhs saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3irxoq5ge72ty5gp8e9tmvo7c65z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tkwpnuawhy8769q4kun0nds8x7rn not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dwz1u8t5zgc8t6yhnzr07mq8knfv not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/om3dlkhlibv27cogjk0ftoj5ms2j not downloaded yet
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cj8tz874kmfhhbuz3orkr31ir463 not downloaded yet
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p5gezrtup44lgdkh4ngjga6prwzz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d710dd0>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9qvomn883u15vzot33797mzs2pp7 saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48d6d0>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kzbe1jztlazfa1lpc5zfz8lvqh6c saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f269090>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3irxoq5ge72ty5gp8e9tmvo7c65z saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7xxj3ny5d4cmb42tvcpqeckbqyt0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7qfsq9c3fe9br7i6pf90u2072wju> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76c590>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p5gezrtup44lgdkh4ngjga6prwzz saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b4690>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7xxj3ny5d4cmb42tvcpqeckbqyt0 saved to cache
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e011df41-2e6a-51d0-9f76-8973a4eda688
2026-03-13 08:26:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e011df41-2e6a-51d0-9f76-8973a4eda688, skipping ID generation
2026-03-13 08:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e011df41-2e6a-51d0-9f76-8973a4eda688 with scrape type 1
2026-03-13 08:26:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e011df41-2e6a-51d0-9f76-8973a4eda688 sending to next pipeline
2026-03-13 08:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: e011df41-2e6a-51d0-9f76-8973a4eda688, identifier: 12168893
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f25e750>
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:08 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7qfsq9c3fe9br7i6pf90u2072wju saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: e011df41-2e6a-51d0-9f76-8973a4eda688 with identifier: 12168893
2026-03-13 08:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: e011df41-2e6a-51d0-9f76-8973a4eda688 with identifier: 12168893
2026-03-13 08:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: e011df41-2e6a-51d0-9f76-8973a4eda688 with identifier: 12168893 to the API
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/7xxj3ny5d4cmb42tvcpqeckbqyt0>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 408,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': 'e011df41-2e6a-51d0-9f76-8973a4eda688',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YR72WCY',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12168893',
 'listing': 'auction',
 'location': 'Macclesfield, Cheshire',
 'make': 'Volvo',
 'model': 'C40 Recharge',
 'odometer': 49000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 18,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3685993,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7xxj3ny5d4cmb42tvcpqeckbqyt0',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4510408,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kzbe1jztlazfa1lpc5zfz8lvqh6c',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4210885,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9qvomn883u15vzot33797mzs2pp7',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3911142,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rbomm9psars1ax64o2n1nwso1u2q',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 208485,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ndtljbnf8kvwijfp4kwcealtxj30',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 111804,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p6m3b37wkr2suj0xl3y7hg2dq2cm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 171496,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/o4mjb799q32hhmn50dascukqjen5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 170959,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/44up1bup24itr4v93vwcybqzppfd',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151271,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/excnfgyb7m7harp48trxh9kyf2t0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e011df41-2e6a-51d0-9f76-8973a4eda688/e011df41-2e6a-51d0-9f76-8973a4eda688_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 184809,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gxh4g8lsz6gjh20ijw6qp9h5q1k7',
             'Width': 1280}],
 'price': 19000.0,
 'price_includes_vat': True,
 'registration_date': '2022-10-28',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volvo C40 Recharge 300kW Recharge Twin Ultimate 78kWh 5dr AWD Auto',
 'transmission': 'automatic',
 'trim': '300kW Recharge Twin Ultimate 78kWh 5dr AWD Auto',
 'vin': 'YV1XKEDV6P2030852',
 'year': 2022}
2026-03-13 08:26:09 [carwow.gb] INFO: Saving data for 12168893: {'created_time': 1773390369.393318, 'last_price_update_time': 1773390369.393329, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cj8tz874kmfhhbuz3orkr31ir463> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dwz1u8t5zgc8t6yhnzr07mq8knfv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y4mkywvfxlcpp7ajmhem8vtf7on2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tkwpnuawhy8769q4kun0nds8x7rn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/om3dlkhlibv27cogjk0ftoj5ms2j> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nla2xphb4ivqxrvazfi234iyftro> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d30a410>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cj8tz874kmfhhbuz3orkr31ir463 saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4802d0>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dwz1u8t5zgc8t6yhnzr07mq8knfv saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6fc290>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y4mkywvfxlcpp7ajmhem8vtf7on2 saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d594890>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tkwpnuawhy8769q4kun0nds8x7rn saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c6fec90>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/om3dlkhlibv27cogjk0ftoj5ms2j saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1b7a10>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nla2xphb4ivqxrvazfi234iyftro saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/azbb3jcbg3ddzox3o1ggb1g50jd1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/48xk2x6plijuiu1l3ovwemhn69a5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lhjwx8do4itj7k22p2wl67j9f79u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9o7ukh0wb9evez6d37bo07bcmul7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uh03j7wgqykjrwa1n2m82ioj1x19> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vz2wfw6wxizpe78afr3kg6uyzq1s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3c8c50>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/azbb3jcbg3ddzox3o1ggb1g50jd1 saved to cache
2026-03-13 08:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3caad0>
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:09 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/48xk2x6plijuiu1l3ovwemhn69a5 saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8415d0>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lhjwx8do4itj7k22p2wl67j9f79u saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d105b10>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9o7ukh0wb9evez6d37bo07bcmul7 saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d580690>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uh03j7wgqykjrwa1n2m82ioj1x19 saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3c9c90>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vz2wfw6wxizpe78afr3kg6uyzq1s saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w7xhzuukwefy0bm09u2u5rphyxmz> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4cv3ujnozrk3icyc28lh6rreuyft> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i3i8xi0ylp8pe65oz4nfg46nn1n6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/on5y9w3uyhmg6jcxj7izk9p4m2t1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/onqu9noubv6rsj739zvwp7dmldqe> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d6izw8e8i8eds0pu6qksfjyvkjg6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7p685x551avth7jchw61blqpxzf2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d675750>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w7xhzuukwefy0bm09u2u5rphyxmz saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d525250>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4cv3ujnozrk3icyc28lh6rreuyft saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d482e50>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i3i8xi0ylp8pe65oz4nfg46nn1n6 saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d438890>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/on5y9w3uyhmg6jcxj7izk9p4m2t1 saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5c740b1c-e470-5c85-ab71-187cf50d8707
2026-03-13 08:26:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c740b1c-e470-5c85-ab71-187cf50d8707, skipping ID generation
2026-03-13 08:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c740b1c-e470-5c85-ab71-187cf50d8707 with scrape type 1
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c740b1c-e470-5c85-ab71-187cf50d8707 sending to next pipeline
2026-03-13 08:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 5c740b1c-e470-5c85-ab71-187cf50d8707, identifier: 12234637
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d105ad0>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/onqu9noubv6rsj739zvwp7dmldqe saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a6550>
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d6izw8e8i8eds0pu6qksfjyvkjg6 saved to cache
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b33ac0b2-ec1b-567f-b144-0498670818f7
2026-03-13 08:26:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b33ac0b2-ec1b-567f-b144-0498670818f7, skipping ID generation
2026-03-13 08:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33ac0b2-ec1b-567f-b144-0498670818f7 with scrape type 1
2026-03-13 08:26:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b33ac0b2-ec1b-567f-b144-0498670818f7 sending to next pipeline
2026-03-13 08:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: b33ac0b2-ec1b-567f-b144-0498670818f7, identifier: 12232677
2026-03-13 08:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 5c740b1c-e470-5c85-ab71-187cf50d8707 with identifier: 12234637
2026-03-13 08:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 5c740b1c-e470-5c85-ab71-187cf50d8707 with identifier: 12234637
2026-03-13 08:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 5c740b1c-e470-5c85-ab71-187cf50d8707 with identifier: 12234637 to the API
2026-03-13 08:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/on5y9w3uyhmg6jcxj7izk9p4m2t1>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 112,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '5c740b1c-e470-5c85-ab71-187cf50d8707',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'BT55YYH',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12234637',
 'listing': 'auction',
 'location': 'Hinckley, Leicestershire',
 'make': 'Land-rover',
 'model': 'Land Rover Freelander 2',
 'odometer': 114000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 158822,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3irxoq5ge72ty5gp8e9tmvo7c65z',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 165358,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w7xhzuukwefy0bm09u2u5rphyxmz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 173756,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p5gezrtup44lgdkh4ngjga6prwzz',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 178447,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/on5y9w3uyhmg6jcxj7izk9p4m2t1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 122887,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/48xk2x6plijuiu1l3ovwemhn69a5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 102538,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7qfsq9c3fe9br7i6pf90u2072wju',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 156721,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uh03j7wgqykjrwa1n2m82ioj1x19',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 177024,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/y4mkywvfxlcpp7ajmhem8vtf7on2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 181683,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dwz1u8t5zgc8t6yhnzr07mq8knfv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5c740b1c-e470-5c85-ab71-187cf50d8707/5c740b1c-e470-5c85-ab71-187cf50d8707_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 126611,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cj8tz874kmfhhbuz3orkr31ir463',
             'Width': 1280}],
 'price': 1000.0,
 'price_includes_vat': True,
 'registration_date': '2006-01-11',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Land Rover Freelander 2 2.0 Td4 HSE Station Wagon 5dr Auto',
 'transmission': 'automatic',
 'trim': '2.0 Td4 HSE Station Wagon 5dr Auto',
 'vin': 'SALLNABE16A808596',
 'year': 2006}
2026-03-13 08:26:11 [carwow.gb] INFO: Saving data for 12234637: {'created_time': 1773390371.188663, 'last_price_update_time': 1773390371.188675, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: b33ac0b2-ec1b-567f-b144-0498670818f7 with identifier: 12232677
2026-03-13 08:26:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: b33ac0b2-ec1b-567f-b144-0498670818f7 with identifier: 12232677
2026-03-13 08:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: b33ac0b2-ec1b-567f-b144-0498670818f7 with identifier: 12232677 to the API
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/d6izw8e8i8eds0pu6qksfjyvkjg6>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '1.6 litres',
 'engine_horse_power': 125,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'b33ac0b2-ec1b-567f-b144-0498670818f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LO19OJB',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12232677',
 'listing': 'auction',
 'location': 'Erith, London',
 'make': 'Vauxhall',
 'model': 'VIVARO',
 'odometer': 133041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 178595,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4cv3ujnozrk3icyc28lh6rreuyft',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197709,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d6izw8e8i8eds0pu6qksfjyvkjg6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 201429,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/onqu9noubv6rsj739zvwp7dmldqe',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 220354,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i3i8xi0ylp8pe65oz4nfg46nn1n6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 135160,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9o7ukh0wb9evez6d37bo07bcmul7',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 116898,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/azbb3jcbg3ddzox3o1ggb1g50jd1',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 185720,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lhjwx8do4itj7k22p2wl67j9f79u',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 149367,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vz2wfw6wxizpe78afr3kg6uyzq1s',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 180271,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tkwpnuawhy8769q4kun0nds8x7rn',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b33ac0b2-ec1b-567f-b144-0498670818f7/b33ac0b2-ec1b-567f-b144-0498670818f7_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 234532,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/om3dlkhlibv27cogjk0ftoj5ms2j',
             'Width': 1280}],
 'price': 6500.0,
 'price_includes_vat': True,
 'registration_date': '2019-05-14',
 'seats_number': 3,
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.6CDTI BiTurbo 125PS Sportive H1 Van',
 'transmission': 'manual',
 'trim': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van',
 'vin': 'W0VF7D608KV645012',
 'year': 2019}
2026-03-13 08:26:11 [carwow.gb] INFO: Saving data for 12232677: {'created_time': 1773390371.604773, 'last_price_update_time': 1773390371.604785, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/dft5w6jg3ozg162ae3u808bqa64r> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ha9yxk5kwl6x8ts1dnli4cof6v72> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7p7iclky7peyvd1x2rqb5puttmoc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85cd50>
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7p685x551avth7jchw61blqpxzf2 saved to cache
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c855350>
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/dft5w6jg3ozg162ae3u808bqa64r saved to cache
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d695110>
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ha9yxk5kwl6x8ts1dnli4cof6v72 saved to cache
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29d990>
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:11 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7p7iclky7peyvd1x2rqb5puttmoc saved to cache
2026-03-13 08:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xgydafro209hjkt2ydxsnv6rfr2r> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j5u9jeqvh4uinalqtzsd3yfm6j5a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3098d0>
2026-03-13 08:26:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xgydafro209hjkt2ydxsnv6rfr2r saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c3dd0>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j5u9jeqvh4uinalqtzsd3yfm6j5a saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4qgjn32tpqj6dwtqvv753tdwvvm9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/v3x8z5tk9q8vl4kka27nhxjtcipb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5gz5v5gcmq27dc0ji3ud6wroejfa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce33d10>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4qgjn32tpqj6dwtqvv753tdwvvm9 saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d10d210>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v3x8z5tk9q8vl4kka27nhxjtcipb saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d498ad0>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5gz5v5gcmq27dc0ji3ud6wroejfa saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/eu4nuvihea6jrwtejhnzkshv08zy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bihnr6yqnc10c1cpp8tuya8smjmn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wgkmeh6xn8b2ox3ee01mxraebphx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0qdx4y9wvhpmo2xsl4pbs57p4mt3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42c350>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eu4nuvihea6jrwtejhnzkshv08zy saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d52b390>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bihnr6yqnc10c1cpp8tuya8smjmn saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0e19d0>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wgkmeh6xn8b2ox3ee01mxraebphx saved to cache
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f1339604-63f3-59cf-9d53-f9307e97c1b3
2026-03-13 08:26:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1339604-63f3-59cf-9d53-f9307e97c1b3, skipping ID generation
2026-03-13 08:26:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1339604-63f3-59cf-9d53-f9307e97c1b3 with scrape type 1
2026-03-13 08:26:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1339604-63f3-59cf-9d53-f9307e97c1b3 sending to next pipeline
2026-03-13 08:26:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: f1339604-63f3-59cf-9d53-f9307e97c1b3, identifier: 12240201
2026-03-13 08:26:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7bc1d0>
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:12 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0qdx4y9wvhpmo2xsl4pbs57p4mt3 saved to cache
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:26:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12212331> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: f1339604-63f3-59cf-9d53-f9307e97c1b3 with identifier: 12240201
2026-03-13 08:26:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: f1339604-63f3-59cf-9d53-f9307e97c1b3 with identifier: 12240201
2026-03-13 08:26:13 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: f1339604-63f3-59cf-9d53-f9307e97c1b3 with identifier: 12240201 to the API
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/wgkmeh6xn8b2ox3ee01mxraebphx>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.2 litres',
 'engine_horse_power': 75,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'f1339604-63f3-59cf-9d53-f9307e97c1b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'PF11NNK',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240201',
 'listing': 'auction',
 'location': 'St. Helens',
 'make': 'Volkswagen',
 'model': 'Polo',
 'odometer': 121126,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 190069,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cjokx7gfzockh512qyjcgbg0k510',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 161606,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wgkmeh6xn8b2ox3ee01mxraebphx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 165946,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bihnr6yqnc10c1cpp8tuya8smjmn',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 183450,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4qgjn32tpqj6dwtqvv753tdwvvm9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 137999,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5gz5v5gcmq27dc0ji3ud6wroejfa',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 111193,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7p7iclky7peyvd1x2rqb5puttmoc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 125348,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0dchod1nqf01r0a87cvyv6npg16u',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 123246,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ha9yxk5kwl6x8ts1dnli4cof6v72',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71501,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/dft5w6jg3ozg162ae3u808bqa64r',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f1339604-63f3-59cf-9d53-f9307e97c1b3/f1339604-63f3-59cf-9d53-f9307e97c1b3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 108417,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rvw4sfs6mpyaw76ka3lh3pogivwi',
             'Width': 1280}],
 'price': 850.0,
 'price_includes_vat': True,
 'registration_date': '2011-08-05',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volkswagen Polo 1.2 TDI Match 5dr',
 'transmission': 'manual',
 'trim': '1.2 TDI Match 5dr',
 'vin': 'WVWZZZ6RZBU090938',
 'year': 2011}
2026-03-13 08:26:13 [carwow.gb] INFO: Saving data for 12240201: {'created_time': 1773390373.408991, 'last_price_update_time': 1773390373.409003, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5501813g52bm2vf9qioo10eqn3fh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6a6cah7ri8hxycejvw5to4dtkv96> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/udj72i2he6t62hcf4gilnc1ygtun> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uwu2g8yehdtolrnsmgvmlikn6sz9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4jvsziruzqbave7zmk3yl7deuzvh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7bec10>
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5501813g52bm2vf9qioo10eqn3fh saved to cache
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c3190>
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6a6cah7ri8hxycejvw5to4dtkv96 saved to cache
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d70ac90>
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/udj72i2he6t62hcf4gilnc1ygtun saved to cache
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d493f90>
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uwu2g8yehdtolrnsmgvmlikn6sz9 saved to cache
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d49b5d0>
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:13 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4jvsziruzqbave7zmk3yl7deuzvh saved to cache
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e7b3a2a3-9ef7-5e70-b288-f727e1150042
2026-03-13 08:26:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7b3a2a3-9ef7-5e70-b288-f727e1150042, skipping ID generation
2026-03-13 08:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7b3a2a3-9ef7-5e70-b288-f727e1150042 with scrape type 1
2026-03-13 08:26:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7b3a2a3-9ef7-5e70-b288-f727e1150042 sending to next pipeline
2026-03-13 08:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: e7b3a2a3-9ef7-5e70-b288-f727e1150042, identifier: 12233429
2026-03-13 08:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: e7b3a2a3-9ef7-5e70-b288-f727e1150042 with identifier: 12233429
2026-03-13 08:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: e7b3a2a3-9ef7-5e70-b288-f727e1150042 with identifier: 12233429
2026-03-13 08:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: e7b3a2a3-9ef7-5e70-b288-f727e1150042 with identifier: 12233429 to the API
2026-03-13 08:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:14 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/4jvsziruzqbave7zmk3yl7deuzvh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': None,
 'emission_standard': None,
 'engine': 'Unknown',
 'engine_horse_power': None,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7b3a2a3-9ef7-5e70-b288-f727e1150042',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MJ05LWU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233429',
 'listing': 'auction',
 'location': 'Cardiff',
 'make': 'Volkswagen',
 'model': 'TRANSPORTER',
 'odometer': 214000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 13,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4171111,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/udj72i2he6t62hcf4gilnc1ygtun',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3405435,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4jvsziruzqbave7zmk3yl7deuzvh',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4509245,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uwu2g8yehdtolrnsmgvmlikn6sz9',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4167849,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/v3x8z5tk9q8vl4kka27nhxjtcipb',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3419478,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j5u9jeqvh4uinalqtzsd3yfm6j5a',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2024014,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xgydafro209hjkt2ydxsnv6rfr2r',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5264452,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/eu4nuvihea6jrwtejhnzkshv08zy',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 397636,
             'Height': 1206,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rx4j6b7zed42mpq23jea0ji88qhs',
             'Width': 2622},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5121025,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7p685x551avth7jchw61blqpxzf2',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e7b3a2a3-9ef7-5e70-b288-f727e1150042/e7b3a2a3-9ef7-5e70-b288-f727e1150042_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3232955,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nla2xphb4ivqxrvazfi234iyftro',
             'Width': 4032}],
 'price': 7000.0,
 'price_includes_vat': True,
 'registration_date': '2005-04-27',
 'seats_number': None,
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER 1.9TDI PD 104PS Van',
 'transmission': 'manual',
 'trim': '1.9TDI PD 104PS Van',
 'vin': 'WV1ZZZ7HZ5H070885',
 'year': 2005}
2026-03-13 08:26:14 [carwow.gb] INFO: Saving data for 12233429: {'created_time': 1773390374.447633, 'last_price_update_time': 1773390374.447643, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xzb9myenk41ynogz3bkq238wkdvv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12212331> (referer: https://dealers.carwow.co.uk/dealers/listings/12212331)
2026-03-13 08:26:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240592> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n54673ywgf2yd0y7xcr39r4uhwww> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ocfpuqa8xayrr4deuietcikizdib> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d315150>
2026-03-13 08:26:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:14 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xzb9myenk41ynogz3bkq238wkdvv saved to cache
2026-03-13 08:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2646aaf8-d926-5a98-94cd-57dab371e286
2026-03-13 08:26:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2646aaf8-d926-5a98-94cd-57dab371e286, skipping ID generation
2026-03-13 08:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2646aaf8-d926-5a98-94cd-57dab371e286 with scrape type 1
2026-03-13 08:26:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2646aaf8-d926-5a98-94cd-57dab371e286 sending to next pipeline
2026-03-13 08:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 2646aaf8-d926-5a98-94cd-57dab371e286, identifier: 12206385
2026-03-13 08:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 2646aaf8-d926-5a98-94cd-57dab371e286 with identifier: 12206385
2026-03-13 08:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 2646aaf8-d926-5a98-94cd-57dab371e286 with identifier: 12206385
2026-03-13 08:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 2646aaf8-d926-5a98-94cd-57dab371e286 with identifier: 12206385 to the API
2026-03-13 08:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:14 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/xzb9myenk41ynogz3bkq238wkdvv>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 200,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '2646aaf8-d926-5a98-94cd-57dab371e286',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LT24XLL',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12206385',
 'listing': 'auction',
 'location': 'Wrawby, North Lincolnshire',
 'make': 'Volkswagen',
 'model': 'Golf GTD',
 'odometer': 11680,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 282571,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xzb9myenk41ynogz3bkq238wkdvv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 298135,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6a6cah7ri8hxycejvw5to4dtkv96',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 342141,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rzrg7jp38gcxzomdcucgna98cr73',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 335728,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/h0si4g59ma1hc9ij1g6dtls8rqp6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 224720,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ezbp1z9nvp5jli3fbx5u2zx32wqg',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204144,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/os91qbucjbunuk2ah5y0cg6ehomc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 222266,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/av18q7yp4ao13tvcm6jf4b802vsy',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 216676,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rzauaslkyim51ly6p8rh55920uzj',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 227157,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mrziga3rbqy0k6pq8s9bj3uwb4jr',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2646aaf8-d926-5a98-94cd-57dab371e286/2646aaf8-d926-5a98-94cd-57dab371e286_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 202149,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2wcm8aoa18bqzix8b6r69t7654pc',
             'Width': 1280}],
 'price': 25527.0,
 'price_includes_vat': True,
 'registration_date': '2024-03-01',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volkswagen Golf GTD 2.0 TDI 200 GTD 5dr DSG',
 'transmission': 'automatic',
 'trim': '2.0 TDI 200 GTD 5dr DSG',
 'vin': 'WVWZZZCD1RW170751',
 'year': 2024}
2026-03-13 08:26:15 [carwow.gb] INFO: Saving data for 12206385: {'created_time': 1773390375.111148, 'last_price_update_time': 1773390375.111162, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:15 [carwow.gb] INFO: Provenance enriched listing 12212331: vin=SJNFCAF15U6253078, engine=1.5 litres, hp=110, doors=5, seats=5
2026-03-13 08:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc11689a-5e9a-5b0e-b1d1-29e093b75d1f with identifier: 12212331
2026-03-13 08:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f with scrape type 1
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3xy0k05mpa4ddyzag5nl9ud1sbgp not downloaded yet
2026-03-13 08:26:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d010ed0>
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n54673ywgf2yd0y7xcr39r4uhwww saved to cache
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c84f510>
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ocfpuqa8xayrr4deuietcikizdib saved to cache
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:26:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12238088> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fvgouowzz3kasazf7gcaude8mdh not downloaded yet
2026-03-13 08:26:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n894ydz7y59we3nygc9q5plwlvsm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b9m3fh0hhztk4f5rsidbi0pamc4v not downloaded yet
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/otwrvizbdd902smjro6mg0wh6as3 not downloaded yet
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0u9pijejvve2ok8kg3cxa5fcchzw not downloaded yet
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/emz3ybrvcfnsolzlayl2z4vwytwi not downloaded yet
2026-03-13 08:26:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12222226> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mu4jsn87f7hpjjolch1zpavyshni not downloaded yet
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mxviys2l2dtt7g3l7avtox57rvyi not downloaded yet
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9wb3vbh4w9speehpf4l5ylm5lbmx not downloaded yet
2026-03-13 08:26:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c749350>
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n894ydz7y59we3nygc9q5plwlvsm saved to cache
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8
2026-03-13 08:26:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8, skipping ID generation
2026-03-13 08:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 with scrape type 1
2026-03-13 08:26:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 sending to next pipeline
2026-03-13 08:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8, identifier: 12244055
2026-03-13 08:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 with identifier: 12244055
2026-03-13 08:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 with identifier: 12244055
2026-03-13 08:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8 with identifier: 12244055 to the API
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:15 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/n894ydz7y59we3nygc9q5plwlvsm>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 140,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'RO11NXH',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12244055',
 'listing': 'auction',
 'location': 'Epsom, Surrey',
 'make': 'Audi',
 'model': 'A3 Sportback',
 'odometer': 176000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 230091,
             'Height': 782,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n894ydz7y59we3nygc9q5plwlvsm',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204441,
             'Height': 771,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n54673ywgf2yd0y7xcr39r4uhwww',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 188713,
             'Height': 769,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5501813g52bm2vf9qioo10eqn3fh',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 190646,
             'Height': 757,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0qdx4y9wvhpmo2xsl4pbs57p4mt3',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_4.png',
             'Extension': 'png',
             'FileSizeInBytes': 1909212,
             'Height': 2868,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vh7xlclz4bsuaj6u1plskgwad9d8',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_5.png',
             'Extension': 'png',
             'FileSizeInBytes': 1913634,
             'Height': 2868,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gqh7qaq5ieiuz65ynaz53zkdtsh5',
             'Width': 1320},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1535519,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gw3dqzfx30grrf3pspux5n0cxsk8',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8/c77d0a20-5eb0-5856-9b7e-6b760ac9e9c8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1194463,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qezsbh83moumkrlw76ltbtebcf5w',
             'Width': 1500}],
 'price': 700.0,
 'price_includes_vat': True,
 'registration_date': '2011-04-28',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A3 Sportback 2.0 TDI S Line 5dr [Start Stop]',
 'transmission': 'manual',
 'trim': '2.0 TDI S Line 5dr [Start Stop]',
 'vin': 'WAUZZZ8P6BA143922',
 'year': 2011}
2026-03-13 08:26:15 [carwow.gb] INFO: Saving data for 12244055: {'created_time': 1773390375.962703, 'last_price_update_time': 1773390375.962716, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240592> (referer: https://dealers.carwow.co.uk/dealers/listings/12240592)
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4fg1esh5v47hm11a3hhiqv22aedy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3xy0k05mpa4ddyzag5nl9ud1sbgp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vm1dawv6q03aooblu2r70m6z4kd5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/emz3ybrvcfnsolzlayl2z4vwytwi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:16 [carwow.gb] INFO: Provenance enriched listing 12240592: vin=WAUZZZ4M4ND010865, engine=3.0 litres, hp=286, doors=5, seats=7
2026-03-13 08:26:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffbfcd4a-0235-594f-82d1-9f23828f7f88 with identifier: 12240592
2026-03-13 08:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffbfcd4a-0235-594f-82d1-9f23828f7f88 with scrape type 1
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n8uj6lffmkdfrgbvoc6taupxrqtm not downloaded yet
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qxj9t6uyqxt16xc0uosbwoiaachj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a0i00ivx970qrhzz3asdn191n0ov not downloaded yet
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d0r3mqtwkzllhj93zkmv1ej5hu2s not downloaded yet
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d8r25wef2gr27l2ik8xlukw3y32o not downloaded yet
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0fa410>
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4fg1esh5v47hm11a3hhiqv22aedy saved to cache
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927
2026-03-13 08:26:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f8089a8-d2b7-556e-b953-8c1abdd4e927, skipping ID generation
2026-03-13 08:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927 with scrape type 1
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f8089a8-d2b7-556e-b953-8c1abdd4e927 sending to next pipeline
2026-03-13 08:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 6f8089a8-d2b7-556e-b953-8c1abdd4e927, identifier: 12245196
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u40sm3k99v2x6h48y5iit4k3iwwa not downloaded yet
2026-03-13 08:26:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 6f8089a8-d2b7-556e-b953-8c1abdd4e927 with identifier: 12245196
2026-03-13 08:26:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 6f8089a8-d2b7-556e-b953-8c1abdd4e927 with identifier: 12245196
2026-03-13 08:26:16 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 6f8089a8-d2b7-556e-b953-8c1abdd4e927 with identifier: 12245196 to the API
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/4fg1esh5v47hm11a3hhiqv22aedy>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 265,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '6f8089a8-d2b7-556e-b953-8c1abdd4e927',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'MU19RRR',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12245196',
 'listing': 'auction',
 'location': 'Bromley, London',
 'make': 'Porsche',
 'model': 'Macan',
 'odometer': 23870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3065229,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/4fg1esh5v47hm11a3hhiqv22aedy',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2594638,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ocfpuqa8xayrr4deuietcikizdib',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2757186,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/o717sage47o9w3ozlrksihokqk62',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2668093,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xmp2aqu77j467idsmp34acfy068e',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1759908,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hgquwzo94tdh7k6dfwp5ey4tylk5',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1574919,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5lqdz9am2gw3res3s9a18hvopl06',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 552904,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5yfqmyixp47cmhc1w1wtglip1kg9',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 605503,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/72mps9zgb8p0g342seafbk0mzl9h',
             'Width': 1500},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1514988,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yqzlllgqazd46guieo01xd1w1521',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6f8089a8-d2b7-556e-b953-8c1abdd4e927/6f8089a8-d2b7-556e-b953-8c1abdd4e927_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1551982,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k2z1uvnpzk0duygg24p0s7xzpd3a',
             'Width': 3024}],
 'price': 45000.0,
 'price_includes_vat': True,
 'registration_date': '2023-04-22',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Porsche Macan 5dr PDK',
 'transmission': 'automatic',
 'trim': '5dr PDK',
 'vin': 'WP1ZZZ95XPLB16751',
 'year': 2023}
2026-03-13 08:26:16 [carwow.gb] INFO: Saving data for 12245196: {'created_time': 1773390376.79468, 'last_price_update_time': 1773390376.794697, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12222226> (referer: https://dealers.carwow.co.uk/dealers/listings/12222226)
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n4j4gfcyqwfaap3quwunw6vzsa5t not downloaded yet
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pkmz1ylwpttki50sduylubcq04lq not downloaded yet
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c882410>
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3xy0k05mpa4ddyzag5nl9ud1sbgp saved to cache
2026-03-13 08:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d713050>
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:16 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vm1dawv6q03aooblu2r70m6z4kd5 saved to cache
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfb8c90>
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/emz3ybrvcfnsolzlayl2z4vwytwi saved to cache
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf6ce90>
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qxj9t6uyqxt16xc0uosbwoiaachj saved to cache
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0eaxyapfq2vusk1zaf61tnokbssc not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u75hqbelmbfrxinqf9wggrg82zd8 not downloaded yet
2026-03-13 08:26:17 [carwow.gb] INFO: Provenance enriched listing 12222226: vin=WVWZZZ1KZ7W267996, engine=2.0 litres, hp=140, doors=5, seats=5
2026-03-13 08:26:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b with identifier: 12222226
2026-03-13 08:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b with scrape type 1
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3h3qvm05aimeejrajkr1a8vwki6o not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m7wui5foklq39ljtl892nuhlbgen not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/853z0moxrtms30e6hehi3qymumkd not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xir09xrgea5jfbg3teuqrtm3aijv not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ir95wy009f6ci0svgr1u4o3jevoc not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgewem4eqe5yr5wy3po7ukwekjej not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/30doopg5f6r7c43vy6vslv9uyavw not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t4mwwe2g1u7ytkf7qfygmnv88bp2 not downloaded yet
2026-03-13 08:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hsydhrovdrm6qbgpr7ew3wkdlymj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8c2rufwrbdb68dmhupzzd4odjs24 not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ewycjbeugkupzyov8gn1qqcfgj19 not downloaded yet
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i094ymb4lc3nf951w866uf28a6ja not downloaded yet
2026-03-13 08:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9wb3vbh4w9speehpf4l5ylm5lbmx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6hqtlko7maanrzyi029aot3v2ulp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c771f50>
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hsydhrovdrm6qbgpr7ew3wkdlymj saved to cache
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d8r25wef2gr27l2ik8xlukw3y32o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pkmz1ylwpttki50sduylubcq04lq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u40sm3k99v2x6h48y5iit4k3iwwa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf9ab10>
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9wb3vbh4w9speehpf4l5ylm5lbmx saved to cache
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d314b10>
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:17 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6hqtlko7maanrzyi029aot3v2ulp saved to cache
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6af8ed19-ee8c-5528-a01a-beec9806cea9
2026-03-13 08:26:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6af8ed19-ee8c-5528-a01a-beec9806cea9, skipping ID generation
2026-03-13 08:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af8ed19-ee8c-5528-a01a-beec9806cea9 with scrape type 1
2026-03-13 08:26:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6af8ed19-ee8c-5528-a01a-beec9806cea9 sending to next pipeline
2026-03-13 08:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 6af8ed19-ee8c-5528-a01a-beec9806cea9, identifier: 12233335
2026-03-13 08:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 6af8ed19-ee8c-5528-a01a-beec9806cea9 with identifier: 12233335
2026-03-13 08:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 6af8ed19-ee8c-5528-a01a-beec9806cea9 with identifier: 12233335
2026-03-13 08:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 6af8ed19-ee8c-5528-a01a-beec9806cea9 with identifier: 12233335 to the API
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/6hqtlko7maanrzyi029aot3v2ulp>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.6 litres',
 'engine_horse_power': 114,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '6af8ed19-ee8c-5528-a01a-beec9806cea9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'GC14GRX',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12233335',
 'listing': 'auction',
 'location': 'Knowsley, Merseyside',
 'make': 'Citroen',
 'model': 'Grand C4 SpaceTourer',
 'odometer': 126423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 21,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6202327,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hsydhrovdrm6qbgpr7ew3wkdlymj',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8698074,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6hqtlko7maanrzyi029aot3v2ulp',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5040342,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l3d32tdlninpq84ovja4r4auuknb',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4970613,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qkxbshlf36t3jtd3ljxmax7loxwn',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5254621,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k4n48mgd59mgmsdwp7nh5kahw9td',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3664484,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wzfz5znmdhyizj4i2a1sgckb7w91',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4605839,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i4zhfdxxx0gxtb1kw7c36kvgvudt',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3901819,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/reehsjlirwln1a1bboab9lxq8b5a',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5920525,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xof8aq1y009ncll23f5nvulno3wq',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6af8ed19-ee8c-5528-a01a-beec9806cea9/6af8ed19-ee8c-5528-a01a-beec9806cea9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4664419,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ldhb57pmn1qy26y3s82t4rkea2ej',
             'Width': 4284}],
 'price': 1036.0,
 'price_includes_vat': True,
 'registration_date': '2014-08-12',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Citroen Grand C4 SpaceTourer 1.6 e-HDi 115 Airdream Exclusive 5dr',
 'transmission': 'manual',
 'trim': '1.6 e-HDi 115 Airdream Exclusive 5dr',
 'vin': 'VF73A9HC8EJ703397',
 'year': 2014}
2026-03-13 08:26:18 [carwow.gb] INFO: Saving data for 12233335: {'created_time': 1773390378.310075, 'last_price_update_time': 1773390378.310087, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c87dd50>
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d8r25wef2gr27l2ik8xlukw3y32o saved to cache
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d226f50>
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pkmz1ylwpttki50sduylubcq04lq saved to cache
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c748510>
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u40sm3k99v2x6h48y5iit4k3iwwa saved to cache
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d0r3mqtwkzllhj93zkmv1ej5hu2s> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n4j4gfcyqwfaap3quwunw6vzsa5t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5bba10>
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d0r3mqtwkzllhj93zkmv1ej5hu2s saved to cache
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3165d0>
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:18 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n4j4gfcyqwfaap3quwunw6vzsa5t saved to cache
2026-03-13 08:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t4mwwe2g1u7ytkf7qfygmnv88bp2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/30doopg5f6r7c43vy6vslv9uyavw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8577d0>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t4mwwe2g1u7ytkf7qfygmnv88bp2 saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lgewem4eqe5yr5wy3po7ukwekjej> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5aa590>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/30doopg5f6r7c43vy6vslv9uyavw saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m7wui5foklq39ljtl892nuhlbgen> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c87c090>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lgewem4eqe5yr5wy3po7ukwekjej saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d597510>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m7wui5foklq39ljtl892nuhlbgen saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i094ymb4lc3nf951w866uf28a6ja> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u75hqbelmbfrxinqf9wggrg82zd8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ir95wy009f6ci0svgr1u4o3jevoc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8c2rufwrbdb68dmhupzzd4odjs24> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ewycjbeugkupzyov8gn1qqcfgj19> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64c150>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i094ymb4lc3nf951w866uf28a6ja saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xir09xrgea5jfbg3teuqrtm3aijv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3c8d50>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u75hqbelmbfrxinqf9wggrg82zd8 saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d810b90>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ir95wy009f6ci0svgr1u4o3jevoc saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b7510>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8c2rufwrbdb68dmhupzzd4odjs24 saved to cache
2026-03-13 08:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x03'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d490b10>
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:19 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ewycjbeugkupzyov8gn1qqcfgj19 saved to cache
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56f050>
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xir09xrgea5jfbg3teuqrtm3aijv saved to cache
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0eaxyapfq2vusk1zaf61tnokbssc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a0i00ivx970qrhzz3asdn191n0ov> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/853z0moxrtms30e6hehi3qymumkd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3h3qvm05aimeejrajkr1a8vwki6o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d227150>
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0eaxyapfq2vusk1zaf61tnokbssc saved to cache
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d493110>
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a0i00ivx970qrhzz3asdn191n0ov saved to cache
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4439d0>
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/853z0moxrtms30e6hehi3qymumkd saved to cache
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mxviys2l2dtt7g3l7avtox57rvyi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a4110>
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3h3qvm05aimeejrajkr1a8vwki6o saved to cache
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b
2026-03-13 08:26:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b, skipping ID generation
2026-03-13 08:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b with scrape type 1
2026-03-13 08:26:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b sending to next pipeline
2026-03-13 08:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b, identifier: 12222226
2026-03-13 08:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b with identifier: 12222226
2026-03-13 08:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b with identifier: 12222226
2026-03-13 08:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b with identifier: 12222226 to the API
2026-03-13 08:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3h3qvm05aimeejrajkr1a8vwki6o>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 140,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'SY08AFJ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12222226',
 'listing': 'auction',
 'location': 'Salford, Trafford',
 'make': 'Volkswagen',
 'model': 'Golf',
 'odometer': 118241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 18,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2390466,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3h3qvm05aimeejrajkr1a8vwki6o',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3006009,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/853z0moxrtms30e6hehi3qymumkd',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3171017,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xir09xrgea5jfbg3teuqrtm3aijv',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4472404,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ir95wy009f6ci0svgr1u4o3jevoc',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2934568,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lgewem4eqe5yr5wy3po7ukwekjej',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1817571,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/30doopg5f6r7c43vy6vslv9uyavw',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2142047,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t4mwwe2g1u7ytkf7qfygmnv88bp2',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2897023,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8c2rufwrbdb68dmhupzzd4odjs24',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3443620,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ewycjbeugkupzyov8gn1qqcfgj19',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b/1c9e4dce-4d3b-59ff-9a33-fa01d1f3856b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3107387,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i094ymb4lc3nf951w866uf28a6ja',
             'Width': 4032}],
 'price': 650.0,
 'price_includes_vat': True,
 'registration_date': '2008-03-07',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Volkswagen Golf 2.0 GT TDI 5dr',
 'transmission': 'manual',
 'trim': '2.0 GT TDI 5dr',
 'vin': 'WVWZZZ1KZ7W267996',
 'year': 2008}
2026-03-13 08:26:21 [carwow.gb] INFO: Saving data for 12222226: {'created_time': 1773390381.229569, 'last_price_update_time': 1773390381.229579, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n8uj6lffmkdfrgbvoc6taupxrqtm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12238088> (referer: https://dealers.carwow.co.uk/dealers/listings/12238088)
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8a4050>
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mxviys2l2dtt7g3l7avtox57rvyi saved to cache
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0u9pijejvve2ok8kg3cxa5fcchzw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa4710>
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n8uj6lffmkdfrgbvoc6taupxrqtm saved to cache
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ffbfcd4a-0235-594f-82d1-9f23828f7f88
2026-03-13 08:26:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ffbfcd4a-0235-594f-82d1-9f23828f7f88, skipping ID generation
2026-03-13 08:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffbfcd4a-0235-594f-82d1-9f23828f7f88 with scrape type 1
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ffbfcd4a-0235-594f-82d1-9f23828f7f88 sending to next pipeline
2026-03-13 08:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: ffbfcd4a-0235-594f-82d1-9f23828f7f88, identifier: 12240592
2026-03-13 08:26:21 [carwow.gb] INFO: Provenance enriched listing 12238088: vin=WP0ZZZY1ZMSA32408, engine=None, hp=571, doors=4, seats=4
2026-03-13 08:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 with identifier: 12238088
2026-03-13 08:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 with scrape type 1
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z31gdebxaivvw76kknbtuz0pme93 not downloaded yet
2026-03-13 08:26:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: ffbfcd4a-0235-594f-82d1-9f23828f7f88 with identifier: 12240592
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BROWN HTTP/1.1" 200 None
2026-03-13 08:26:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:26:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: ffbfcd4a-0235-594f-82d1-9f23828f7f88 with identifier: 12240592
2026-03-13 08:26:21 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: ffbfcd4a-0235-594f-82d1-9f23828f7f88 with identifier: 12240592 to the API
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:21 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/n8uj6lffmkdfrgbvoc6taupxrqtm>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BROWN',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 286,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffbfcd4a-0235-594f-82d1-9f23828f7f88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DG22CCN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240592',
 'listing': 'auction',
 'location': 'Marlow, Bucks',
 'make': 'Audi',
 'model': 'Q7',
 'odometer': 29000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 380022,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n8uj6lffmkdfrgbvoc6taupxrqtm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 396468,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a0i00ivx970qrhzz3asdn191n0ov',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 390305,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d0r3mqtwkzllhj93zkmv1ej5hu2s',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 390593,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d8r25wef2gr27l2ik8xlukw3y32o',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 266429,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/u40sm3k99v2x6h48y5iit4k3iwwa',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3033069,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n4j4gfcyqwfaap3quwunw6vzsa5t',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 322454,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pkmz1ylwpttki50sduylubcq04lq',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 321138,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0eaxyapfq2vusk1zaf61tnokbssc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 241260,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/u75hqbelmbfrxinqf9wggrg82zd8',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_ffbfcd4a-0235-594f-82d1-9f23828f7f88/ffbfcd4a-0235-594f-82d1-9f23828f7f88_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 153023,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m7wui5foklq39ljtl892nuhlbgen',
             'Width': 1280}],
 'price': 40200.0,
 'price_includes_vat': True,
 'registration_date': '2022-03-04',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Audi Q7 50 TDI Quattro Black Edition 5dr Tiptronic',
 'transmission': 'automatic',
 'trim': '50 TDI Quattro Black Edition 5dr Tiptronic',
 'vin': 'WAUZZZ4M4ND010865',
 'year': 2022}
2026-03-13 08:26:22 [carwow.gb] INFO: Saving data for 12240592: {'created_time': 1773390382.101437, 'last_price_update_time': 1773390382.101447, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7w0h2hlk1kwm7p76bciz9ivlr0fq not downloaded yet
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/otwrvizbdd902smjro6mg0wh6as3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12191279> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gttzjw1vdv43m43vuf72s6nwdhwc not downloaded yet
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56f190>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0u9pijejvve2ok8kg3cxa5fcchzw saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mu4jsn87f7hpjjolch1zpavyshni> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ubkgmn7jxlqk24w5fmztu24ynwct not downloaded yet
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n8josedh1kgg2l7ul1bpbz9akko0 not downloaded yet
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf2f3d0>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/otwrvizbdd902smjro6mg0wh6as3 saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cniz9py502k1lhf6m0wmojb23oqx not downloaded yet
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b9m3fh0hhztk4f5rsidbi0pamc4v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xwyodazigk2x6kkk800286ompq80 not downloaded yet
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d115910>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mu4jsn87f7hpjjolch1zpavyshni saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iztuc5r4uwath625up271fmppz30 not downloaded yet
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g714w30ibkwol94jipqn4khjj0sh not downloaded yet
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/grfi2rlcvfqyd9drlbqwl0z7tgon not downloaded yet
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7w0h2hlk1kwm7p76bciz9ivlr0fq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d490150>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b9m3fh0hhztk4f5rsidbi0pamc4v saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/z31gdebxaivvw76kknbtuz0pme93> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8fvgouowzz3kasazf7gcaude8mdh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ubkgmn7jxlqk24w5fmztu24ynwct> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5ab810>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7w0h2hlk1kwm7p76bciz9ivlr0fq saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6746d0>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z31gdebxaivvw76kknbtuz0pme93 saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d597fd0>
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:22 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8fvgouowzz3kasazf7gcaude8mdh saved to cache
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f
2026-03-13 08:26:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc11689a-5e9a-5b0e-b1d1-29e093b75d1f, skipping ID generation
2026-03-13 08:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f with scrape type 1
2026-03-13 08:26:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc11689a-5e9a-5b0e-b1d1-29e093b75d1f sending to next pipeline
2026-03-13 08:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: bc11689a-5e9a-5b0e-b1d1-29e093b75d1f, identifier: 12212331
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0b2f10>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ubkgmn7jxlqk24w5fmztu24ynwct saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: bc11689a-5e9a-5b0e-b1d1-29e093b75d1f with identifier: 12212331
2026-03-13 08:26:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: bc11689a-5e9a-5b0e-b1d1-29e093b75d1f with identifier: 12212331
2026-03-13 08:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: bc11689a-5e9a-5b0e-b1d1-29e093b75d1f with identifier: 12212331 to the API
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/8fvgouowzz3kasazf7gcaude8mdh>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.5 litres',
 'engine_horse_power': 110,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'bc11689a-5e9a-5b0e-b1d1-29e093b75d1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'VA12RVX',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12212331',
 'listing': 'auction',
 'location': 'Rhosllanerchrugog, Wrexham',
 'make': 'Nissan',
 'model': 'Juke',
 'odometer': 116551,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1861257,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3xy0k05mpa4ddyzag5nl9ud1sbgp',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2412605,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8fvgouowzz3kasazf7gcaude8mdh',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2358354,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b9m3fh0hhztk4f5rsidbi0pamc4v',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2150200,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/otwrvizbdd902smjro6mg0wh6as3',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1828438,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0u9pijejvve2ok8kg3cxa5fcchzw',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1387917,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/emz3ybrvcfnsolzlayl2z4vwytwi',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1794338,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mu4jsn87f7hpjjolch1zpavyshni',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 120748,
             'Height': 2000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mxviys2l2dtt7g3l7avtox57rvyi',
             'Width': 923},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_bc11689a-5e9a-5b0e-b1d1-29e093b75d1f/bc11689a-5e9a-5b0e-b1d1-29e093b75d1f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2150200,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9wb3vbh4w9speehpf4l5ylm5lbmx',
             'Width': 3000}],
 'price': 830.0,
 'price_includes_vat': True,
 'registration_date': '2012-08-01',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Nissan Juke 1.5 dCi Tekna 5dr',
 'transmission': 'manual',
 'trim': '1.5 dCi Tekna 5dr',
 'vin': 'SJNFCAF15U6253078',
 'year': 2012}
2026-03-13 08:26:23 [carwow.gb] INFO: Saving data for 12212331: {'created_time': 1773390383.447447, 'last_price_update_time': 1773390383.447457, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/iztuc5r4uwath625up271fmppz30> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/grfi2rlcvfqyd9drlbqwl0z7tgon> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xwyodazigk2x6kkk800286ompq80> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cniz9py502k1lhf6m0wmojb23oqx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g714w30ibkwol94jipqn4khjj0sh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ywai9caap7jrb62xizwo03iax7ej> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d596b50>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iztuc5r4uwath625up271fmppz30 saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bxotdmxo9251qjujyvnll544i2qn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d007590>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/grfi2rlcvfqyd9drlbqwl0z7tgon saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d314910>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xwyodazigk2x6kkk800286ompq80 saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d59c050>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cniz9py502k1lhf6m0wmojb23oqx saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cfa6f10>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g714w30ibkwol94jipqn4khjj0sh saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.3.2\x00'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:12 14:03:13\x00'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 11\x00'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x90'
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf9bf90>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ywai9caap7jrb62xizwo03iax7ej saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9f69na9bjhycmhl861fneed85bw2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d53b810>
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:23 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bxotdmxo9251qjujyvnll544i2qn saved to cache
2026-03-13 08:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:26:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gttzjw1vdv43m43vuf72s6nwdhwc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d694f90>
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9f69na9bjhycmhl861fneed85bw2 saved to cache
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:26:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12191279> (referer: https://dealers.carwow.co.uk/dealers/listings/12191279)
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d812e10>
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gttzjw1vdv43m43vuf72s6nwdhwc saved to cache
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:24 [carwow.gb] INFO: Provenance enriched listing 12191279: vin=SALEA7AW8R2271669, engine=3.0 litres, hp=249, doors=5, seats=5
2026-03-13 08:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66ad44d9-8223-5682-b79d-ec05303de80e with identifier: 12191279
2026-03-13 08:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ad44d9-8223-5682-b79d-ec05303de80e with scrape type 1
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wt9loiees6g5c2y6m0oopm3l4ge7 not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n8f8v7bgjg93lepui6vdhpsruwz6 not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8d3djw0bd9vfyaohy64xy997x2ze not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r52sq2n0lvwqocqxiy3c9ll3sjcc not downloaded yet
2026-03-13 08:26:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n8josedh1kgg2l7ul1bpbz9akko0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kjeb2k3om3mqx26dj9rld8d22in2 not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1d1z4zaj9qo7p68nn03hold72q1m not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1kzj1st09nhmocf6vrecbd3p7sb5 not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mut6kd4bbb692xmmrz4m88k7chcw not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/skl7roab0m4egjx6l1k188d6yyzm not downloaded yet
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8wyfoap37sgq6gshjuvsjkb7ethu not downloaded yet
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d524690>
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n8josedh1kgg2l7ul1bpbz9akko0 saved to cache
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168
2026-03-13 08:26:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a84a545-4e3e-5d6e-8e4e-8410ca29f168, skipping ID generation
2026-03-13 08:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 with scrape type 1
2026-03-13 08:26:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 sending to next pipeline
2026-03-13 08:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 1a84a545-4e3e-5d6e-8e4e-8410ca29f168, identifier: 12238088
2026-03-13 08:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 with identifier: 12238088
2026-03-13 08:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 with identifier: 12238088
2026-03-13 08:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 1a84a545-4e3e-5d6e-8e4e-8410ca29f168 with identifier: 12238088 to the API
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:24 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/n8josedh1kgg2l7ul1bpbz9akko0>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'RED',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 571,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': '1a84a545-4e3e-5d6e-8e4e-8410ca29f168',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'J888CFU',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12238088',
 'listing': 'auction',
 'location': 'Beckenham, London',
 'make': 'Porsche',
 'model': 'Taycan',
 'odometer': 18400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 21,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 218089,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/z31gdebxaivvw76kknbtuz0pme93',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 136270,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7w0h2hlk1kwm7p76bciz9ivlr0fq',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 236802,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gttzjw1vdv43m43vuf72s6nwdhwc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 220602,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ubkgmn7jxlqk24w5fmztu24ynwct',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 814393,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n8josedh1kgg2l7ul1bpbz9akko0',
             'Width': 4096},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 456760,
             'Height': 2304,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cniz9py502k1lhf6m0wmojb23oqx',
             'Width': 4096},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 177867,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xwyodazigk2x6kkk800286ompq80',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 176471,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/iztuc5r4uwath625up271fmppz30',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 228420,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g714w30ibkwol94jipqn4khjj0sh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1a84a545-4e3e-5d6e-8e4e-8410ca29f168/1a84a545-4e3e-5d6e-8e4e-8410ca29f168_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 163811,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/grfi2rlcvfqyd9drlbqwl0z7tgon',
             'Width': 1280}],
 'price': 39950.0,
 'price_includes_vat': True,
 'registration_date': '2021-05-14',
 'seats_number': 4,
 'seller_name': None,
 'title': 'Porsche Taycan 420kW 4S 93kWh 4dr Auto',
 'transmission': 'automatic',
 'trim': '420kW 4S 93kWh 4dr Auto',
 'vin': 'WP0ZZZY1ZMSA32408',
 'year': 2021}
2026-03-13 08:26:24 [carwow.gb] INFO: Saving data for 12238088: {'created_time': 1773390384.971852, 'last_price_update_time': 1773390384.971865, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12242074> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12234717> (referer: https://dealers.carwow.co.uk/dealers/listings/12234717)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12245046> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12178919> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8d3djw0bd9vfyaohy64xy997x2ze> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [carwow.gb] INFO: Provenance enriched listing 12234717: vin=JMZDEA46200412763, engine=1.6 litres, hp=95, doors=5, seats=5
2026-03-13 08:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b4d857-ca24-5730-83bd-5f2a4997353f with identifier: 12234717
2026-03-13 08:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b4d857-ca24-5730-83bd-5f2a4997353f with scrape type 1
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ex4c5f94e8bx24g7rik9p96t1uy not downloaded yet
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qu8qhs2ijxqehcu84br7ceobg4dx not downloaded yet
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d32a850>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8d3djw0bd9vfyaohy64xy997x2ze saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5qqtem1vb545qgpdwsbo5xl8136z not downloaded yet
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iz126j1vlt2hoog7vfci4ru8iafm not downloaded yet
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1d1z4zaj9qo7p68nn03hold72q1m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/skl7roab0m4egjx6l1k188d6yyzm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6zag32a15v56twpnm8a78ohaccu3 not downloaded yet
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8wyfoap37sgq6gshjuvsjkb7ethu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nrdktpj71myzt2klefw5tcuff8i4 not downloaded yet
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/1kzj1st09nhmocf6vrecbd3p7sb5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k7nfh0hux2qlx32ozq5gvvvxubb3 not downloaded yet
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/gggr8azri7xnqy9ks9vw1zayg1ko> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p80ui1kmuhxagbbea8itf3vt9v6q not downloaded yet
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v3rdi19qeszz1lvdke3of3uf47cv not downloaded yet
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5l214qcm973tuakim22wagfdlu9u not downloaded yet
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mut6kd4bbb692xmmrz4m88k7chcw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c772390>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1d1z4zaj9qo7p68nn03hold72q1m saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48d550>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/skl7roab0m4egjx6l1k188d6yyzm saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d011410>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8wyfoap37sgq6gshjuvsjkb7ethu saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c9650>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/1kzj1st09nhmocf6vrecbd3p7sb5 saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d48e490>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/gggr8azri7xnqy9ks9vw1zayg1ko saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3m5sv4epjtocxynwavmprtwfzwzj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nrdktpj71myzt2klefw5tcuff8i4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/iz126j1vlt2hoog7vfci4ru8iafm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qu8qhs2ijxqehcu84br7ceobg4dx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d525990>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mut6kd4bbb692xmmrz4m88k7chcw saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5qqtem1vb545qgpdwsbo5xl8136z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'18.3.2\x00'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:03:12 14:28:00\x00'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 11\x00'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:26:25 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\t\x90'
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66fb50>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3m5sv4epjtocxynwavmprtwfzwzj saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2b7e10>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nrdktpj71myzt2klefw5tcuff8i4 saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d151a10>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/iz126j1vlt2hoog7vfci4ru8iafm saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d63a090>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qu8qhs2ijxqehcu84br7ceobg4dx saved to cache
2026-03-13 08:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c748310>
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:25 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5qqtem1vb545qgpdwsbo5xl8136z saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p80ui1kmuhxagbbea8itf3vt9v6q> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k7nfh0hux2qlx32ozq5gvvvxubb3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/v3rdi19qeszz1lvdke3of3uf47cv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5l214qcm973tuakim22wagfdlu9u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6zag32a15v56twpnm8a78ohaccu3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/z494511p3sy65c6mzkhb7wjmk643> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d493050>
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p80ui1kmuhxagbbea8itf3vt9v6q saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8401d0>
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k7nfh0hux2qlx32ozq5gvvvxubb3 saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a6950>
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/v3rdi19qeszz1lvdke3of3uf47cv saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0f8890>
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5l214qcm973tuakim22wagfdlu9u saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7be690>
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6zag32a15v56twpnm8a78ohaccu3 saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c840f90>
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/z494511p3sy65c6mzkhb7wjmk643 saved to cache
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e
2026-03-13 08:26:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e7d407c-699e-5c82-9b42-22ebc00bcb3e, skipping ID generation
2026-03-13 08:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e with scrape type 1
2026-03-13 08:26:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e7d407c-699e-5c82-9b42-22ebc00bcb3e sending to next pipeline
2026-03-13 08:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 0e7d407c-699e-5c82-9b42-22ebc00bcb3e, identifier: 12221869
2026-03-13 08:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12178919> (referer: https://dealers.carwow.co.uk/dealers/listings/12178919)
2026-03-13 08:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 0e7d407c-699e-5c82-9b42-22ebc00bcb3e with identifier: 12221869
2026-03-13 08:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 0e7d407c-699e-5c82-9b42-22ebc00bcb3e with identifier: 12221869
2026-03-13 08:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 0e7d407c-699e-5c82-9b42-22ebc00bcb3e with identifier: 12221869 to the API
2026-03-13 08:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/z494511p3sy65c6mzkhb7wjmk643>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.2 litres',
 'engine_horse_power': 82,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '0e7d407c-699e-5c82-9b42-22ebc00bcb3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'AK64GJG',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12221869',
 'listing': 'auction',
 'location': 'New Bradwell, Milton Keynes',
 'make': 'Peugeot',
 'model': '2008',
 'odometer': 114135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 6,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 8689930,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jcbfficx0ufig06qc6lv5e8jqgz7',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6972885,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/z494511p3sy65c6mzkhb7wjmk643',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6481610,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bxotdmxo9251qjujyvnll544i2qn',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6676630,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/sf0nuk6i8th8gt2bbrtt2k7o4vps',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3560639,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vm1dawv6q03aooblu2r70m6z4kd5',
             'Width': 4284},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0e7d407c-699e-5c82-9b42-22ebc00bcb3e/0e7d407c-699e-5c82-9b42-22ebc00bcb3e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4229336,
             'Height': 5712,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qxj9t6uyqxt16xc0uosbwoiaachj',
             'Width': 4284}],
 'price': 750.0,
 'price_includes_vat': True,
 'registration_date': '2014-10-25',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Peugeot 2008 1.2 VTi Crossway 5dr',
 'transmission': 'manual',
 'trim': '1.2 VTi Crossway 5dr',
 'vin': 'VF3CUHMZ0EY087625',
 'year': 2014}
2026-03-13 08:26:28 [carwow.gb] INFO: Saving data for 12221869: {'created_time': 1773390388.128959, 'last_price_update_time': 1773390388.128977, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12245046> (referer: https://dealers.carwow.co.uk/dealers/listings/12245046)
2026-03-13 08:26:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12242074> (referer: https://dealers.carwow.co.uk/dealers/listings/12242074)
2026-03-13 08:26:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kjeb2k3om3mqx26dj9rld8d22in2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3ex4c5f94e8bx24g7rik9p96t1uy> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r52sq2n0lvwqocqxiy3c9ll3sjcc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:28 [carwow.gb] INFO: Provenance enriched listing 12178919: vin=VF1HJD20469440732, engine=1 litre, hp=90, doors=5, seats=5
2026-03-13 08:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220f9821-c048-53c2-a077-5d4fdceddcf0 with identifier: 12178919
2026-03-13 08:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220f9821-c048-53c2-a077-5d4fdceddcf0 with scrape type 1
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x32op74rndh95l3pez82okmhpsn8 not downloaded yet
2026-03-13 08:26:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n8f8v7bgjg93lepui6vdhpsruwz6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/om9gun3v7jhxdvh4mlvhphg1arm9 not downloaded yet
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vkoz1i9p1j70m7flz86nb45adhjx not downloaded yet
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/17065y16jmhn04ijoxg7qkxrxcwc not downloaded yet
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/guwjrfu4o2fddq3ityd372xgmpq9 not downloaded yet
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63ycba1meyq5jdqphrb8sey93xbd not downloaded yet
2026-03-13 08:26:28 [carwow.gb] INFO: Provenance enriched listing 12245046: vin=KNAC481A0S5234990, engine=None, hp=225, doors=5, seats=5
2026-03-13 08:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f070fff4-190b-5e4b-9808-c787223f4379 with identifier: 12245046
2026-03-13 08:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f070fff4-190b-5e4b-9808-c787223f4379 with scrape type 1
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g6jtd36jz7dq6x18ibwxjkq1ku6v not downloaded yet
2026-03-13 08:26:28 [carwow.gb] INFO: Provenance enriched listing 12242074: vin=WMWME32040TM66611, engine=1.4 litres, hp=75, doors=3, seats=4
2026-03-13 08:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 with identifier: 12242074
2026-03-13 08:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 with scrape type 1
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i9pkbcn5xe8fa5kpbdfj0ge360yi not downloaded yet
2026-03-13 08:26:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1c3cd0>
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kjeb2k3om3mqx26dj9rld8d22in2 saved to cache
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce90c10>
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3ex4c5f94e8bx24g7rik9p96t1uy saved to cache
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 44b4d857-ca24-5730-83bd-5f2a4997353f
2026-03-13 08:26:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 44b4d857-ca24-5730-83bd-5f2a4997353f, skipping ID generation
2026-03-13 08:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b4d857-ca24-5730-83bd-5f2a4997353f with scrape type 1
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 44b4d857-ca24-5730-83bd-5f2a4997353f sending to next pipeline
2026-03-13 08:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 44b4d857-ca24-5730-83bd-5f2a4997353f, identifier: 12234717
2026-03-13 08:26:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d524810>
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r52sq2n0lvwqocqxiy3c9ll3sjcc saved to cache
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xr0gxhtl468cci9jz3jjernbfxcc not downloaded yet
2026-03-13 08:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 44b4d857-ca24-5730-83bd-5f2a4997353f with identifier: 12234717
2026-03-13 08:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 44b4d857-ca24-5730-83bd-5f2a4997353f with identifier: 12234717
2026-03-13 08:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 44b4d857-ca24-5730-83bd-5f2a4997353f with identifier: 12234717 to the API
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:28 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3ex4c5f94e8bx24g7rik9p96t1uy>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'WHITE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.6 litres',
 'engine_horse_power': 95,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '44b4d857-ca24-5730-83bd-5f2a4997353f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'NL61VHN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12234717',
 'listing': 'auction',
 'location': 'North Shields, North Tyneside',
 'make': 'Mazda',
 'model': '2',
 'odometer': 88635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 154559,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3ex4c5f94e8bx24g7rik9p96t1uy',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 139225,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qu8qhs2ijxqehcu84br7ceobg4dx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 200380,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5qqtem1vb545qgpdwsbo5xl8136z',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 192847,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/iz126j1vlt2hoog7vfci4ru8iafm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 132070,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6zag32a15v56twpnm8a78ohaccu3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 113024,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nrdktpj71myzt2klefw5tcuff8i4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 119057,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k7nfh0hux2qlx32ozq5gvvvxubb3',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 117102,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p80ui1kmuhxagbbea8itf3vt9v6q',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82635,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/v3rdi19qeszz1lvdke3of3uf47cv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_44b4d857-ca24-5730-83bd-5f2a4997353f/44b4d857-ca24-5730-83bd-5f2a4997353f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109869,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5l214qcm973tuakim22wagfdlu9u',
             'Width': 1280}],
 'price': 950.0,
 'price_includes_vat': True,
 'registration_date': '2011-09-27',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Mazda 2 1.6D Sport 5dr',
 'transmission': 'manual',
 'trim': '1.6D Sport 5dr',
 'vin': 'JMZDEA46200412763',
 'year': 2011}
2026-03-13 08:26:29 [carwow.gb] INFO: Saving data for 12234717: {'created_time': 1773390389.01852, 'last_price_update_time': 1773390389.018533, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wzgcow04886a9lmimba0wr9dhabt not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zv0wmqwnvrcxjy2nazeohqioqqm6 not downloaded yet
2026-03-13 08:26:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d813290>
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n8f8v7bgjg93lepui6vdhpsruwz6 saved to cache
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12230676> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12210934> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240163> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12222097> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12160854> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9pi3ta5ujv7wiwekrit0mo6j8sbo not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f2swp7kwi5cx917kq17ij8h2i12w not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3sji96dllks11ovh5l7hsxgy5xca not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/art47rq3oo5wjv30ct8vvjc3lvcw not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q0ms4mfyoj7ujdlcjqger25q5j35 not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5rtjlgf85ob2p26sic6h8tjjbqei not downloaded yet
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wt9loiees6g5c2y6m0oopm3l4ge7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/46rgf7j8rurfjvb98dlemmro6tmw not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t28t655n8jhbmdhlmweqcmmj8p4t not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d389nw8i99gfprqt6e9mk4vwed0w not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hxbnhxoekv1hcedd027s6k188q63 not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zunmpdy5q949tbsskfhwi3zhnbn0 not downloaded yet
2026-03-13 08:26:29 [carwow.gb] WARNING: Skipping listing 12210934: missing year/registration_date
2026-03-13 08:26:29 [carwow.gb] WARNING: Failed to parse item for listing 12210934
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i9pkbcn5xe8fa5kpbdfj0ge360yi> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/77ppvry2cc8gofbf1iuvbc4y3lzx not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pwcpud84x1szd1noydc38zgbr8om not downloaded yet
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/guwjrfu4o2fddq3ityd372xgmpq9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ojqysza4qgxmpm0fv0400h5bii7k not downloaded yet
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yh3zjklkl6wg37kmgx11t59jpfxu not downloaded yet
2026-03-13 08:26:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5fb0d0>
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:29 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wt9loiees6g5c2y6m0oopm3l4ge7 saved to cache
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 66ad44d9-8223-5682-b79d-ec05303de80e
2026-03-13 08:26:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66ad44d9-8223-5682-b79d-ec05303de80e, skipping ID generation
2026-03-13 08:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ad44d9-8223-5682-b79d-ec05303de80e with scrape type 1
2026-03-13 08:26:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66ad44d9-8223-5682-b79d-ec05303de80e sending to next pipeline
2026-03-13 08:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 66ad44d9-8223-5682-b79d-ec05303de80e, identifier: 12191279
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/63ycba1meyq5jdqphrb8sey93xbd> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xr0gxhtl468cci9jz3jjernbfxcc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 66ad44d9-8223-5682-b79d-ec05303de80e with identifier: 12191279
2026-03-13 08:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 66ad44d9-8223-5682-b79d-ec05303de80e with identifier: 12191279
2026-03-13 08:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 66ad44d9-8223-5682-b79d-ec05303de80e with identifier: 12191279 to the API
2026-03-13 08:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:29 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/wt9loiees6g5c2y6m0oopm3l4ge7>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 249,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '66ad44d9-8223-5682-b79d-ec05303de80e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'AN56DRW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12191279',
 'listing': 'auction',
 'location': 'Llanelli, Carmarthenshire',
 'make': 'Land-rover',
 'model': 'Land Rover Defender 110',
 'odometer': 15500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 15,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 334255,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wt9loiees6g5c2y6m0oopm3l4ge7',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 381395,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/n8f8v7bgjg93lepui6vdhpsruwz6',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 338241,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8d3djw0bd9vfyaohy64xy997x2ze',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 320544,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/r52sq2n0lvwqocqxiy3c9ll3sjcc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 180797,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kjeb2k3om3mqx26dj9rld8d22in2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 131114,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1d1z4zaj9qo7p68nn03hold72q1m',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 316743,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/1kzj1st09nhmocf6vrecbd3p7sb5',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 367048,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mut6kd4bbb692xmmrz4m88k7chcw',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 167066,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/skl7roab0m4egjx6l1k188d6yyzm',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_66ad44d9-8223-5682-b79d-ec05303de80e/66ad44d9-8223-5682-b79d-ec05303de80e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 199569,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8wyfoap37sgq6gshjuvsjkb7ethu',
             'Width': 1280}],
 'price': 50000.0,
 'price_includes_vat': True,
 'registration_date': '2023-10-31',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Land Rover Defender 110 3.0 D250 SE 110 5dr Auto',
 'transmission': 'automatic',
 'trim': '3.0 D250 SE 110 5dr Auto',
 'vin': 'SALEA7AW8R2271669',
 'year': 2023}
2026-03-13 08:26:30 [carwow.gb] INFO: Saving data for 12191279: {'created_time': 1773390390.101566, 'last_price_update_time': 1773390390.101577, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i164jjm78nf109ujjup0fa1n190e not downloaded yet
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l0hk55fyqdls1uxuj3397gdrrdry not downloaded yet
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12160854> (referer: https://dealers.carwow.co.uk/dealers/listings/12160854)
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/art47rq3oo5wjv30ct8vvjc3lvcw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g6jtd36jz7dq6x18ibwxjkq1ku6v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qmtrmshyxasxvvloqrlqy4aqo93p not downloaded yet
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6lnuvh94buyj8ex6qye6byte8xkq not downloaded yet
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d55f990>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i9pkbcn5xe8fa5kpbdfj0ge360yi saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d60a410>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/guwjrfu4o2fddq3ityd372xgmpq9 saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d713a50>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/63ycba1meyq5jdqphrb8sey93xbd saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d49a510>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xr0gxhtl468cci9jz3jjernbfxcc saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12222097> (referer: https://dealers.carwow.co.uk/dealers/listings/12222097)
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pwcpud84x1szd1noydc38zgbr8om> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [carwow.gb] INFO: Provenance enriched listing 12160854: vin=KMHLC41ULHU102142, engine=1.7 litres, hp=141, doors=4, seats=5
2026-03-13 08:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5d26925-f0f5-54d8-8bf5-675981158044 with identifier: 12160854
2026-03-13 08:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d26925-f0f5-54d8-8bf5-675981158044 with scrape type 1
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3qqsfejt77e2bsczk7utqj773o6t not downloaded yet
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c6490>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/art47rq3oo5wjv30ct8vvjc3lvcw saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c76c6d0>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g6jtd36jz7dq6x18ibwxjkq1ku6v saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/48scrv04pcb5e8lnomz70nytqd2n not downloaded yet
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/77ppvry2cc8gofbf1iuvbc4y3lzx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [carwow.gb] INFO: Provenance enriched listing 12222097: vin=W0L0XCF0844361401, engine=1 litre, hp=60, doors=3, seats=5
2026-03-13 08:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04eb4a2c-35e1-56bc-bc01-f17212d4cefd with identifier: 12222097
2026-03-13 08:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd with scrape type 1
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g8xiift9hubbh0pavzp96fmu86on not downloaded yet
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d225990>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pwcpud84x1szd1noydc38zgbr8om saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y6q0hqh9v7aesutvr4qkklz1lswv not downloaded yet
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/yh3zjklkl6wg37kmgx11t59jpfxu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wzjbvjozjdlnt9py2bc1hsot6ijc not downloaded yet
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/flgxaqkk2dhz242v4gfbnvy1pbd0 not downloaded yet
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/i164jjm78nf109ujjup0fa1n190e> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tbmg5cennqu0ga07skrm6ahunxkt not downloaded yet
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l0hk55fyqdls1uxuj3397gdrrdry> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cth2krcngipvsx6zyp6cz1xf8uzf not downloaded yet
2026-03-13 08:26:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6a5fd0>
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:30 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/77ppvry2cc8gofbf1iuvbc4y3lzx saved to cache
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6lnuvh94buyj8ex6qye6byte8xkq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w5mh5kte9g8rk4aoug9g6dkvle7z not downloaded yet
2026-03-13 08:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/qmtrmshyxasxvvloqrlqy4aqo93p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8m6n5h7j3noh6ia26nililum5x8p not downloaded yet
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ln6734s5iuh5hupe2bq8txl64rj6 not downloaded yet
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d525310>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yh3zjklkl6wg37kmgx11t59jpfxu saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fhvzkblu7wmkrymzj8dvj9k4fys9 not downloaded yet
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5g8ac1w59j2445gab4n29twv4uhj not downloaded yet
2026-03-13 08:26:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d17a410>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/i164jjm78nf109ujjup0fa1n190e saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c843710>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l0hk55fyqdls1uxuj3397gdrrdry saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ofbyomjx9hkjo0fznt9ab4tcr3ua not downloaded yet
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pd07qlslw48a1ouhq2u62g1wpo6a not downloaded yet
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3qqsfejt77e2bsczk7utqj773o6t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s2h4kmhuq4jzp5e4f2wnpev5vx1v not downloaded yet
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3c8fd0>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6lnuvh94buyj8ex6qye6byte8xkq saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d03df10>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qmtrmshyxasxvvloqrlqy4aqo93p saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y6q0hqh9v7aesutvr4qkklz1lswv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/flgxaqkk2dhz242v4gfbnvy1pbd0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9y4jogaoc23xche5x3ol6nklkyfr not downloaded yet
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d28ea10>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3qqsfejt77e2bsczk7utqj773o6t saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cth2krcngipvsx6zyp6cz1xf8uzf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wzjbvjozjdlnt9py2bc1hsot6ijc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/tbmg5cennqu0ga07skrm6ahunxkt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b3f10>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y6q0hqh9v7aesutvr4qkklz1lswv saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c771310>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/flgxaqkk2dhz242v4gfbnvy1pbd0 saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/r2ezkvwjwuuerr0rw5eivakm88ij> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c705710>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cth2krcngipvsx6zyp6cz1xf8uzf saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56e910>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wzjbvjozjdlnt9py2bc1hsot6ijc saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3a9bd0>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tbmg5cennqu0ga07skrm6ahunxkt saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6bccd0>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r2ezkvwjwuuerr0rw5eivakm88ij saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/fhvzkblu7wmkrymzj8dvj9k4fys9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/s2h4kmhuq4jzp5e4f2wnpev5vx1v> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ofbyomjx9hkjo0fznt9ab4tcr3ua> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9y4jogaoc23xche5x3ol6nklkyfr> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pd07qlslw48a1ouhq2u62g1wpo6a> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5g8ac1w59j2445gab4n29twv4uhj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rdtag8zwbtzalsf6n8xszw7gmnd7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ln6734s5iuh5hupe2bq8txl64rj6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6bd950>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/fhvzkblu7wmkrymzj8dvj9k4fys9 saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c81d410>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/s2h4kmhuq4jzp5e4f2wnpev5vx1v saved to cache
2026-03-13 08:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c857850>
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:31 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ofbyomjx9hkjo0fznt9ab4tcr3ua saved to cache
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d29e2d0>
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9y4jogaoc23xche5x3ol6nklkyfr saved to cache
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5e990>
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pd07qlslw48a1ouhq2u62g1wpo6a saved to cache
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7aa2d0>
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5g8ac1w59j2445gab4n29twv4uhj saved to cache
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d148f90>
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rdtag8zwbtzalsf6n8xszw7gmnd7 saved to cache
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b
2026-03-13 08:26:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 475bfe4b-156b-501d-b0ea-ec1f2c062d4b, skipping ID generation
2026-03-13 08:26:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b with scrape type 1
2026-03-13 08:26:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 475bfe4b-156b-501d-b0ea-ec1f2c062d4b sending to next pipeline
2026-03-13 08:26:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 475bfe4b-156b-501d-b0ea-ec1f2c062d4b, identifier: 12205048
2026-03-13 08:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 475bfe4b-156b-501d-b0ea-ec1f2c062d4b with identifier: 12205048
2026-03-13 08:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 475bfe4b-156b-501d-b0ea-ec1f2c062d4b with identifier: 12205048
2026-03-13 08:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 475bfe4b-156b-501d-b0ea-ec1f2c062d4b with identifier: 12205048 to the API
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/rdtag8zwbtzalsf6n8xszw7gmnd7>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 249,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '475bfe4b-156b-501d-b0ea-ec1f2c062d4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LC72CNX',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12205048',
 'listing': 'auction',
 'location': 'Gravesend, Kent',
 'make': 'Land-rover',
 'model': 'Land Rover Defender 110',
 'odometer': 40865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2635606,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/16wquaunrmn238fn6evejsrppf5w',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2968897,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/r2ezkvwjwuuerr0rw5eivakm88ij',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4390494,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/rdtag8zwbtzalsf6n8xszw7gmnd7',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4000441,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3m5sv4epjtocxynwavmprtwfzwzj',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2796149,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/z2x5gxuc96axposlps6ohc70ybcc',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1876320,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/envgfv6xpvrtoy4588coi7qyn7hp',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4194696,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/gggr8azri7xnqy9ks9vw1zayg1ko',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4009485,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ywai9caap7jrb62xizwo03iax7ej',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4282707,
             'Height': 4032,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9f69na9bjhycmhl861fneed85bw2',
             'Width': 3024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_475bfe4b-156b-501d-b0ea-ec1f2c062d4b/475bfe4b-156b-501d-b0ea-ec1f2c062d4b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 4612830,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6g1dw1jsf59mn1bjmm0ps2k8pke6',
             'Width': 4032}],
 'price': 50000.0,
 'price_includes_vat': True,
 'registration_date': '2022-10-27',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Land Rover Defender 110 3.0 D250 XS Edition 110 5dr Auto [7 Seat]',
 'transmission': 'automatic',
 'trim': '3.0 D250 XS Edition 110 5dr Auto [7 Seat]',
 'vin': 'SALEA7AW9P2157726',
 'year': 2022}
2026-03-13 08:26:32 [carwow.gb] INFO: Saving data for 12205048: {'created_time': 1773390392.953455, 'last_price_update_time': 1773390392.953468, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12240163> (referer: https://dealers.carwow.co.uk/dealers/listings/12240163)
2026-03-13 08:26:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8m6n5h7j3noh6ia26nililum5x8p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d440590>
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:32 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ln6734s5iuh5hupe2bq8txl64rj6 saved to cache
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/48scrv04pcb5e8lnomz70nytqd2n> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ojqysza4qgxmpm0fv0400h5bii7k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g8xiift9hubbh0pavzp96fmu86on> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/w5mh5kte9g8rk4aoug9g6dkvle7z> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:33 [carwow.gb] INFO: Provenance enriched listing 12240163: vin=WAUZZZ4G7BN030463, engine=3.0 litres, hp=245, doors=4, seats=5
2026-03-13 08:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1308b6e5-0318-5b3a-9e07-e31a4e405554 with identifier: 12240163
2026-03-13 08:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1308b6e5-0318-5b3a-9e07-e31a4e405554 with scrape type 1
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ns5kqgpn1b2box0p8m5zdqppb9ep not downloaded yet
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a8r926h2pvgims0tabg31t4iz8v7 not downloaded yet
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p340ul2efpn23xvw5zaeyd5vuvcp not downloaded yet
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7fd990>
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8m6n5h7j3noh6ia26nililum5x8p saved to cache
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/msgt85xfexq4lgnr764y814awf7m not downloaded yet
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kjn8bqt4xlg181dthzuy202jrjep not downloaded yet
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g5w3rbcp54so00ty68pw9r3hok85 not downloaded yet
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d63d750>
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/48scrv04pcb5e8lnomz70nytqd2n saved to cache
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a5d26925-f0f5-54d8-8bf5-675981158044
2026-03-13 08:26:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5d26925-f0f5-54d8-8bf5-675981158044, skipping ID generation
2026-03-13 08:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d26925-f0f5-54d8-8bf5-675981158044 with scrape type 1
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a5d26925-f0f5-54d8-8bf5-675981158044 sending to next pipeline
2026-03-13 08:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: a5d26925-f0f5-54d8-8bf5-675981158044, identifier: 12160854
2026-03-13 08:26:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c89add0>
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ojqysza4qgxmpm0fv0400h5bii7k saved to cache
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d813ed0>
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g8xiift9hubbh0pavzp96fmu86on saved to cache
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d64c590>
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/w5mh5kte9g8rk4aoug9g6dkvle7z saved to cache
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd
2026-03-13 08:26:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04eb4a2c-35e1-56bc-bc01-f17212d4cefd, skipping ID generation
2026-03-13 08:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd with scrape type 1
2026-03-13 08:26:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 04eb4a2c-35e1-56bc-bc01-f17212d4cefd sending to next pipeline
2026-03-13 08:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 04eb4a2c-35e1-56bc-bc01-f17212d4cefd, identifier: 12222097
2026-03-13 08:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: a5d26925-f0f5-54d8-8bf5-675981158044 with identifier: 12160854
2026-03-13 08:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: a5d26925-f0f5-54d8-8bf5-675981158044 with identifier: 12160854
2026-03-13 08:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: a5d26925-f0f5-54d8-8bf5-675981158044 with identifier: 12160854 to the API
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:33 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/48scrv04pcb5e8lnomz70nytqd2n>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '1.7 litres',
 'engine_horse_power': 141,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'a5d26925-f0f5-54d8-8bf5-675981158044',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'EU67XGW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12160854',
 'listing': 'auction',
 'location': 'East Kilbride, South Lanarkshire',
 'make': 'Hyundai',
 'model': 'i40',
 'odometer': 80000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 17,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 195697,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3qqsfejt77e2bsczk7utqj773o6t',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164197,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/48scrv04pcb5e8lnomz70nytqd2n',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 200685,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/y6q0hqh9v7aesutvr4qkklz1lswv',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 189132,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/flgxaqkk2dhz242v4gfbnvy1pbd0',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 142808,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cth2krcngipvsx6zyp6cz1xf8uzf',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109213,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8m6n5h7j3noh6ia26nililum5x8p',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6158,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/fhvzkblu7wmkrymzj8dvj9k4fys9',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 191425,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ofbyomjx9hkjo0fznt9ab4tcr3ua',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 139689,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/s2h4kmhuq4jzp5e4f2wnpev5vx1v',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a5d26925-f0f5-54d8-8bf5-675981158044/a5d26925-f0f5-54d8-8bf5-675981158044_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151894,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9y4jogaoc23xche5x3ol6nklkyfr',
             'Width': 1280}],
 'price': 3600.0,
 'price_includes_vat': True,
 'registration_date': '2017-09-01',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Hyundai i40 1.7 CRDi Blue Drive SE Nav 4dr',
 'transmission': 'manual',
 'trim': '1.7 CRDi Blue Drive SE Nav 4dr',
 'vin': 'KMHLC41ULHU102142',
 'year': 2017}
2026-03-13 08:26:33 [carwow.gb] INFO: Saving data for 12160854: {'created_time': 1773390393.981532, 'last_price_update_time': 1773390393.981547, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 04eb4a2c-35e1-56bc-bc01-f17212d4cefd with identifier: 12222097
2026-03-13 08:26:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 04eb4a2c-35e1-56bc-bc01-f17212d4cefd with identifier: 12222097
2026-03-13 08:26:34 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 04eb4a2c-35e1-56bc-bc01-f17212d4cefd with identifier: 12222097 to the API
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/w5mh5kte9g8rk4aoug9g6dkvle7z>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 3,
 'emission_standard': None,
 'engine': '1 litre',
 'engine_horse_power': 60,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '04eb4a2c-35e1-56bc-bc01-f17212d4cefd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'AU04JYY',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12222097',
 'listing': 'auction',
 'location': 'Slough',
 'make': 'Vauxhall',
 'model': 'Corsa',
 'odometer': 89000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 7,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 413144,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g8xiift9hubbh0pavzp96fmu86on',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 423161,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wzjbvjozjdlnt9py2bc1hsot6ijc',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 332161,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/tbmg5cennqu0ga07skrm6ahunxkt',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 392329,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/w5mh5kte9g8rk4aoug9g6dkvle7z',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 458414,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ln6734s5iuh5hupe2bq8txl64rj6',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 442289,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5g8ac1w59j2445gab4n29twv4uhj',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_04eb4a2c-35e1-56bc-bc01-f17212d4cefd/04eb4a2c-35e1-56bc-bc01-f17212d4cefd_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 393574,
             'Height': 1536,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pd07qlslw48a1ouhq2u62g1wpo6a',
             'Width': 2048}],
 'price': 300.0,
 'price_includes_vat': True,
 'registration_date': '2004-07-28',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Vauxhall Corsa 1.0i 12V Life 3dr',
 'transmission': 'manual',
 'trim': '1.0i 12V Life 3dr',
 'vin': 'W0L0XCF0844361401',
 'year': 2004}
2026-03-13 08:26:34 [carwow.gb] INFO: Saving data for 12222097: {'created_time': 1773390394.338325, 'last_price_update_time': 1773390394.338336, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5rtjlgf85ob2p26sic6h8tjjbqei> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12230676> (referer: https://dealers.carwow.co.uk/dealers/listings/12230676)
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/umgoz4ntcatp2y82hoht3fay4pvm not downloaded yet
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zunmpdy5q949tbsskfhwi3zhnbn0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d389nw8i99gfprqt6e9mk4vwed0w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/46rgf7j8rurfjvb98dlemmro6tmw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3wrvpq8i6ja47nwhmgo0iyqmrfks not downloaded yet
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t28t655n8jhbmdhlmweqcmmj8p4t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hxbnhxoekv1hcedd027s6k188q63> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/q0ms4mfyoj7ujdlcjqger25q5j35> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d52a050>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5rtjlgf85ob2p26sic6h8tjjbqei saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:34 [carwow.gb] INFO: Provenance enriched listing 12230676: vin=WF0RXXTA7RRY73489, engine=2.0 litres, hp=170, doors=2, seats=3
2026-03-13 08:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fc26873-07c2-5382-8165-b1e7f22aecae with identifier: 12230676
2026-03-13 08:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc26873-07c2-5382-8165-b1e7f22aecae with scrape type 1
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5l2en8gxksxo18l9da1690jdde96 not downloaded yet
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce904d0>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zunmpdy5q949tbsskfhwi3zhnbn0 saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d564ad0>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d389nw8i99gfprqt6e9mk4vwed0w saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2e84d0>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/46rgf7j8rurfjvb98dlemmro6tmw saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/52k2tscitw14nha2wpdg6bhp4x3t not downloaded yet
2026-03-13 08:26:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d442410>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t28t655n8jhbmdhlmweqcmmj8p4t saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1482d0>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hxbnhxoekv1hcedd027s6k188q63 saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50c3d0>
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:34 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/q0ms4mfyoj7ujdlcjqger25q5j35 saved to cache
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/omzwrbuvwmvfhafmx6qumjijfhzn not downloaded yet
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7gc5xakil2f68cm54misqoj8wxjt not downloaded yet
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ao38yalbnr4ah6g5debzkdg1vpi8 not downloaded yet
2026-03-13 08:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bbhg4bq62bpppnjxu17v4m2qb0rj not downloaded yet
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lm1yvh89llrzoxwuxu41dkdzt4q0 not downloaded yet
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3wrvpq8i6ja47nwhmgo0iyqmrfks> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kjn8bqt4xlg181dthzuy202jrjep> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/msgt85xfexq4lgnr764y814awf7m> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ns5kqgpn1b2box0p8m5zdqppb9ep> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/g5w3rbcp54so00ty68pw9r3hok85> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f594b90>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3wrvpq8i6ja47nwhmgo0iyqmrfks saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66d190>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kjn8bqt4xlg181dthzuy202jrjep saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce31ad0>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/msgt85xfexq4lgnr764y814awf7m saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/lm1yvh89llrzoxwuxu41dkdzt4q0> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3438d0>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ns5kqgpn1b2box0p8m5zdqppb9ep saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d490cd0>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/g5w3rbcp54so00ty68pw9r3hok85 saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/umgoz4ntcatp2y82hoht3fay4pvm> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bbhg4bq62bpppnjxu17v4m2qb0rj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d250a90>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/lm1yvh89llrzoxwuxu41dkdzt4q0 saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p340ul2efpn23xvw5zaeyd5vuvcp> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ao38yalbnr4ah6g5debzkdg1vpi8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf4d750>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/umgoz4ntcatp2y82hoht3fay4pvm saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0f9d50>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bbhg4bq62bpppnjxu17v4m2qb0rj saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c85f190>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p340ul2efpn23xvw5zaeyd5vuvcp saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c7c50>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ao38yalbnr4ah6g5debzkdg1vpi8 saved to cache
2026-03-13 08:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9pi3ta5ujv7wiwekrit0mo6j8sbo> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3sji96dllks11ovh5l7hsxgy5xca> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/7gc5xakil2f68cm54misqoj8wxjt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/52k2tscitw14nha2wpdg6bhp4x3t> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/f2swp7kwi5cx917kq17ij8h2i12w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5l2en8gxksxo18l9da1690jdde96> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a8r926h2pvgims0tabg31t4iz8v7> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c71c310>
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:35 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9pi3ta5ujv7wiwekrit0mo6j8sbo saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d50d750>
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3sji96dllks11ovh5l7hsxgy5xca saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d46c650>
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7gc5xakil2f68cm54misqoj8wxjt saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d498fd0>
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/52k2tscitw14nha2wpdg6bhp4x3t saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d6e2e90>
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/f2swp7kwi5cx917kq17ij8h2i12w saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf98410>
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5l2en8gxksxo18l9da1690jdde96 saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/omzwrbuvwmvfhafmx6qumjijfhzn> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zv0wmqwnvrcxjy2nazeohqioqqm6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/x32op74rndh95l3pez82okmhpsn8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/om9gun3v7jhxdvh4mlvhphg1arm9> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/17065y16jmhn04ijoxg7qkxrxcwc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vkoz1i9p1j70m7flz86nb45adhjx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5bb150>
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a8r926h2pvgims0tabg31t4iz8v7 saved to cache
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1308b6e5-0318-5b3a-9e07-e31a4e405554
2026-03-13 08:26:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1308b6e5-0318-5b3a-9e07-e31a4e405554, skipping ID generation
2026-03-13 08:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1308b6e5-0318-5b3a-9e07-e31a4e405554 with scrape type 1
2026-03-13 08:26:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1308b6e5-0318-5b3a-9e07-e31a4e405554 sending to next pipeline
2026-03-13 08:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 1308b6e5-0318-5b3a-9e07-e31a4e405554, identifier: 12240163
2026-03-13 08:26:36 [scrapy.extensions.logstats] INFO: Crawled 553 pages (at 56 pages/min), scraped 101 items (at 37 items/min)
2026-03-13 08:26:36 [scrapy.extensions.memusage] INFO: Peak memory usage is 238MiB
2026-03-13 08:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 1308b6e5-0318-5b3a-9e07-e31a4e405554 with identifier: 12240163
2026-03-13 08:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 1308b6e5-0318-5b3a-9e07-e31a4e405554 with identifier: 12240163
2026-03-13 08:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 1308b6e5-0318-5b3a-9e07-e31a4e405554 with identifier: 12240163 to the API
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:36 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/a8r926h2pvgims0tabg31t4iz8v7>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 245,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '1308b6e5-0318-5b3a-9e07-e31a4e405554',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'HG61XPO',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12240163',
 'listing': 'auction',
 'location': 'Nuneaton, Warks',
 'make': 'Audi',
 'model': 'A6',
 'odometer': 103000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 8,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2027786,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ns5kqgpn1b2box0p8m5zdqppb9ep',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2776084,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/a8r926h2pvgims0tabg31t4iz8v7',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2234281,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p340ul2efpn23xvw5zaeyd5vuvcp',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1989050,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/msgt85xfexq4lgnr764y814awf7m',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1278936,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kjn8bqt4xlg181dthzuy202jrjep',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1277664,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g5w3rbcp54so00ty68pw9r3hok85',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1875800,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/umgoz4ntcatp2y82hoht3fay4pvm',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_1308b6e5-0318-5b3a-9e07-e31a4e405554/1308b6e5-0318-5b3a-9e07-e31a4e405554_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 880102,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3wrvpq8i6ja47nwhmgo0iyqmrfks',
             'Width': 4000}],
 'price': 3750.0,
 'price_includes_vat': True,
 'registration_date': '2012-01-26',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Audi A6 3.0 TDI Quattro SE 4dr S Tronic',
 'transmission': 'automatic',
 'trim': '3.0 TDI Quattro SE 4dr S Tronic',
 'vin': 'WAUZZZ4G7BN030463',
 'year': 2012}
2026-03-13 08:26:37 [carwow.gb] INFO: Saving data for 12240163: {'created_time': 1773390397.05606, 'last_price_update_time': 1773390397.056072, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wzgcow04886a9lmimba0wr9dhabt> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d63d550>
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/omzwrbuvwmvfhafmx6qumjijfhzn saved to cache
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6fc26873-07c2-5382-8165-b1e7f22aecae
2026-03-13 08:26:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fc26873-07c2-5382-8165-b1e7f22aecae, skipping ID generation
2026-03-13 08:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc26873-07c2-5382-8165-b1e7f22aecae with scrape type 1
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fc26873-07c2-5382-8165-b1e7f22aecae sending to next pipeline
2026-03-13 08:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 6fc26873-07c2-5382-8165-b1e7f22aecae, identifier: 12230676
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2a83d0>
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zv0wmqwnvrcxjy2nazeohqioqqm6 saved to cache
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2
2026-03-13 08:26:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5768d1b3-b69c-5d40-aa50-4783dc0ecea2, skipping ID generation
2026-03-13 08:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 with scrape type 1
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 sending to next pipeline
2026-03-13 08:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 5768d1b3-b69c-5d40-aa50-4783dc0ecea2, identifier: 12242074
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d30a410>
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/x32op74rndh95l3pez82okmhpsn8 saved to cache
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8ba410>
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/om9gun3v7jhxdvh4mlvhphg1arm9 saved to cache
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1167d0>
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/17065y16jmhn04ijoxg7qkxrxcwc saved to cache
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0238d0>
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vkoz1i9p1j70m7flz86nb45adhjx saved to cache
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 220f9821-c048-53c2-a077-5d4fdceddcf0
2026-03-13 08:26:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 220f9821-c048-53c2-a077-5d4fdceddcf0, skipping ID generation
2026-03-13 08:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220f9821-c048-53c2-a077-5d4fdceddcf0 with scrape type 1
2026-03-13 08:26:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 220f9821-c048-53c2-a077-5d4fdceddcf0 sending to next pipeline
2026-03-13 08:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 220f9821-c048-53c2-a077-5d4fdceddcf0, identifier: 12178919
2026-03-13 08:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12224774> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 6fc26873-07c2-5382-8165-b1e7f22aecae with identifier: 12230676
2026-03-13 08:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 6fc26873-07c2-5382-8165-b1e7f22aecae with identifier: 12230676
2026-03-13 08:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 6fc26873-07c2-5382-8165-b1e7f22aecae with identifier: 12230676 to the API
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:37 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/omzwrbuvwmvfhafmx6qumjijfhzn>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 170,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '6fc26873-07c2-5382-8165-b1e7f22aecae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LA74XFP',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12230676',
 'listing': 'auction',
 'location': 'Windsor, Windsor and Maidenhead',
 'make': 'Ford',
 'model': 'TRANSIT CUSTOM',
 'odometer': 13000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 7,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 378487,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5l2en8gxksxo18l9da1690jdde96',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 575080,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/52k2tscitw14nha2wpdg6bhp4x3t',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 551475,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/omzwrbuvwmvfhafmx6qumjijfhzn',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 385824,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/7gc5xakil2f68cm54misqoj8wxjt',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 305470,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ao38yalbnr4ah6g5debzkdg1vpi8',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 317706,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bbhg4bq62bpppnjxu17v4m2qb0rj',
             'Width': 1200},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6fc26873-07c2-5382-8165-b1e7f22aecae/6fc26873-07c2-5382-8165-b1e7f22aecae_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 336815,
             'Height': 1600,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/lm1yvh89llrzoxwuxu41dkdzt4q0',
             'Width': 1200}],
 'price': 25800.0,
 'price_includes_vat': True,
 'registration_date': '2024-12-13',
 'seats_number': 3,
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EcoBlue 170ps H1 Van Limited Auto',
 'transmission': 'automatic',
 'trim': '2.0 EcoBlue 170ps H1 Van Limited Auto',
 'vin': 'WF0RXXTA7RRY73489',
 'year': 2024}
2026-03-13 08:26:38 [carwow.gb] INFO: Saving data for 12230676: {'created_time': 1773390398.087462, 'last_price_update_time': 1773390398.087476, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 with identifier: 12242074
2026-03-13 08:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 with identifier: 12242074
2026-03-13 08:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 5768d1b3-b69c-5d40-aa50-4783dc0ecea2 with identifier: 12242074 to the API
2026-03-13 08:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:38 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/zv0wmqwnvrcxjy2nazeohqioqqm6>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'RED',
 'currency': 'GBP',
 'doors_number': 3,
 'emission_standard': None,
 'engine': '1.4 litres',
 'engine_horse_power': 75,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '5768d1b3-b69c-5d40-aa50-4783dc0ecea2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'WA59LLW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12242074',
 'listing': 'auction',
 'location': 'Dunholme, Lincs',
 'make': 'Mini',
 'model': 'HATCHBACK SPECIAL EDITIONS',
 'odometer': 114000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 10,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58409,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i9pkbcn5xe8fa5kpbdfj0ge360yi',
             'Width': 481},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62177,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zv0wmqwnvrcxjy2nazeohqioqqm6',
             'Width': 481},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73526,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3sji96dllks11ovh5l7hsxgy5xca',
             'Width': 481},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69280,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5rtjlgf85ob2p26sic6h8tjjbqei',
             'Width': 481},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67120,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d389nw8i99gfprqt6e9mk4vwed0w',
             'Width': 481},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71038,
             'Height': 481,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zunmpdy5q949tbsskfhwi3zhnbn0',
             'Width': 640},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38412,
             'Height': 480,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pwcpud84x1szd1noydc38zgbr8om',
             'Width': 640},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55253,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/yh3zjklkl6wg37kmgx11t59jpfxu',
             'Width': 480},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40384,
             'Height': 480,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l0hk55fyqdls1uxuj3397gdrrdry',
             'Width': 640},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5768d1b3-b69c-5d40-aa50-4783dc0ecea2/5768d1b3-b69c-5d40-aa50-4783dc0ecea2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63231,
             'Height': 640,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6lnuvh94buyj8ex6qye6byte8xkq',
             'Width': 480}],
 'price': 300.0,
 'price_includes_vat': True,
 'registration_date': '2009-10-21',
 'seats_number': 4,
 'seller_name': None,
 'title': 'MINI HATCHBACK SPECIAL EDITIONS 1.4 First 3dr',
 'transmission': 'manual',
 'trim': '1.4 First 3dr',
 'vin': 'WMWME32040TM66611',
 'year': 2009}
2026-03-13 08:26:38 [carwow.gb] INFO: Saving data for 12242074: {'created_time': 1773390398.479764, 'last_price_update_time': 1773390398.479777, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 220f9821-c048-53c2-a077-5d4fdceddcf0 with identifier: 12178919
2026-03-13 08:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-13 08:26:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ORANGE HTTP/1.1" 200 None
2026-03-13 08:26:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-13 08:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 220f9821-c048-53c2-a077-5d4fdceddcf0 with identifier: 12178919
2026-03-13 08:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 220f9821-c048-53c2-a077-5d4fdceddcf0 with identifier: 12178919 to the API
2026-03-13 08:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:38 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/vkoz1i9p1j70m7flz86nb45adhjx>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'ORANGE',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1 litre',
 'engine_horse_power': 90,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': '220f9821-c048-53c2-a077-5d4fdceddcf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'DU72YKE',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12178919',
 'listing': 'auction',
 'location': 'Congleton, Cheshire',
 'make': 'Dacia',
 'model': 'Duster',
 'odometer': 37500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 28,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105946,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/x32op74rndh95l3pez82okmhpsn8',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 109629,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/om9gun3v7jhxdvh4mlvhphg1arm9',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95360,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vkoz1i9p1j70m7flz86nb45adhjx',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89979,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/17065y16jmhn04ijoxg7qkxrxcwc',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92967,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/guwjrfu4o2fddq3ityd372xgmpq9',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65756,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/63ycba1meyq5jdqphrb8sey93xbd',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 106556,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xr0gxhtl468cci9jz3jjernbfxcc',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 126490,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9pi3ta5ujv7wiwekrit0mo6j8sbo',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 121434,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/art47rq3oo5wjv30ct8vvjc3lvcw',
             'Width': 864},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_220f9821-c048-53c2-a077-5d4fdceddcf0/220f9821-c048-53c2-a077-5d4fdceddcf0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 110866,
             'Height': 648,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/46rgf7j8rurfjvb98dlemmro6tmw',
             'Width': 864}],
 'price': 10000.0,
 'price_includes_vat': True,
 'registration_date': '2022-09-12',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Dacia Duster 1.0 TCe 90 Prestige 5dr',
 'transmission': 'manual',
 'trim': '1.0 TCe 90 Prestige 5dr',
 'vin': 'VF1HJD20469440732',
 'year': 2022}
2026-03-13 08:26:38 [carwow.gb] INFO: Saving data for 12178919: {'created_time': 1773390398.981038, 'last_price_update_time': 1773390398.981052, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4nhvipm103s5oxl584sh4tsudiia> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12197918> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244519> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12221259> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12235584> (referer: https://dealers.carwow.co.uk/dealers/listings/12235584)
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12240259> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d3b8890>
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wzgcow04886a9lmimba0wr9dhabt saved to cache
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f070fff4-190b-5e4b-9808-c787223f4379
2026-03-13 08:26:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f070fff4-190b-5e4b-9808-c787223f4379, skipping ID generation
2026-03-13 08:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f070fff4-190b-5e4b-9808-c787223f4379 with scrape type 1
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f070fff4-190b-5e4b-9808-c787223f4379 sending to next pipeline
2026-03-13 08:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: f070fff4-190b-5e4b-9808-c787223f4379, identifier: 12245046
2026-03-13 08:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: f070fff4-190b-5e4b-9808-c787223f4379 with identifier: 12245046
2026-03-13 08:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: f070fff4-190b-5e4b-9808-c787223f4379 with identifier: 12245046
2026-03-13 08:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: f070fff4-190b-5e4b-9808-c787223f4379 with identifier: 12245046 to the API
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/wzgcow04886a9lmimba0wr9dhabt>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': None,
 'engine_horse_power': 225,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Electric',
 'id': 'f070fff4-190b-5e4b-9808-c787223f4379',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'RJ74HKX',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12245046',
 'listing': 'auction',
 'location': 'Eastbourne, East Sussex',
 'make': 'Kia',
 'model': 'EV6',
 'odometer': 900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 14,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 322298,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/g6jtd36jz7dq6x18ibwxjkq1ku6v',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 328944,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wzgcow04886a9lmimba0wr9dhabt',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 347386,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/f2swp7kwi5cx917kq17ij8h2i12w',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 333408,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/q0ms4mfyoj7ujdlcjqger25q5j35',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 241394,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t28t655n8jhbmdhlmweqcmmj8p4t',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 235400,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hxbnhxoekv1hcedd027s6k188q63',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 287204,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/77ppvry2cc8gofbf1iuvbc4y3lzx',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 271238,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ojqysza4qgxmpm0fv0400h5bii7k',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 193269,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/i164jjm78nf109ujjup0fa1n190e',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f070fff4-190b-5e4b-9808-c787223f4379/f070fff4-190b-5e4b-9808-c787223f4379_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 140804,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/qmtrmshyxasxvvloqrlqy4aqo93p',
             'Width': 1280}],
 'price': 33000.0,
 'price_includes_vat': True,
 'registration_date': '2025-01-15',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Kia EV6 168kW GT Line S 84kWh 5dr Auto',
 'transmission': 'automatic',
 'trim': '168kW GT Line S 84kWh 5dr Auto',
 'vin': 'KNAC481A0S5234990',
 'year': 2025}
2026-03-13 08:26:39 [carwow.gb] INFO: Saving data for 12245046: {'created_time': 1773390399.586134, 'last_price_update_time': 1773390399.586151, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/imoglkdhiykmpgfn8mspipztr9c5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d236810>
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4nhvipm103s5oxl584sh4tsudiia saved to cache
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:26:39 [carwow.gb] WARNING: Skipping listing 12221259: missing year/registration_date
2026-03-13 08:26:39 [carwow.gb] WARNING: Failed to parse item for listing 12221259
2026-03-13 08:26:39 [carwow.gb] INFO: Provenance enriched listing 12235584: vin=WBAFY22040BJ07503, engine=3.0 litres, hp=320, doors=2, seats=4
2026-03-13 08:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21f21872-02f5-5de0-9a2a-81de1286e112 with identifier: 12235584
2026-03-13 08:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21f21872-02f5-5de0-9a2a-81de1286e112 with scrape type 1
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k6ue89tu4n4cnpleadxcu4p7vpp2 not downloaded yet
2026-03-13 08:26:39 [carwow.gb] WARNING: Skipping listing 12240259: missing year/registration_date
2026-03-13 08:26:39 [carwow.gb] WARNING: Failed to parse item for listing 12240259
2026-03-13 08:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12244858> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hm6yvai8nbdm6laiqtr1hu1k5q81 not downloaded yet
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f0a90>
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:39 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/imoglkdhiykmpgfn8mspipztr9c5 saved to cache
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/245rghlg4o69ab4iopqaaa8o2c38 not downloaded yet
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zmr0rkvz8p1qqbmnu8qjjo2t4dc6 not downloaded yet
2026-03-13 08:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/11yyprlrmkxkd0xlhhq7x9qxmx3p not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3lqrcx8lp3g81osvs28n7qp3n60p not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3xiv3ilxrup7ougkd47on2eusv0h not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12182667> (referer: https://dealers.carwow.co.uk/dealers/listings/12182667)
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8466vs3ogq0gktopxx0d7r9fge8w not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235461> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8p9yid0plmeuo1zczn2r28d8yh0g not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uwolk4eyx7i8zsfobz044so1zii2 not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/n864h23mdhhgoaa8ckz2ad87zyfc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [carwow.gb] INFO: Provenance enriched listing 12182667: vin=SADCA2AN3HA049350, engine=2.0 litres, hp=180, doors=5, seats=5
2026-03-13 08:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf1b6a66-6266-5488-8a6c-5f795c65f619 with identifier: 12182667
2026-03-13 08:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf1b6a66-6266-5488-8a6c-5f795c65f619 with scrape type 1
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/44ontt5g5w8t03gyh2g42amv1qgu not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/489s8gxtnah6ultul384yv1cbs0u> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3c8xylgeq7wo2qe71tevgml4yky2 not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jdm2x4w1hvqxvgr7ilf4tun67hth not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o5fnoxixym3jhy9mix7y4gipm8p6 not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k1olbz3bgo96fwpiu26xxv9wu2f5 not downloaded yet
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d42f610>
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_74e670eb-83a9-508e-8767-7fccbcb6427f/74e670eb-83a9-508e-8767-7fccbcb6427f_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n864h23mdhhgoaa8ckz2ad87zyfc saved to cache
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 74e670eb-83a9-508e-8767-7fccbcb6427f
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k3mfd8d3ltw1q5go7nu8evodojab not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12235849> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m8faru00hts7rp4g38wrvz7vfvvg not downloaded yet
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66dd50>
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_74e670eb-83a9-508e-8767-7fccbcb6427f/74e670eb-83a9-508e-8767-7fccbcb6427f_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/489s8gxtnah6ultul384yv1cbs0u saved to cache
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 74e670eb-83a9-508e-8767-7fccbcb6427f
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t05os5udgl1wc3slqprw0vd18a4i not downloaded yet
2026-03-13 08:26:40 [carwow.gb] WARNING: Skipping listing 12235849: missing year/registration_date
2026-03-13 08:26:40 [carwow.gb] WARNING: Failed to parse item for listing 12235849
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/36971c2supetio6hfpvavou92ibl not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/uwolk4eyx7i8zsfobz044so1zii2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nticlavw250795oijrpkpjy29ly6 not downloaded yet
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c6450>
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uwolk4eyx7i8zsfobz044so1zii2 saved to cache
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12224774> (referer: https://dealers.carwow.co.uk/dealers/listings/12224774)
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9ysz2wcgrtt41lwoksbds20z64tb> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/36971c2supetio6hfpvavou92ibl> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k3mfd8d3ltw1q5go7nu8evodojab> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [carwow.gb] INFO: Provenance enriched listing 12224774: vin=WBAUS92090A536076, engine=2.0 litres, hp=170, doors=5, seats=5
2026-03-13 08:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3d55d6d-36a6-5f7c-b601-05d73595df82 with identifier: 12224774
2026-03-13 08:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3d55d6d-36a6-5f7c-b601-05d73595df82 with scrape type 1
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bo63ch671k2d0idwte99g8q36rw6 not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mu3k7k655uz6k7frrzb2vffgdd6d not downloaded yet
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pp71xv9nj6btr1796siplb24bab6 not downloaded yet
2026-03-13 08:26:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d63f590>
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_330d3f39-a420-5542-828d-540fee738a1c/330d3f39-a420-5542-828d-540fee738a1c_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9ysz2wcgrtt41lwoksbds20z64tb saved to cache
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 330d3f39-a420-5542-828d-540fee738a1c
2026-03-13 08:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/avxa6265gv2hi38nl4s8d2vapjo8 not downloaded yet
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8466vs3ogq0gktopxx0d7r9fge8w> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244858> (referer: https://dealers.carwow.co.uk/dealers/listings/12244858)
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d531250>
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:40 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/36971c2supetio6hfpvavou92ibl saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c842850>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k3mfd8d3ltw1q5go7nu8evodojab saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/er6xdovtiobvf14svwc05qxbicm1 not downloaded yet
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nticlavw250795oijrpkpjy29ly6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oc6jowqhxrq0oqju3eiokx658ulg not downloaded yet
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/44ontt5g5w8t03gyh2g42amv1qgu> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u0z7kmsm11bdbk733zbuiodjkfzq not downloaded yet
2026-03-13 08:26:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d004690>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8466vs3ogq0gktopxx0d7r9fge8w saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:41 [carwow.gb] INFO: Provenance enriched listing 12244858: vin=WBA5V52010AJ70795, engine=2.0 litres, hp=190, doors=4, seats=5
2026-03-13 08:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f320b879-be05-5966-aeba-e4492c35a7b1 with identifier: 12244858
2026-03-13 08:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f320b879-be05-5966-aeba-e4492c35a7b1 with scrape type 1
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vhcacabz5vep6urz96439y9ea0uj not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cq1cwxvkb71gfrtnor646evujz7k not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kmgxn1tqdrxi4qzo3wh7swhrbfp1 not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e8i0bq89fjgplpghsoyx56rq9zfj not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ninjvx48b37xrwuiog5xbcche7vq not downloaded yet
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d60a410>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nticlavw250795oijrpkpjy29ly6 saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d45bf90>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/44ontt5g5w8t03gyh2g42amv1qgu saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p47axw4ss7ezlwqen2nzlkmcvd8o not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d795bd86699v7o2g836cxf3n94o3 not downloaded yet
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/t05os5udgl1wc3slqprw0vd18a4i> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5s2zulz1w60n6t1a3sk9gowoe9gx not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xxwzhnqq6oxicqmqejft2jvmfobc not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j3gho2sioswokxjdgcuv5f2fzax4 not downloaded yet
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2z703jldyo85pa3z7l306bg3iax2 not downloaded yet
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/pp71xv9nj6btr1796siplb24bab6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l6yhxyy5i11itnuotqio8aeej0dh not downloaded yet
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k1olbz3bgo96fwpiu26xxv9wu2f5> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/avxa6265gv2hi38nl4s8d2vapjo8> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b14ilwctfwn8ko11h0by583rpj69 not downloaded yet
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d021890>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/t05os5udgl1wc3slqprw0vd18a4i saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/mu3k7k655uz6k7frrzb2vffgdd6d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/m8faru00hts7rp4g38wrvz7vfvvg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f260590>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/pp71xv9nj6btr1796siplb24bab6 saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0fa110>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k1olbz3bgo96fwpiu26xxv9wu2f5 saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d4eb2d0>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/avxa6265gv2hi38nl4s8d2vapjo8 saved to cache
2026-03-13 08:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/l6yhxyy5i11itnuotqio8aeej0dh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/2z703jldyo85pa3z7l306bg3iax2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d006d50>
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:41 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/mu3k7k655uz6k7frrzb2vffgdd6d saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d43b2d0>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/m8faru00hts7rp4g38wrvz7vfvvg saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d443bd0>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/l6yhxyy5i11itnuotqio8aeej0dh saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66f490>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/2z703jldyo85pa3z7l306bg3iax2 saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/j3gho2sioswokxjdgcuv5f2fzax4> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/b14ilwctfwn8ko11h0by583rpj69> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/xxwzhnqq6oxicqmqejft2jvmfobc> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/k6ue89tu4n4cnpleadxcu4p7vpp2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/d795bd86699v7o2g836cxf3n94o3> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/vhcacabz5vep6urz96439y9ea0uj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/5s2zulz1w60n6t1a3sk9gowoe9gx> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c8c91d0>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/j3gho2sioswokxjdgcuv5f2fzax4 saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d49bed0>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/b14ilwctfwn8ko11h0by583rpj69 saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d302bd0>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xxwzhnqq6oxicqmqejft2jvmfobc saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d59ca90>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/k6ue89tu4n4cnpleadxcu4p7vpp2 saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d56ec90>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d795bd86699v7o2g836cxf3n94o3 saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d40a290>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vhcacabz5vep6urz96439y9ea0uj saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c890bd0>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/5s2zulz1w60n6t1a3sk9gowoe9gx saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ninjvx48b37xrwuiog5xbcche7vq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/p47axw4ss7ezlwqen2nzlkmcvd8o> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf3e850>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ninjvx48b37xrwuiog5xbcche7vq saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5c1290>
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:42 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/p47axw4ss7ezlwqen2nzlkmcvd8o saved to cache
2026-03-13 08:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/bo63ch671k2d0idwte99g8q36rw6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d224810>
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/bo63ch671k2d0idwte99g8q36rw6 saved to cache
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/cq1cwxvkb71gfrtnor646evujz7k> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/er6xdovtiobvf14svwc05qxbicm1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/kmgxn1tqdrxi4qzo3wh7swhrbfp1> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/o5fnoxixym3jhy9mix7y4gipm8p6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d811450>
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cq1cwxvkb71gfrtnor646evujz7k saved to cache
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d694990>
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/er6xdovtiobvf14svwc05qxbicm1 saved to cache
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d5f07d0>
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/kmgxn1tqdrxi4qzo3wh7swhrbfp1 saved to cache
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f320b879-be05-5966-aeba-e4492c35a7b1
2026-03-13 08:26:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f320b879-be05-5966-aeba-e4492c35a7b1, skipping ID generation
2026-03-13 08:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f320b879-be05-5966-aeba-e4492c35a7b1 with scrape type 1
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f320b879-be05-5966-aeba-e4492c35a7b1 sending to next pipeline
2026-03-13 08:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: f320b879-be05-5966-aeba-e4492c35a7b1, identifier: 12244858
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c72c910>
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:43 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/o5fnoxixym3jhy9mix7y4gipm8p6 saved to cache
2026-03-13 08:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: f320b879-be05-5966-aeba-e4492c35a7b1 with identifier: 12244858
2026-03-13 08:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: f320b879-be05-5966-aeba-e4492c35a7b1 with identifier: 12244858
2026-03-13 08:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: f320b879-be05-5966-aeba-e4492c35a7b1 with identifier: 12244858 to the API
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/kmgxn1tqdrxi4qzo3wh7swhrbfp1>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 4,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 190,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'f320b879-be05-5966-aeba-e4492c35a7b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'GT66APP',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12244858',
 'listing': 'auction',
 'location': 'Leicester, Leicester City',
 'make': 'Bmw',
 'model': '3 Series',
 'odometer': 7800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 20,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1107846,
             'Height': 1848,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/vhcacabz5vep6urz96439y9ea0uj',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 933296,
             'Height': 1560,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/kmgxn1tqdrxi4qzo3wh7swhrbfp1',
             'Width': 3402},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1021500,
             'Height': 1848,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ninjvx48b37xrwuiog5xbcche7vq',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1087615,
             'Height': 1848,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/d795bd86699v7o2g836cxf3n94o3',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 115491,
             'Height': 682,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/5s2zulz1w60n6t1a3sk9gowoe9gx',
             'Width': 1024},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 148843,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/xxwzhnqq6oxicqmqejft2jvmfobc',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 194751,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/j3gho2sioswokxjdgcuv5f2fzax4',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 188213,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/2z703jldyo85pa3z7l306bg3iax2',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 172489,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/l6yhxyy5i11itnuotqio8aeej0dh',
             'Width': 1280},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f320b879-be05-5966-aeba-e4492c35a7b1/f320b879-be05-5966-aeba-e4492c35a7b1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 155580,
             'Height': 720,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/b14ilwctfwn8ko11h0by583rpj69',
             'Width': 1280}],
 'price': 21300.0,
 'price_includes_vat': True,
 'registration_date': '2019-03-27',
 'seats_number': 5,
 'seller_name': None,
 'title': 'BMW 3 Series 320d M Sport 4dr',
 'transmission': 'manual',
 'trim': '320d M Sport 4dr',
 'vin': 'WBA5V52010AJ70795',
 'year': 2019}
2026-03-13 08:26:44 [carwow.gb] INFO: Saving data for 12244858: {'created_time': 1773390404.374406, 'last_price_update_time': 1773390404.374417, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12235461> (referer: https://dealers.carwow.co.uk/dealers/listings/12235461)
2026-03-13 08:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/e8i0bq89fjgplpghsoyx56rq9zfj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/u0z7kmsm11bdbk733zbuiodjkfzq> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/oc6jowqhxrq0oqju3eiokx658ulg> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/jdm2x4w1hvqxvgr7ilf4tun67hth> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:44 [carwow.gb] INFO: Provenance enriched listing 12235461: vin=KNAHU815LF7102829, engine=1.7 litres, hp=114, doors=5, seats=7
2026-03-13 08:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0b77a38-e41e-5680-857b-786c01776398 with identifier: 12235461
2026-03-13 08:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0b77a38-e41e-5680-857b-786c01776398 with scrape type 1
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/trvon9csx6cbppa05p0qpi3t0rro not downloaded yet
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/os408v6zzoncfxw7jjsagr2tj1aj not downloaded yet
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6n2toovc1d7kk0ca1zcauu573esw not downloaded yet
2026-03-13 08:26:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00c730850>
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/e8i0bq89fjgplpghsoyx56rq9zfj saved to cache
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d217990>
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u0z7kmsm11bdbk733zbuiodjkfzq saved to cache
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3c8xylgeq7wo2qe71tevgml4yky2> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9p4vaxz0ei7bzupak6j28gnsv4ap not downloaded yet
2026-03-13 08:26:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d579190>
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/oc6jowqhxrq0oqju3eiokx658ulg saved to cache
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b3d55d6d-36a6-5f7c-b601-05d73595df82
2026-03-13 08:26:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3d55d6d-36a6-5f7c-b601-05d73595df82, skipping ID generation
2026-03-13 08:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3d55d6d-36a6-5f7c-b601-05d73595df82 with scrape type 1
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3d55d6d-36a6-5f7c-b601-05d73595df82 sending to next pipeline
2026-03-13 08:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: b3d55d6d-36a6-5f7c-b601-05d73595df82, identifier: 12224774
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d215d10>
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:44 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jdm2x4w1hvqxvgr7ilf4tun67hth saved to cache
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wiox8t4zh52bfsafpsac8xnqbw7d not downloaded yet
2026-03-13 08:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: b3d55d6d-36a6-5f7c-b601-05d73595df82 with identifier: 12224774
2026-03-13 08:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: b3d55d6d-36a6-5f7c-b601-05d73595df82 with identifier: 12224774
2026-03-13 08:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: b3d55d6d-36a6-5f7c-b601-05d73595df82 with identifier: 12224774 to the API
2026-03-13 08:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:45 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/oc6jowqhxrq0oqju3eiokx658ulg>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'GREY',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 170,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3d55d6d-36a6-5f7c-b601-05d73595df82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'LX09RYC',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12224774',
 'listing': 'auction',
 'location': 'Chelmsford, Essex',
 'make': 'Bmw',
 'model': '3 Series Touring',
 'odometer': 116000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 25,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 517165,
             'Height': 1124,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/bo63ch671k2d0idwte99g8q36rw6',
             'Width': 1600},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 668884,
             'Height': 1300,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/mu3k7k655uz6k7frrzb2vffgdd6d',
             'Width': 2048},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 904721,
             'Height': 1696,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/pp71xv9nj6btr1796siplb24bab6',
             'Width': 2760},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 966860,
             'Height': 1653,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/avxa6265gv2hi38nl4s8d2vapjo8',
             'Width': 2641},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2252600,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/er6xdovtiobvf14svwc05qxbicm1',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1645601,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/oc6jowqhxrq0oqju3eiokx658ulg',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1970827,
             'Height': 2921,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/u0z7kmsm11bdbk733zbuiodjkfzq',
             'Width': 4030},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1894552,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/cq1cwxvkb71gfrtnor646evujz7k',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2052063,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/e8i0bq89fjgplpghsoyx56rq9zfj',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b3d55d6d-36a6-5f7c-b601-05d73595df82/b3d55d6d-36a6-5f7c-b601-05d73595df82_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2049891,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/p47axw4ss7ezlwqen2nzlkmcvd8o',
             'Width': 4032}],
 'price': 1700.0,
 'price_includes_vat': True,
 'registration_date': '2009-03-16',
 'seats_number': 5,
 'seller_name': None,
 'title': 'BMW 3 Series Touring 320i SE 5dr Step Auto',
 'transmission': 'automatic',
 'trim': '320i SE 5dr Step Auto',
 'vin': 'WBAUS92090A536076',
 'year': 2009}
2026-03-13 08:26:45 [carwow.gb] INFO: Saving data for 12224774: {'created_time': 1773390405.32651, 'last_price_update_time': 1773390405.32652, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0r69tgt7g1cmcpaovac3owme31ln not downloaded yet
2026-03-13 08:26:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d63d5d0>
2026-03-13 08:26:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:45 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3c8xylgeq7wo2qe71tevgml4yky2 saved to cache
2026-03-13 08:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cf1b6a66-6266-5488-8a6c-5f795c65f619
2026-03-13 08:26:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf1b6a66-6266-5488-8a6c-5f795c65f619, skipping ID generation
2026-03-13 08:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf1b6a66-6266-5488-8a6c-5f795c65f619 with scrape type 1
2026-03-13 08:26:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf1b6a66-6266-5488-8a6c-5f795c65f619 sending to next pipeline
2026-03-13 08:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: cf1b6a66-6266-5488-8a6c-5f795c65f619, identifier: 12182667
2026-03-13 08:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: cf1b6a66-6266-5488-8a6c-5f795c65f619 with identifier: 12182667
2026-03-13 08:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: cf1b6a66-6266-5488-8a6c-5f795c65f619 with identifier: 12182667
2026-03-13 08:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: cf1b6a66-6266-5488-8a6c-5f795c65f619 with identifier: 12182667 to the API
2026-03-13 08:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:45 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/3c8xylgeq7wo2qe71tevgml4yky2>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLACK',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '2.0 litres',
 'engine_horse_power': 180,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'cf1b6a66-6266-5488-8a6c-5f795c65f619',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'OV16YJJ',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12182667',
 'listing': 'auction',
 'location': 'Exhall, Warks',
 'make': 'Jaguar',
 'model': 'F-Pace',
 'odometer': 91000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 13,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1800243,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/44ontt5g5w8t03gyh2g42amv1qgu',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 2084795,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3c8xylgeq7wo2qe71tevgml4yky2',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1282267,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/jdm2x4w1hvqxvgr7ilf4tun67hth',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1216015,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/o5fnoxixym3jhy9mix7y4gipm8p6',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1300826,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k1olbz3bgo96fwpiu26xxv9wu2f5',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 683064,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k3mfd8d3ltw1q5go7nu8evodojab',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1880499,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/m8faru00hts7rp4g38wrvz7vfvvg',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 877098,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/t05os5udgl1wc3slqprw0vd18a4i',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 178875,
             'Height': 1200,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/36971c2supetio6hfpvavou92ibl',
             'Width': 1600},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf1b6a66-6266-5488-8a6c-5f795c65f619/cf1b6a66-6266-5488-8a6c-5f795c65f619_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174359,
             'Height': 1200,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/nticlavw250795oijrpkpjy29ly6',
             'Width': 1600}],
 'price': 7100.0,
 'price_includes_vat': True,
 'registration_date': '2016-04-28',
 'seats_number': 5,
 'seller_name': None,
 'title': 'Jaguar F-Pace 2.0d R-Sport 5dr Auto AWD',
 'transmission': 'automatic',
 'trim': '2.0d R-Sport 5dr Auto AWD',
 'vin': 'SADCA2AN3HA049350',
 'year': 2016}
2026-03-13 08:26:45 [carwow.gb] INFO: Saving data for 12182667: {'created_time': 1773390405.911318, 'last_price_update_time': 1773390405.911328, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ih564qea2f1fde685iyx2doojmdf not downloaded yet
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3xiv3ilxrup7ougkd47on2eusv0h> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/8p9yid0plmeuo1zczn2r28d8yh0g> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/3lqrcx8lp3g81osvs28n7qp3n60p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/zmr0rkvz8p1qqbmnu8qjjo2t4dc6> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d493910>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3xiv3ilxrup7ougkd47on2eusv0h saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2eaf90>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/8p9yid0plmeuo1zczn2r28d8yh0g saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d68f510>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/3lqrcx8lp3g81osvs28n7qp3n60p saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66eb50>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/zmr0rkvz8p1qqbmnu8qjjo2t4dc6 saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/9p4vaxz0ei7bzupak6j28gnsv4ap> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/6n2toovc1d7kk0ca1zcauu573esw> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/wiox8t4zh52bfsafpsac8xnqbw7d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/ih564qea2f1fde685iyx2doojmdf> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00cf5f390>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_3.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/9p4vaxz0ei7bzupak6j28gnsv4ap saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d2ebd90>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6n2toovc1d7kk0ca1zcauu573esw saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d66dc50>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wiox8t4zh52bfsafpsac8xnqbw7d saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d677e50>
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:46 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/ih564qea2f1fde685iyx2doojmdf saved to cache
2026-03-13 08:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/trvon9csx6cbppa05p0qpi3t0rro> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/11yyprlrmkxkd0xlhhq7x9qxmx3p> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12244519> (referer: https://dealers.carwow.co.uk/dealers/listings/12244519)
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d34c210>
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_0.jpg HTTP/1.1" 201 0
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/trvon9csx6cbppa05p0qpi3t0rro saved to cache
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d0f9190>
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/11yyprlrmkxkd0xlhhq7x9qxmx3p saved to cache
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/0r69tgt7g1cmcpaovac3owme31ln> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:47 [carwow.gb] INFO: Provenance enriched listing 12244519: vin=WMWSU32050TY92608, engine=1.6 litres, hp=122, doors=3, seats=4
2026-03-13 08:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 512ae346-b22a-5270-a19b-ea1f94ac93d8 with identifier: 12244519
2026-03-13 08:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 512ae346-b22a-5270-a19b-ea1f94ac93d8 with scrape type 1
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 512ae346-b22a-5270-a19b-ea1f94ac93d8
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/25wm5tk9w1lw9nm6a3kin3mo3n3b not downloaded yet
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/py7yeagehzak4sxgpmr1qblr4ah9 not downloaded yet
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y062yjwbppievwc7y6tuj1c0xydk not downloaded yet
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y2328q6897tsbwhwv072rnq2j1vk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/n6gtnp1f0fkluiic10pq05mpcue8 not downloaded yet
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rh6vtnbs8sj5k40xtojup8jtmvdh not downloaded yet
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/os408v6zzoncfxw7jjsagr2tj1aj> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4thk6nrclji2t257mc9cs4x56x2p not downloaded yet
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/tdrpoy7653q4peyu7sx1r28254yd not downloaded yet
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d7aa410>
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_5.jpg HTTP/1.1" 201 0
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/0r69tgt7g1cmcpaovac3owme31ln saved to cache
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/voe3zkr0lhxdmm2db6sknzq0ak62 not downloaded yet
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4e4p15mzwarol556ajwl5ih6a013 not downloaded yet
2026-03-13 08:26:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12197918> (referer: https://dealers.carwow.co.uk/dealers/listings/12197918)
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nzy1zr3cy6g1r35oo6o7pxzgbsqa not downloaded yet
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d115f10>
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fbbf4d15-d71c-55a5-87a0-0a94a215f6d4/fbbf4d15-d71c-55a5-87a0-0a94a215f6d4_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y2328q6897tsbwhwv072rnq2j1vk saved to cache
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fbbf4d15-d71c-55a5-87a0-0a94a215f6d4
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d301450>
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/os408v6zzoncfxw7jjsagr2tj1aj saved to cache
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b0b77a38-e41e-5680-857b-786c01776398
2026-03-13 08:26:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b0b77a38-e41e-5680-857b-786c01776398, skipping ID generation
2026-03-13 08:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0b77a38-e41e-5680-857b-786c01776398 with scrape type 1
2026-03-13 08:26:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b0b77a38-e41e-5680-857b-786c01776398 sending to next pipeline
2026-03-13 08:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: b0b77a38-e41e-5680-857b-786c01776398, identifier: 12235461
2026-03-13 08:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: b0b77a38-e41e-5680-857b-786c01776398 with identifier: 12235461
2026-03-13 08:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: b0b77a38-e41e-5680-857b-786c01776398 with identifier: 12235461
2026-03-13 08:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: b0b77a38-e41e-5680-857b-786c01776398 with identifier: 12235461 to the API
2026-03-13 08:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/os408v6zzoncfxw7jjsagr2tj1aj>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'SILVER',
 'currency': 'GBP',
 'doors_number': 5,
 'emission_standard': None,
 'engine': '1.7 litres',
 'engine_horse_power': 114,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0b77a38-e41e-5680-857b-786c01776398',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'RK15NSN',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12235461',
 'listing': 'auction',
 'location': 'Talbot Green, Rhondda Cynon Taff',
 'make': 'Kia',
 'model': 'Carens',
 'odometer': 131000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 7,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1320524,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/trvon9csx6cbppa05p0qpi3t0rro',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1247135,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/os408v6zzoncfxw7jjsagr2tj1aj',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1239948,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/6n2toovc1d7kk0ca1zcauu573esw',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1236929,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/9p4vaxz0ei7bzupak6j28gnsv4ap',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1206240,
             'Height': 4000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/wiox8t4zh52bfsafpsac8xnqbw7d',
             'Width': 3000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1191465,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/0r69tgt7g1cmcpaovac3owme31ln',
             'Width': 4000},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b0b77a38-e41e-5680-857b-786c01776398/b0b77a38-e41e-5680-857b-786c01776398_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1416274,
             'Height': 3000,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/ih564qea2f1fde685iyx2doojmdf',
             'Width': 4000}],
 'price': 1400.0,
 'price_includes_vat': True,
 'registration_date': '2015-03-09',
 'seats_number': 7,
 'seller_name': None,
 'title': 'Kia Carens 1.7 CRDi 2 5dr',
 'transmission': 'manual',
 'trim': '1.7 CRDi 2 5dr',
 'vin': 'KNAHU815LF7102829',
 'year': 2015}
2026-03-13 08:26:48 [carwow.gb] INFO: Saving data for 12235461: {'created_time': 1773390408.168087, 'last_price_update_time': 1773390408.168099, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/provenance_sections/12226802> (referer: https://dealers.carwow.co.uk/dealers/listings/12226802)
2026-03-13 08:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://dealers.carwow.co.uk/dealers/listings/12233812> (referer: https://dealers.carwow.co.uk/dealers/listings/load_page?active_tab=stock&pagination%5Bcurrent_page%5D=24)
2026-03-13 08:26:48 [carwow.gb] INFO: Provenance enriched listing 12197918: vin=SAL1A2AW4RA183936, engine=3.0 litres, hp=300, doors=5, seats=5
2026-03-13 08:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c63ffa4-55c5-5416-b048-820f5c6908c9 with identifier: 12197918
2026-03-13 08:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c63ffa4-55c5-5416-b048-820f5c6908c9 with scrape type 1
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c63ffa4-55c5-5416-b048-820f5c6908c9
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/efdwx0xxzaa5pgzcpthu3jg0fds2 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/vruoqrojamhkao4lrw93uqk4uv06 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/cn94h69gguzfmux4a7cw9rd8fcv5 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wk8aewfrssfxz7dl8wbpxrluqezr not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wmlnbjevge4tfldn0htm7w3g521g not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/r9bj2vjcqsik9t592hfu0ncdbzsu not downloaded yet
2026-03-13 08:26:48 [carwow.gb] INFO: Provenance enriched listing 12226802: vin=6FPPXXMJ2PNB64754, engine=2.0 litres, hp=213, doors=4, seats=5
2026-03-13 08:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a0a2a4c-0e8d-5440-9eb7-52efbb91b77c with identifier: 12226802
2026-03-13 08:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a0a2a4c-0e8d-5440-9eb7-52efbb91b77c with scrape type 1
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1a0a2a4c-0e8d-5440-9eb7-52efbb91b77c
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/xofol3vpkg4ggwky16vc34899744 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/7wqb0w5swozvnwcg4txjd43sodc4 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/uugonn1ba2rr91etnkzazg56y616 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/6lmvfo619gx7z7xa45vexnd3bxjm not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jkipw0olw83mjj2bdwtkksjqrs45 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/eepelx9x26fxj5fbbkpj68vtdnae not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/d7gbf8xt2ijg4if7hkqg9ffkigi4 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/u1qyp61w79psg6sfygokzd1xejd8 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/yuv0po09635h0myqiwj2r9fuoy9f not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/qiy85lj06omz6q2to57jk6wruw11 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/jztcmnmh0vilzmo86icpj3uffxne not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wh2kmdxy3xi8fgdp11jwffa7ltp5 not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/wr1g1ogvuj66tqeh2ervtj6n12kh not downloaded yet
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/38zrv4v1u0997kgen9h0lxdfdugv not downloaded yet
2026-03-13 08:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/a7lxsvaqe0siw03cr5qzndztup8d> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/245rghlg4o69ab4iopqaaa8o2c38> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/y062yjwbppievwc7y6tuj1c0xydk> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/hm6yvai8nbdm6laiqtr1hu1k5q81> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d264a50>
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_74e670eb-83a9-508e-8767-7fccbcb6427f/74e670eb-83a9-508e-8767-7fccbcb6427f_image_6.jpg HTTP/1.1" 201 0
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/a7lxsvaqe0siw03cr5qzndztup8d saved to cache
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 74e670eb-83a9-508e-8767-7fccbcb6427f
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d1b7f90>
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/245rghlg4o69ab4iopqaaa8o2c38 saved to cache
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: Make (271) - type: string (2) Tag Location: 22 - Data Location: 158 - value: b'Apple\x00'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: Model (272) - type: string (2) Tag Location: 34 - Data Location: 164 - value: b'iPhone 11\x00'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 58 - Data Location: 174 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 70 - Data Location: 182 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: Software (305) - type: string (2) Tag Location: 94 - Data Location: 190 - value: b'26.0.1\x00'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: DateTime (306) - type: string (2) Tag Location: 106 - Data Location: 198 - value: b'2026:02:26 14:23:39\x00'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: HostComputer (316) - type: string (2) Tag Location: 118 - Data Location: 218 - value: b'iPhone 11\x00'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\xe4'
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: GPSInfoIFD (34853) - type: long (4) - value: b'\x00\x00\tv'
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d709510>
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_512ae346-b22a-5270-a19b-ea1f94ac93d8/512ae346-b22a-5270-a19b-ea1f94ac93d8_image_2.jpg HTTP/1.1" 201 0
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/y062yjwbppievwc7y6tuj1c0xydk saved to cache
2026-03-13 08:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 512ae346-b22a-5270-a19b-ea1f94ac93d8
2026-03-13 08:26:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00\x1a'
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d490b10>
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:48 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_1.jpg HTTP/1.1" 201 0
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/hm6yvai8nbdm6laiqtr1hu1k5q81 saved to cache
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 21f21872-02f5-5de0-9a2a-81de1286e112
2026-03-13 08:26:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21f21872-02f5-5de0-9a2a-81de1286e112, skipping ID generation
2026-03-13 08:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21f21872-02f5-5de0-9a2a-81de1286e112 with scrape type 1
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21f21872-02f5-5de0-9a2a-81de1286e112 sending to next pipeline
2026-03-13 08:26:49 [scrapy.crawler] INFO: Received SIGTERM, shutting down gracefully. Send again to force 
2026-03-13 08:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: carwow.gb, Processed item id: 21f21872-02f5-5de0-9a2a-81de1286e112, identifier: 12235584
2026-03-13 08:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: carwow.gb, Translating item: 21f21872-02f5-5de0-9a2a-81de1286e112 with identifier: 12235584
2026-03-13 08:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: carwow.gb, Applying rules to item: 21f21872-02f5-5de0-9a2a-81de1286e112 with identifier: 12235584
2026-03-13 08:26:49 [crawlers.pipelines.post_to_api] INFO: Spider: carwow.gb, Posting item: 21f21872-02f5-5de0-9a2a-81de1286e112 with identifier: 12235584 to the API
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.alx.dev-cluster.alx.tech:443
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://api.alx.dev-cluster.alx.tech:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-13 08:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://carwow-sell-my-car.imgix.net/hm6yvai8nbdm6laiqtr1hu1k5q81>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': None,
 'color': 'BLUE',
 'currency': 'GBP',
 'doors_number': 2,
 'emission_standard': None,
 'engine': '3.0 litres',
 'engine_horse_power': 320,
 'expiration_date': '2026-03-13T15:30:00Z',
 'fuel_type': 'Diesel',
 'id': '21f21872-02f5-5de0-9a2a-81de1286e112',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': True,
 'license_plate': 'YF19GXW',
 'link_to_web_offer': 'https://dealers.carwow.co.uk/dealers/listings/12235584',
 'listing': 'auction',
 'location': 'Iver, South Buckinghamshire',
 'make': 'Bmw',
 'model': '8 Series Convertible',
 'odometer': 50600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6234358,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/k6ue89tu4n4cnpleadxcu4p7vpp2',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6745300,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/hm6yvai8nbdm6laiqtr1hu1k5q81',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 6007879,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/245rghlg4o69ab4iopqaaa8o2c38',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 5012466,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/zmr0rkvz8p1qqbmnu8qjjo2t4dc6',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3175991,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/11yyprlrmkxkd0xlhhq7x9qxmx3p',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 1930123,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3lqrcx8lp3g81osvs28n7qp3n60p',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3863438,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/3xiv3ilxrup7ougkd47on2eusv0h',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3645812,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8466vs3ogq0gktopxx0d7r9fge8w',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 3667169,
             'Height': 3024,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/8p9yid0plmeuo1zczn2r28d8yh0g',
             'Width': 4032},
            {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_21f21872-02f5-5de0-9a2a-81de1286e112/21f21872-02f5-5de0-9a2a-81de1286e112_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 290576,
             'Height': 1500,
             'OriginUrl': 'https://carwow-sell-my-car.imgix.net/uwolk4eyx7i8zsfobz044so1zii2',
             'Width': 2000}],
 'price': 26000.0,
 'price_includes_vat': True,
 'registration_date': '2019-04-11',
 'seats_number': 4,
 'seller_name': None,
 'title': 'BMW 8 Series Convertible 840d xDrive 2dr Auto',
 'transmission': 'automatic',
 'trim': '840d xDrive 2dr Auto',
 'vin': 'WBAFY22040BJ07503',
 'year': 2019}
2026-03-13 08:26:49 [carwow.gb] INFO: Saving data for 12235584: {'created_time': 1773390409.689976, 'last_price_update_time': 1773390409.689987, 'auction_closing_time': 1773415800.0}
2026-03-13 08:26:49 [scrapy.core.engine] INFO: Closing spider (shutdown)
2026-03-13 08:26:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/38zrv4v1u0997kgen9h0lxdfdugv> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/rh6vtnbs8sj5k40xtojup8jtmvdh> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d300710>
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1a0a2a4c-0e8d-5440-9eb7-52efbb91b77c/1a0a2a4c-0e8d-5440-9eb7-52efbb91b77c_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/38zrv4v1u0997kgen9h0lxdfdugv saved to cache
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1a0a2a4c-0e8d-5440-9eb7-52efbb91b77c
2026-03-13 08:26:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/4e4p15mzwarol556ajwl5ih6a013> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d68e190>
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_512ae346-b22a-5270-a19b-ea1f94ac93d8/512ae346-b22a-5270-a19b-ea1f94ac93d8_image_4.jpg HTTP/1.1" 201 0
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/rh6vtnbs8sj5k40xtojup8jtmvdh saved to cache
2026-03-13 08:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 512ae346-b22a-5270-a19b-ea1f94ac93d8
2026-03-13 08:26:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/nzy1zr3cy6g1r35oo6o7pxzgbsqa> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00ce315d0>
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:49 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_512ae346-b22a-5270-a19b-ea1f94ac93d8/512ae346-b22a-5270-a19b-ea1f94ac93d8_image_8.jpg HTTP/1.1" 201 0
2026-03-13 08:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/4e4p15mzwarol556ajwl5ih6a013 saved to cache
2026-03-13 08:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 512ae346-b22a-5270-a19b-ea1f94ac93d8
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00d583d50>
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_512ae346-b22a-5270-a19b-ea1f94ac93d8/512ae346-b22a-5270-a19b-ea1f94ac93d8_image_9.jpg HTTP/1.1" 201 0
2026-03-13 08:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/nzy1zr3cy6g1r35oo6o7pxzgbsqa saved to cache
2026-03-13 08:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 512ae346-b22a-5270-a19b-ea1f94ac93d8
2026-03-13 08:26:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carwow-sell-my-car.imgix.net/voe3zkr0lhxdmm2db6sknzq0ak62> (referer: https://dealers.carwow.co.uk/)
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x06'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 74 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 82 - value: b'\x00\x00\x00H\x00\x00\x00\x01'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x00\x02'
2026-03-13 08:26:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'\x00\x00\x00Z'
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fb00f263890>
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-13 08:26:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-13 08:26:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-13 08:26:50 [urllib3.connectionpool] DEBUG: https://alxdev.blob.core.windows.net:443 "PUT /top-deal-listing/listing_512ae346-b22a-5270-a19b-ea1f94ac93d8/512ae346-b22a-5270-a19b-ea1f94ac93d8_image_7.jpg HTTP/1.1" 201 0
2026-03-13 08:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://carwow-sell-my-car.imgix.net/voe3zkr0lhxdmm2db6sknzq0ak62 saved to cache
2026-03-13 08:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 512ae346-b22a-5270-a19b-ea1f94ac93d8
2026-03-13 08:26:50 [carwow.gb] INFO: carwow.gb Crawl ended with reason shutdown, 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-13 08:26:50 [carwow.gb] INFO: Saving data for 12244930: {'created_time': 1773390410.947002}
2026-03-13 08:26:50 [carwow.gb] INFO: Saving data for 12221259: {'created_time': 1773390410.981035}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12242921: {'created_time': 1773390411.018356}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12234502: {'created_time': 1773390411.053816}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12241614: {'created_time': 1773390411.090719}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12234269: {'created_time': 1773390411.129399}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12226943: {'created_time': 1773390411.164765}
2026-03-13 08:26:51 [scrapy.crawler] INFO: Received SIGTERM twice, forcing unclean shutdown
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12239424: {'created_time': 1773390411.198979}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12171720: {'created_time': 1773390411.232777}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12212985: {'created_time': 1773390411.267656}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12222843: {'created_time': 1773390411.306646}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12220052: {'created_time': 1773390411.344994}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12202331: {'created_time': 1773390411.383902}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12189549: {'created_time': 1773390411.420999}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12201959: {'created_time': 1773390411.459127}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12236529: {'created_time': 1773390411.497196}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12230614: {'created_time': 1773390411.531727}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12234392: {'created_time': 1773390411.56481}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12246117: {'created_time': 1773390411.596248}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12235720: {'created_time': 1773390411.631953}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12175810: {'created_time': 1773390411.666324}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12242057: {'created_time': 1773390411.699574}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12243885: {'created_time': 1773390411.734739}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12240087: {'created_time': 1773390411.769287}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12234069: {'created_time': 1773390411.804851}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12211624: {'created_time': 1773390411.860729}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12206555: {'created_time': 1773390411.892817}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12241768: {'created_time': 1773390411.926545}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12240041: {'created_time': 1773390411.961349}
2026-03-13 08:26:51 [carwow.gb] INFO: Saving data for 12234541: {'created_time': 1773390411.996378}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12241310: {'created_time': 1773390412.026711}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12233869: {'created_time': 1773390412.05745}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12184783: {'created_time': 1773390412.09311}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12223059: {'created_time': 1773390412.125738}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12242353: {'created_time': 1773390412.157625}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12243144: {'created_time': 1773390412.189821}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12201572: {'created_time': 1773390412.223191}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12240766: {'created_time': 1773390412.255958}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12240529: {'created_time': 1773390412.286086}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12214245: {'created_time': 1773390412.318158}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12239918: {'created_time': 1773390412.350139}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12223695: {'created_time': 1773390412.382608}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12240402: {'created_time': 1773390412.417347}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12235301: {'created_time': 1773390412.449174}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12233835: {'created_time': 1773390412.49099}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12240034: {'created_time': 1773390412.524251}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12198159: {'created_time': 1773390412.558619}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12232614: {'created_time': 1773390412.600888}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12237421: {'created_time': 1773390412.63705}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12244863: {'created_time': 1773390412.678045}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12233740: {'created_time': 1773390412.711724}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12206551: {'created_time': 1773390412.742788}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12233578: {'created_time': 1773390412.773159}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12240384: {'created_time': 1773390412.806989}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12238709: {'created_time': 1773390412.841545}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12188402: {'created_time': 1773390412.873627}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12232961: {'created_time': 1773390412.905564}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12219461: {'created_time': 1773390412.937667}
2026-03-13 08:26:52 [carwow.gb] INFO: Saving data for 12218918: {'created_time': 1773390412.972761}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12227437: {'created_time': 1773390413.005833}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12225525: {'created_time': 1773390413.036355}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12240714: {'created_time': 1773390413.069264}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12211842: {'created_time': 1773390413.105909}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12243550: {'created_time': 1773390413.136212}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12241145: {'created_time': 1773390413.179416}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12183229: {'created_time': 1773390413.213789}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12207363: {'created_time': 1773390413.247194}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12241089: {'created_time': 1773390413.2771}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12203175: {'created_time': 1773390413.309349}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12226326: {'created_time': 1773390413.346026}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12186138: {'created_time': 1773390413.37962}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12238442: {'created_time': 1773390413.422453}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12229227: {'created_time': 1773390413.45649}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12244350: {'created_time': 1773390413.488053}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12240178: {'created_time': 1773390413.521199}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12234079: {'created_time': 1773390413.554253}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12237102: {'created_time': 1773390413.59066}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12238824: {'created_time': 1773390413.623712}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12243427: {'created_time': 1773390413.659205}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12237797: {'created_time': 1773390413.694978}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12240290: {'created_time': 1773390413.725204}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12240684: {'created_time': 1773390413.757018}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12245968: {'created_time': 1773390413.789432}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12226145: {'created_time': 1773390413.820313}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12206259: {'created_time': 1773390413.851339}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12240898: {'created_time': 1773390413.894334}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12143777: {'created_time': 1773390413.955978}
2026-03-13 08:26:53 [carwow.gb] INFO: Saving data for 12231536: {'created_time': 1773390413.99619}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12243438: {'created_time': 1773390414.029848}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12229137: {'created_time': 1773390414.061835}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12224009: {'created_time': 1773390414.095137}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12232563: {'created_time': 1773390414.127071}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12194041: {'created_time': 1773390414.16004}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12209890: {'created_time': 1773390414.191631}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12241289: {'created_time': 1773390414.234511}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12227637: {'created_time': 1773390414.269252}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12246294: {'created_time': 1773390414.309714}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12232231: {'created_time': 1773390414.346746}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12232621: {'created_time': 1773390414.380683}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12225003: {'created_time': 1773390414.414918}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12234168: {'created_time': 1773390414.447233}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12241725: {'created_time': 1773390414.479817}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12171004: {'created_time': 1773390414.514498}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12225688: {'created_time': 1773390414.547514}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12226590: {'created_time': 1773390414.581908}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12210797: {'created_time': 1773390414.614919}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12225799: {'created_time': 1773390414.648265}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12241694: {'created_time': 1773390414.681467}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12237860: {'created_time': 1773390414.719586}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12242530: {'created_time': 1773390414.755785}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12238866: {'created_time': 1773390414.789471}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12239004: {'created_time': 1773390414.82419}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12205843: {'created_time': 1773390414.871699}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12225064: {'created_time': 1773390414.904995}
2026-03-13 08:26:54 [carwow.gb] INFO: Saving data for 12244300: {'created_time': 1773390414.961025}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12237736: {'created_time': 1773390415.004269}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12240175: {'created_time': 1773390415.042182}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 11912570: {'created_time': 1773390415.07749}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12218922: {'created_time': 1773390415.113316}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12210435: {'created_time': 1773390415.149381}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12243120: {'created_time': 1773390415.182383}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12219832: {'created_time': 1773390415.21391}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12239474: {'created_time': 1773390415.248534}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12226337: {'created_time': 1773390415.281514}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12243426: {'created_time': 1773390415.314465}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12244187: {'created_time': 1773390415.348343}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12214619: {'created_time': 1773390415.38551}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12241584: {'created_time': 1773390415.420938}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12199967: {'created_time': 1773390415.453764}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12236719: {'created_time': 1773390415.486994}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12223213: {'created_time': 1773390415.527776}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12232160: {'created_time': 1773390415.560282}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12216915: {'created_time': 1773390415.595641}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12230216: {'created_time': 1773390415.635319}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12240208: {'created_time': 1773390415.671993}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12240751: {'created_time': 1773390415.722176}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12247009: {'created_time': 1773390415.752623}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12213776: {'created_time': 1773390415.78615}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12240889: {'created_time': 1773390415.825028}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12241942: {'created_time': 1773390415.860408}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12207995: {'created_time': 1773390415.894167}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12231771: {'created_time': 1773390415.92554}
2026-03-13 08:26:55 [carwow.gb] INFO: Saving data for 12232227: {'created_time': 1773390415.959994}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12246141: {'created_time': 1773390416.008195}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12132112: {'created_time': 1773390416.126815}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12238907: {'created_time': 1773390416.159201}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12201500: {'created_time': 1773390416.191572}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12164058: {'created_time': 1773390416.225278}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12243854: {'created_time': 1773390416.260166}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12229959: {'created_time': 1773390416.305518}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12206093: {'created_time': 1773390416.344266}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12185449: {'created_time': 1773390416.383893}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12204902: {'created_time': 1773390416.419966}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12243989: {'created_time': 1773390416.45424}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12231338: {'created_time': 1773390416.613115}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12229452: {'created_time': 1773390416.658946}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12244176: {'created_time': 1773390416.692996}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12186055: {'created_time': 1773390416.729514}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12243160: {'created_time': 1773390416.764659}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12242861: {'created_time': 1773390416.798267}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12224059: {'created_time': 1773390416.833377}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12243503: {'created_time': 1773390416.867382}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12228907: {'created_time': 1773390416.901897}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12244622: {'created_time': 1773390416.93776}
2026-03-13 08:26:56 [carwow.gb] INFO: Saving data for 12191334: {'created_time': 1773390416.972884}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12246125: {'created_time': 1773390417.004766}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12234476: {'created_time': 1773390417.038014}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12239215: {'created_time': 1773390417.071097}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12244071: {'created_time': 1773390417.10649}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12208782: {'created_time': 1773390417.140674}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12244522: {'created_time': 1773390417.178962}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12245699: {'created_time': 1773390417.270161}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12210304: {'created_time': 1773390417.301716}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12244026: {'created_time': 1773390417.334246}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12240946: {'created_time': 1773390417.36952}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12239684: {'created_time': 1773390417.438806}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12230896: {'created_time': 1773390417.473932}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12209372: {'created_time': 1773390417.507755}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12216935: {'created_time': 1773390417.5412}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12224641: {'created_time': 1773390417.576802}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12220148: {'created_time': 1773390417.613286}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12234600: {'created_time': 1773390417.651324}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12242660: {'created_time': 1773390417.686861}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12246192: {'created_time': 1773390417.720389}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12241485: {'created_time': 1773390417.755203}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12232100: {'created_time': 1773390417.787555}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12194302: {'created_time': 1773390417.831203}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12210817: {'created_time': 1773390417.861724}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12200908: {'created_time': 1773390417.896379}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12240973: {'created_time': 1773390417.936179}
2026-03-13 08:26:57 [carwow.gb] INFO: Saving data for 12202197: {'created_time': 1773390417.973005}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12241963: {'created_time': 1773390418.009096}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12229980: {'created_time': 1773390418.042172}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12244101: {'created_time': 1773390418.073898}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12242196: {'created_time': 1773390418.104644}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12161456: {'created_time': 1773390418.136065}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12233260: {'created_time': 1773390418.168597}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12201150: {'created_time': 1773390418.200939}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12243493: {'created_time': 1773390418.235998}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12233629: {'created_time': 1773390418.267406}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12235821: {'created_time': 1773390418.302454}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12156687: {'created_time': 1773390418.333728}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12193969: {'created_time': 1773390418.367627}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12234953: {'created_time': 1773390418.402274}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12238731: {'created_time': 1773390418.436432}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12240921: {'created_time': 1773390418.469037}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12241046: {'created_time': 1773390418.503741}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12243054: {'created_time': 1773390418.544182}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12197918: {'created_time': 1773390418.582067}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12220567: {'created_time': 1773390418.616477}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12131182: {'created_time': 1773390418.649466}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12237232: {'created_time': 1773390418.68182}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12233833: {'created_time': 1773390418.7177}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12245954: {'created_time': 1773390418.753575}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12245415: {'created_time': 1773390418.78905}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12226591: {'created_time': 1773390418.826263}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12172205: {'created_time': 1773390418.859343}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12233279: {'created_time': 1773390418.900277}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12215480: {'created_time': 1773390418.933572}
2026-03-13 08:26:58 [carwow.gb] INFO: Saving data for 12210934: {'created_time': 1773390418.967009}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12224757: {'created_time': 1773390419.000028}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12212389: {'created_time': 1773390419.031832}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12237574: {'created_time': 1773390419.066495}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12228819: {'created_time': 1773390419.111213}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12233975: {'created_time': 1773390419.144299}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12244435: {'created_time': 1773390419.176483}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12225629: {'created_time': 1773390419.20871}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12245515: {'created_time': 1773390419.24082}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12240427: {'created_time': 1773390419.275842}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12216719: {'created_time': 1773390419.307691}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12241035: {'created_time': 1773390419.340375}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12240849: {'created_time': 1773390419.373295}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12226448: {'created_time': 1773390419.407015}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12225061: {'created_time': 1773390419.44031}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12226140: {'created_time': 1773390419.475245}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12196372: {'created_time': 1773390419.511204}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12209948: {'created_time': 1773390419.547277}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12203597: {'created_time': 1773390419.580234}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12242480: {'created_time': 1773390419.613798}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12234398: {'created_time': 1773390419.647486}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12244076: {'created_time': 1773390419.68041}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12235709: {'created_time': 1773390419.712569}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12244448: {'created_time': 1773390419.745183}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12235643: {'created_time': 1773390419.779477}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12240865: {'created_time': 1773390419.813868}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12227287: {'created_time': 1773390419.844408}
2026-03-13 08:26:59 [carwow.gb] INFO: Saving data for 12228086: {'created_time': 1773390419.915042}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12213083: {'created_time': 1773390420.033854}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12168099: {'created_time': 1773390420.077372}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12172770: {'created_time': 1773390420.117484}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12218450: {'created_time': 1773390420.158161}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12242999: {'created_time': 1773390420.19193}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12234409: {'created_time': 1773390420.227597}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12234605: {'created_time': 1773390420.269895}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12200985: {'created_time': 1773390420.30331}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12198764: {'created_time': 1773390420.336286}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12234590: {'created_time': 1773390420.373815}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12233377: {'created_time': 1773390420.408264}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12226959: {'created_time': 1773390420.442429}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12227226: {'created_time': 1773390420.481055}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12186591: {'created_time': 1773390420.516047}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12245016: {'created_time': 1773390420.551758}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12241372: {'created_time': 1773390420.587359}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12238804: {'created_time': 1773390420.623698}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12183418: {'created_time': 1773390420.659443}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12245339: {'created_time': 1773390420.695355}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12228138: {'created_time': 1773390420.728771}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12171422: {'created_time': 1773390420.765258}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12242033: {'created_time': 1773390420.800585}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12245995: {'created_time': 1773390420.865043}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12226673: {'created_time': 1773390420.910449}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12191331: {'created_time': 1773390420.944831}
2026-03-13 08:27:00 [carwow.gb] INFO: Saving data for 12242588: {'created_time': 1773390420.980285}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12245560: {'created_time': 1773390421.017159}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12233362: {'created_time': 1773390421.050952}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12174448: {'created_time': 1773390421.090145}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12234813: {'created_time': 1773390421.123733}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12230792: {'created_time': 1773390421.16062}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12199796: {'created_time': 1773390421.197429}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12232909: {'created_time': 1773390421.233022}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12242533: {'created_time': 1773390421.267181}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12234633: {'created_time': 1773390421.301269}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12240166: {'created_time': 1773390421.338332}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12231291: {'created_time': 1773390421.372618}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12241952: {'created_time': 1773390421.407279}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12235064: {'created_time': 1773390421.439446}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12234497: {'created_time': 1773390421.477026}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12231098: {'created_time': 1773390421.532382}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12218554: {'created_time': 1773390421.567106}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12218647: {'created_time': 1773390421.605089}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12234507: {'created_time': 1773390421.641646}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12222533: {'created_time': 1773390421.676984}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12212349: {'created_time': 1773390421.713939}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12243412: {'created_time': 1773390421.752038}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12239615: {'created_time': 1773390421.796735}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12240961: {'created_time': 1773390421.835336}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12240576: {'created_time': 1773390421.876156}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12235315: {'created_time': 1773390421.913563}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12229663: {'created_time': 1773390421.952944}
2026-03-13 08:27:01 [carwow.gb] INFO: Saving data for 12223423: {'created_time': 1773390421.989434}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12235296: {'created_time': 1773390422.025083}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12235086: {'created_time': 1773390422.074831}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12219238: {'created_time': 1773390422.110261}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12214326: {'created_time': 1773390422.142244}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12224587: {'created_time': 1773390422.177055}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12179764: {'created_time': 1773390422.212726}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12240047: {'created_time': 1773390422.24602}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12234790: {'created_time': 1773390422.280181}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12229957: {'created_time': 1773390422.314168}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12221784: {'created_time': 1773390422.350059}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12240595: {'created_time': 1773390422.385964}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12198123: {'created_time': 1773390422.424234}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12237393: {'created_time': 1773390422.461497}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12241927: {'created_time': 1773390422.495955}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12230095: {'created_time': 1773390422.529678}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12215227: {'created_time': 1773390422.562131}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12222984: {'created_time': 1773390422.592979}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12240259: {'created_time': 1773390422.625635}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12229480: {'created_time': 1773390422.656383}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12214082: {'created_time': 1773390422.688735}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12222159: {'created_time': 1773390422.719639}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12183853: {'created_time': 1773390422.768645}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12211936: {'created_time': 1773390422.804648}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12234055: {'created_time': 1773390422.838208}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12192897: {'created_time': 1773390422.874686}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12243206: {'created_time': 1773390422.909643}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12239231: {'created_time': 1773390422.944958}
2026-03-13 08:27:02 [carwow.gb] INFO: Saving data for 12204436: {'created_time': 1773390422.978446}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12243986: {'created_time': 1773390423.015554}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12234994: {'created_time': 1773390423.051467}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12223584: {'created_time': 1773390423.087659}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12202584: {'created_time': 1773390423.123712}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12196346: {'created_time': 1773390423.161292}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12221965: {'created_time': 1773390423.195427}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12191991: {'created_time': 1773390423.229082}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12148306: {'created_time': 1773390423.265896}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12232854: {'created_time': 1773390423.30885}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12187961: {'created_time': 1773390423.344103}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12236165: {'created_time': 1773390423.377594}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12243697: {'created_time': 1773390423.4103}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12209855: {'created_time': 1773390423.447386}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12227770: {'created_time': 1773390423.497429}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12245806: {'created_time': 1773390423.539713}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12239737: {'created_time': 1773390423.572756}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12237488: {'created_time': 1773390423.605789}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12222073: {'created_time': 1773390423.638972}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12240333: {'created_time': 1773390423.671439}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12215507: {'created_time': 1773390423.706777}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12243834: {'created_time': 1773390423.743692}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12198885: {'created_time': 1773390423.779633}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12242242: {'created_time': 1773390423.813403}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12212093: {'created_time': 1773390423.849346}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12240239: {'created_time': 1773390423.88521}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12224245: {'created_time': 1773390423.918454}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12231917: {'created_time': 1773390423.959337}
2026-03-13 08:27:03 [carwow.gb] INFO: Saving data for 12234233: {'created_time': 1773390423.996441}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12213355: {'created_time': 1773390424.053421}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12217281: {'created_time': 1773390424.088916}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12220000: {'created_time': 1773390424.12712}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12240095: {'created_time': 1773390424.161221}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12241379: {'created_time': 1773390424.194526}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12221781: {'created_time': 1773390424.22672}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12239538: {'created_time': 1773390424.260773}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12206838: {'created_time': 1773390424.292697}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12149771: {'created_time': 1773390424.325535}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12240216: {'created_time': 1773390424.359385}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12235111: {'created_time': 1773390424.401347}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12243849: {'created_time': 1773390424.439399}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12243215: {'created_time': 1773390424.472284}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12242152: {'created_time': 1773390424.505777}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12229005: {'created_time': 1773390424.539945}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12211066: {'created_time': 1773390424.571496}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12206023: {'created_time': 1773390424.607991}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12240932: {'created_time': 1773390424.643995}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12206952: {'created_time': 1773390424.681079}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12220944: {'created_time': 1773390424.715699}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12198697: {'created_time': 1773390424.749656}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12239275: {'created_time': 1773390424.783124}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12229573: {'created_time': 1773390424.830691}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12238838: {'created_time': 1773390424.869567}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12244124: {'created_time': 1773390424.95594}
2026-03-13 08:27:04 [carwow.gb] INFO: Saving data for 12241828: {'created_time': 1773390424.993241}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12246791: {'created_time': 1773390425.028969}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12236777: {'created_time': 1773390425.065497}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12226802: {'created_time': 1773390425.102657}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12234308: {'created_time': 1773390425.136082}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12234201: {'created_time': 1773390425.171448}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12223593: {'created_time': 1773390425.207145}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12222757: {'created_time': 1773390425.250782}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12239371: {'created_time': 1773390425.432996}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12240348: {'created_time': 1773390425.474483}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12239135: {'created_time': 1773390425.513966}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12198392: {'created_time': 1773390425.546108}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12233290: {'created_time': 1773390425.579253}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12235749: {'created_time': 1773390425.610572}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12243424: {'created_time': 1773390425.643301}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12235548: {'created_time': 1773390425.685041}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12244649: {'created_time': 1773390425.721505}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12226682: {'created_time': 1773390425.75466}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12242104: {'created_time': 1773390425.787141}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12240879: {'created_time': 1773390425.818602}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12232585: {'created_time': 1773390425.849828}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12227536: {'created_time': 1773390425.915338}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12236652: {'created_time': 1773390425.947507}
2026-03-13 08:27:05 [carwow.gb] INFO: Saving data for 12239817: {'created_time': 1773390425.983417}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12186081: {'created_time': 1773390426.016053}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12242510: {'created_time': 1773390426.047985}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12224559: {'created_time': 1773390426.096191}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12176246: {'created_time': 1773390426.136247}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12233831: {'created_time': 1773390426.167233}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12211886: {'created_time': 1773390426.200287}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12234284: {'created_time': 1773390426.239223}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12242257: {'created_time': 1773390426.271265}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12226756: {'created_time': 1773390426.30496}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12230046: {'created_time': 1773390426.342161}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12229365: {'created_time': 1773390426.378882}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12240144: {'created_time': 1773390426.411836}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12235205: {'created_time': 1773390426.4452}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12223132: {'created_time': 1773390426.480519}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12228917: {'created_time': 1773390426.52073}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12182255: {'created_time': 1773390426.551884}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12240590: {'created_time': 1773390426.582107}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12244504: {'created_time': 1773390426.613847}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12232438: {'created_time': 1773390426.646632}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12213528: {'created_time': 1773390426.679932}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12245842: {'created_time': 1773390426.712664}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12243921: {'created_time': 1773390426.744784}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12238389: {'created_time': 1773390426.77556}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12165456: {'created_time': 1773390426.808245}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12187495: {'created_time': 1773390426.870863}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12243997: {'created_time': 1773390426.902311}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12229498: {'created_time': 1773390426.935708}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12215759: {'created_time': 1773390426.966814}
2026-03-13 08:27:06 [carwow.gb] INFO: Saving data for 12244295: {'created_time': 1773390426.99679}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12211610: {'created_time': 1773390427.05686}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12244920: {'created_time': 1773390427.089811}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12225760: {'created_time': 1773390427.121243}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12221524: {'created_time': 1773390427.153462}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12131937: {'created_time': 1773390427.185869}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12224146: {'created_time': 1773390427.216781}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12244371: {'created_time': 1773390427.248465}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12230732: {'created_time': 1773390427.282899}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12240902: {'created_time': 1773390427.320883}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12212167: {'created_time': 1773390427.352456}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12241672: {'created_time': 1773390427.388166}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12245959: {'created_time': 1773390427.42679}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12228236: {'created_time': 1773390427.472451}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12217445: {'created_time': 1773390427.503715}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12242327: {'created_time': 1773390427.545213}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12242372: {'created_time': 1773390427.587626}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12223582: {'created_time': 1773390427.638}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12210114: {'created_time': 1773390427.685454}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12229431: {'created_time': 1773390427.723148}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12239700: {'created_time': 1773390427.770089}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12232873: {'created_time': 1773390427.802289}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12244081: {'created_time': 1773390427.831888}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12233135: {'created_time': 1773390427.871107}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12209588: {'created_time': 1773390427.904532}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12190749: {'created_time': 1773390427.940178}
2026-03-13 08:27:07 [carwow.gb] INFO: Saving data for 12149254: {'created_time': 1773390427.97813}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12205651: {'created_time': 1773390428.016111}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12155434: {'created_time': 1773390428.091013}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12230959: {'created_time': 1773390428.134097}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12173644: {'created_time': 1773390428.167381}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12233580: {'created_time': 1773390428.199566}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12219605: {'created_time': 1773390428.232967}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12223086: {'created_time': 1773390428.267519}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12229513: {'created_time': 1773390428.301261}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12246145: {'created_time': 1773390428.344755}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12246584: {'created_time': 1773390428.37801}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12245032: {'created_time': 1773390428.419597}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12240807: {'created_time': 1773390428.452888}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12241095: {'created_time': 1773390428.485383}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12242933: {'created_time': 1773390428.519294}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12179931: {'created_time': 1773390428.553019}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12239375: {'created_time': 1773390428.587362}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12232269: {'created_time': 1773390428.623125}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12233679: {'created_time': 1773390428.660038}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12215665: {'created_time': 1773390428.695253}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12235521: {'created_time': 1773390428.728984}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12235580: {'created_time': 1773390428.762708}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12220924: {'created_time': 1773390428.81175}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12236341: {'created_time': 1773390428.881079}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12239407: {'created_time': 1773390428.915352}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12231268: {'created_time': 1773390428.951816}
2026-03-13 08:27:08 [carwow.gb] INFO: Saving data for 12234158: {'created_time': 1773390428.985944}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12181530: {'created_time': 1773390429.020163}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12244545: {'created_time': 1773390429.053994}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12211534: {'created_time': 1773390429.144968}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12213361: {'created_time': 1773390429.184048}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12233949: {'created_time': 1773390429.218626}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12183346: {'created_time': 1773390429.251134}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12198716: {'created_time': 1773390429.287364}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12244005: {'created_time': 1773390429.321342}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12215036: {'created_time': 1773390429.356689}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12228006: {'created_time': 1773390429.394163}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12245120: {'created_time': 1773390429.43148}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12222227: {'created_time': 1773390429.470202}
2026-03-13 08:27:09 [carwow.gb] INFO: Saving data for 12141568: {'created_time': 1773390429.509346}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12233077: {'created_time': 1773390430.245702}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12240042: {'created_time': 1773390430.282557}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12231854: {'created_time': 1773390430.318962}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12235517: {'created_time': 1773390430.355295}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12234426: {'created_time': 1773390430.390853}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12239186: {'created_time': 1773390430.428246}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12244637: {'created_time': 1773390430.473361}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12239511: {'created_time': 1773390430.508927}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12240356: {'created_time': 1773390430.546074}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12198868: {'created_time': 1773390430.58304}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12243532: {'created_time': 1773390430.620082}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12233812: {'created_time': 1773390430.655645}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12244822: {'created_time': 1773390430.689388}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12238191: {'created_time': 1773390430.727543}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12246564: {'created_time': 1773390430.761488}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12181162: {'created_time': 1773390430.794754}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12222036: {'created_time': 1773390430.827234}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12242835: {'created_time': 1773390430.863142}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12165287: {'created_time': 1773390430.897282}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12185396: {'created_time': 1773390430.93929}
2026-03-13 08:27:10 [carwow.gb] INFO: Saving data for 12240059: {'created_time': 1773390430.97519}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12241376: {'created_time': 1773390431.011679}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12240416: {'created_time': 1773390431.04761}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12234524: {'created_time': 1773390431.123154}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12233539: {'created_time': 1773390431.158752}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12162784: {'created_time': 1773390431.193482}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12241887: {'created_time': 1773390431.229158}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12239243: {'created_time': 1773390431.26636}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12232474: {'created_time': 1773390431.303701}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12243410: {'created_time': 1773390431.340227}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12234334: {'created_time': 1773390431.377094}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12171683: {'created_time': 1773390431.417521}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12179313: {'created_time': 1773390431.453547}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12221179: {'created_time': 1773390431.492101}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12246333: {'created_time': 1773390431.530392}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12204521: {'created_time': 1773390431.56691}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12162315: {'created_time': 1773390431.60416}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12240084: {'created_time': 1773390431.64003}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12206147: {'created_time': 1773390431.680822}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12211870: {'created_time': 1773390431.732526}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12218317: {'created_time': 1773390431.780148}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12244731: {'created_time': 1773390431.817113}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12232675: {'created_time': 1773390431.850731}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12233486: {'created_time': 1773390431.887282}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12239992: {'created_time': 1773390431.923287}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12241540: {'created_time': 1773390431.960033}
2026-03-13 08:27:11 [carwow.gb] INFO: Saving data for 12245029: {'created_time': 1773390431.99843}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12245539: {'created_time': 1773390432.035459}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12236204: {'created_time': 1773390432.076208}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12245362: {'created_time': 1773390432.113777}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12221393: {'created_time': 1773390432.150255}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12243678: {'created_time': 1773390432.188395}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12178605: {'created_time': 1773390432.226101}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12227501: {'created_time': 1773390432.262358}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12234165: {'created_time': 1773390432.322371}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12232784: {'created_time': 1773390432.373343}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12239748: {'created_time': 1773390432.408433}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12236049: {'created_time': 1773390432.444227}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12240782: {'created_time': 1773390432.519635}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12213564: {'created_time': 1773390432.557879}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12231074: {'created_time': 1773390432.596356}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12241817: {'created_time': 1773390432.633487}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12243875: {'created_time': 1773390432.672724}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12228852: {'created_time': 1773390432.709781}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12239409: {'created_time': 1773390432.758792}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12243601: {'created_time': 1773390432.803755}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12135855: {'created_time': 1773390432.837223}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12222870: {'created_time': 1773390432.881193}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12237447: {'created_time': 1773390432.913651}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12237916: {'created_time': 1773390432.944983}
2026-03-13 08:27:12 [carwow.gb] INFO: Saving data for 12243828: {'created_time': 1773390432.975345}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12231582: {'created_time': 1773390433.023016}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12242967: {'created_time': 1773390433.059333}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12232977: {'created_time': 1773390433.095333}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12241662: {'created_time': 1773390433.127773}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12233890: {'created_time': 1773390433.172713}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12185608: {'created_time': 1773390433.225171}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12224591: {'created_time': 1773390433.262059}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12218705: {'created_time': 1773390433.293657}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12157622: {'created_time': 1773390433.327443}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12242089: {'created_time': 1773390433.361018}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12226369: {'created_time': 1773390433.394257}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12229965: {'created_time': 1773390433.428393}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12215311: {'created_time': 1773390433.486146}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12204942: {'created_time': 1773390433.528416}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12221299: {'created_time': 1773390433.578997}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12244521: {'created_time': 1773390433.615226}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12236286: {'created_time': 1773390433.656448}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12240375: {'created_time': 1773390433.692739}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12224342: {'created_time': 1773390433.754138}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12179541: {'created_time': 1773390433.786857}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12210882: {'created_time': 1773390433.820247}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12242030: {'created_time': 1773390433.860018}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12179345: {'created_time': 1773390433.901419}
2026-03-13 08:27:13 [carwow.gb] INFO: Saving data for 12234155: {'created_time': 1773390433.967435}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12243462: {'created_time': 1773390434.014705}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12244748: {'created_time': 1773390434.054935}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12227161: {'created_time': 1773390434.105508}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12229978: {'created_time': 1773390434.154856}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12245318: {'created_time': 1773390434.201195}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12199442: {'created_time': 1773390434.255264}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12218827: {'created_time': 1773390434.293775}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12239845: {'created_time': 1773390434.337943}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12229614: {'created_time': 1773390434.389241}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12213700: {'created_time': 1773390434.441599}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12230368: {'created_time': 1773390434.477455}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12209575: {'created_time': 1773390434.522278}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12232491: {'created_time': 1773390434.557104}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12210165: {'created_time': 1773390434.591796}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12240326: {'created_time': 1773390434.62984}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12240544: {'created_time': 1773390434.663942}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12243953: {'created_time': 1773390434.708766}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12244785: {'created_time': 1773390434.742204}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12149588: {'created_time': 1773390434.775694}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12244519: {'created_time': 1773390434.809461}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12234759: {'created_time': 1773390434.859479}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12228879: {'created_time': 1773390434.892961}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12210442: {'created_time': 1773390434.93825}
2026-03-13 08:27:14 [carwow.gb] INFO: Saving data for 12241766: {'created_time': 1773390434.972395}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12243335: {'created_time': 1773390435.007366}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12245253: {'created_time': 1773390435.041315}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12246130: {'created_time': 1773390435.074095}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12219305: {'created_time': 1773390435.106258}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12234803: {'created_time': 1773390435.147391}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12199151: {'created_time': 1773390435.184606}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12186914: {'created_time': 1773390435.219517}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12244707: {'created_time': 1773390435.254216}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12235102: {'created_time': 1773390435.287634}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12234111: {'created_time': 1773390435.332327}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12232766: {'created_time': 1773390435.36557}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12236257: {'created_time': 1773390435.410979}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12235032: {'created_time': 1773390435.444095}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12240376: {'created_time': 1773390435.478978}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12235194: {'created_time': 1773390435.515941}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12243267: {'created_time': 1773390435.559121}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12239827: {'created_time': 1773390435.602288}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12184581: {'created_time': 1773390435.633689}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12236144: {'created_time': 1773390435.665277}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12242394: {'created_time': 1773390435.699313}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12244546: {'created_time': 1773390435.733226}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12163638: {'created_time': 1773390435.78643}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12170430: {'created_time': 1773390435.820781}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12219854: {'created_time': 1773390435.852914}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12242514: {'created_time': 1773390435.88382}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12232083: {'created_time': 1773390435.916143}
2026-03-13 08:27:15 [carwow.gb] INFO: Saving data for 12235849: {'created_time': 1773390435.961152}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12246718: {'created_time': 1773390436.006507}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12220616: {'created_time': 1773390436.044798}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12123340: {'created_time': 1773390436.117639}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12222113: {'created_time': 1773390436.162722}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12244452: {'created_time': 1773390436.217952}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12233856: {'created_time': 1773390436.256074}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12225731: {'created_time': 1773390436.299794}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12241820: {'created_time': 1773390436.3375}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12205600: {'created_time': 1773390436.394786}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12235206: {'created_time': 1773390436.431139}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12243635: {'created_time': 1773390436.477025}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12221574: {'created_time': 1773390436.51409}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12226401: {'created_time': 1773390436.554572}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12231421: {'created_time': 1773390436.588058}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12194449: {'created_time': 1773390436.624939}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12233022: {'created_time': 1773390436.65839}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12244619: {'created_time': 1773390436.69115}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12207646: {'created_time': 1773390436.724013}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12246857: {'created_time': 1773390436.756922}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12242043: {'created_time': 1773390436.791843}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12192786: {'created_time': 1773390436.840666}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12245530: {'created_time': 1773390436.875259}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12219364: {'created_time': 1773390436.910144}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12237705: {'created_time': 1773390436.942843}
2026-03-13 08:27:16 [carwow.gb] INFO: Saving data for 12243075: {'created_time': 1773390436.975513}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12233880: {'created_time': 1773390437.016001}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12240345: {'created_time': 1773390437.051747}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12245213: {'created_time': 1773390437.127877}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12210976: {'created_time': 1773390437.165147}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12230121: {'created_time': 1773390437.206671}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12113797: {'created_time': 1773390437.241611}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12246666: {'created_time': 1773390437.275447}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12245290: {'created_time': 1773390437.309249}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12244751: {'created_time': 1773390437.340454}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12233827: {'created_time': 1773390437.374176}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12238058: {'created_time': 1773390437.413885}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12174793: {'created_time': 1773390437.447588}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12170727: {'created_time': 1773390437.483654}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12167233: {'created_time': 1773390437.521154}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12243931: {'created_time': 1773390437.558266}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12245973: {'created_time': 1773390437.593757}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12210358: {'created_time': 1773390437.63673}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12244307: {'created_time': 1773390437.679991}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12241017: {'created_time': 1773390437.711796}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12232581: {'created_time': 1773390437.746064}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12241148: {'created_time': 1773390437.781454}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12236213: {'created_time': 1773390437.81442}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12238811: {'created_time': 1773390437.85036}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12243579: {'created_time': 1773390437.892911}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12245445: {'created_time': 1773390437.927341}
2026-03-13 08:27:17 [carwow.gb] INFO: Saving data for 12169287: {'created_time': 1773390437.967088}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12204476: {'created_time': 1773390438.014682}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12234917: {'created_time': 1773390438.062683}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12205381: {'created_time': 1773390438.102069}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12239077: {'created_time': 1773390438.141831}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12246290: {'created_time': 1773390438.178344}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12225299: {'created_time': 1773390438.255562}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12234099: {'created_time': 1773390438.289519}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12242872: {'created_time': 1773390438.322993}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12208992: {'created_time': 1773390438.361639}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12216231: {'created_time': 1773390438.412061}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12233970: {'created_time': 1773390438.462975}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12242064: {'created_time': 1773390438.497396}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12240262: {'created_time': 1773390438.535345}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12246498: {'created_time': 1773390438.569495}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12235955: {'created_time': 1773390438.605593}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12221695: {'created_time': 1773390438.646545}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12239355: {'created_time': 1773390438.680407}
2026-03-13 08:27:18 [carwow.gb] INFO: Saving data for 12242518: {'created_time': 1773390438.715613}
2026-03-13 08:27:18 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (111 items) in: file:///var/lib/scrapyd/items/sourcing_v2/carwow.gb/2026-03-13T08_21_33.jl

PROJECT (sourcing_v2), SPIDER (carwow.gb)